Just another boring wordpress site:-)
Maybe some of my old and new projects will see a sunlight in that way.
Check for updates!
DIY GPS logger
Long story short: here you can find only some basic info about my old and no longer developed project. More info is available on Polish version of this page.
Based on cheap Axiom gps module (Sirf II) available on auctions I made a gps logger. Main goal was to provide at least a day of uninterrupted track logging with full resolution (i.e. logged everything from gps every second). To achieve it I used laptop Li-ion batteries, step-down switching voltage regulator (for efficiency) and SD card to store logs.
Because Axiom didn’t have antenna, I also made it myself based on this document: http://www.arrl.org/files/file/Technology/tis/info/pdf/0210036.pdf, sorry no pictures.
This logger was also used in high altitude baloon project few times: in missions CP03, CP04 (landing in lake 🙂 ) and CP05 AFAIR
During CP04 Axiom broke because of landing in water and not so sealed capsule. After that I connected a ‘mouse’ USB gps module based on Sony chipset. Luckily it was equipped with usb to serial interface, so pure ttl serial was also available inside – just to connect logger.
I had a plans to make smaller version of logger using microSD card and try to put everything except battery to ‘mouse’ module but I didn’t made it…
Software is opensource and I even set up a project on Sourceforge for it 🙂
You can download it here: http://sourceforge.net/projects/avrgps/files/
Because software haven’t filesystem support, it writes data just to raw sectors, so to recover it you should use dd under Linux or similar tool on ohter OSes.
To check how many sectors are already written on card, use serial port and some terminal (for example minicom). Using console you could also reset sectors counter to log from beggining of SD card.
Pictures of ready device:
Schematic:
AVRGPS 2.0
2007.02.13, first LCD code:
2007.02.20, parse GPRMC and display some basic data, LCD library done:
2007.03.06, parse GPGSA and GPGSV, math library done, added flying sats:
Update 2012.09.22
Sadly, project is dead. I use logger sometimes but in ‘gps everywhere’ era I just use my phone for logging.
But for completness I made english version of this page after moving it into my blog.
I think that sources of beta version with Siemens S65 lcd I put somewhere in near future 🙂
My 1-wire mini projects
Fan control
This was my first 1-wire mini project. Because I had ‘home’ server in bedroom, silence was important:-) So, I made simple fan control using DS2413 1-wire switch. With temperature sensors (DS18x20), owfs and bash script it makes a really nice toy. It supports 3 fan states: full (12V), half (7V) and stop. There are configurable temperature thresholds for each state, hysteresis and threshold shift based on the time of the day. It allows server to be cool during a day, but during a night silence is priority, so scripts allow higher cpu temperature. This script monitors two temperature sensors, because I had 2 CPU PC. If you want to use this with only one CPU, you can configure the same sensor addresses for both CPUs in script. This shouldn’t affect performance because of caching feature of owfs. Script also have ‘spin-up’ feature – because not all fans can start at 7V, but all works fine after spin-up, so if script wants to turn on fan at half speed, first turn it on at full speed for 3 seconds and then slow down to half. This guarantee that fan is working.
Script is working in background and make some logs…
Schematic:
Li-Ion charger
This is my second 1-wire project. This is ‘simple’ charger/discharger based on LM317T chip, with typical application with current limit, controlled and monitored by 1-wire chips. Basic assumption was to have charger, so relays are configured in the way, that even without computer connection, it charges batteries. There are two 1-wire chips:
- DS2413 – switch: it is used to control two relays. Possible combinations are:
- charge
- discharge
- off
- and fourth, not used: charge with load attached
- DS2450 – ADC: it is used to monitor:
- total voltage on battery (+)
- voltage of first ground resistor (to calculate charge current)
- voltage of second ground resistor (to calculate discharge current)
Two resistors are necessary because DS2450 can’t measure negative voltage. Battery voltage are calculated depending on mode (charge/discharge/off) from measured values.
There are external connectors to connect:
- battery
- load (I’m using 1 Ohm resistor with 1 Li-Ion battery)
- power supply
- 1-wire bus
There are also two jumpers to allow set voltage (from 1 to 4 cells) and divider for voltage measurement (1/1, 1/2, 1/4) to allow monitor higher voltages than DS2450 can support.
Schematic:
Jumpers:
- JP2 – voltage divider for ADC
- 2-3: 1/1
- off: 1/2
- 1-2: 1/4
- JP1 – voltage preset
- 1-2: you can set voltage for 1 cell with R5
- 2-3: you can set voltage for 2 cells with R5
- off: you can set voltage for 4 cells with R13. If you have trimmed voltage for 2 cells, you can quickly switch between charging 2 and 4 cells.
This is controlled by ‘simple’ bash script which uses owfs. This script growed up to program which even make corrections to ADC errors, make cycles of charge/discharge with configured delay between charge and discharge, and of course: it counts battery capacity (mAh). You can also configure thresholds to stop discharge (battery voltage) and stop charge (minimum current). There is additional script to make ADC calibration file from simple file with pairs: real voltage and ADC measured voltage. This should be done to minimize error when measuring low voltages to calculate charge current. Script also generate log, which can be used to draw charge/discharge diagrams.
Scripts with sample calibration data you can download here: ladowarka.tgz
Why this chips? Because I have it:-) Next version will be based on better chip DS2438 instead of DS2450. Stay tuned!
Update @23 August 2012
- This is a copy&paste of my old page almost without changes into blog. Publish date is set to original date when this page was last updated
- Scripts could work or not as I haven’t used it for years and I couldn’t test it right now.
- Really use DS2438 or similar chip for voltage monitoring as DS2450 is very unreliable in my opinion. I changed circuit many times, changed DS2450 for another piece (of shit) and it never works as it should. I also found somewhere similar opinions, so be warned. I made this charger using DS2438 chip later and it works just fine. Sorry, no schematic with it but it should be easy to replace DS2450 with DS2438.
- My good advice: this charger should be used for educational purposed only. I found 1-wire/Owfs too unreliable to rely on it during discharge of cells. I had few occurences of bus or owfs hangs during charging/discharging and I lost few cells – they discharged to 0 and were dead after that. Charging is safe as curcuit based on LM317 is designed that way, so no explosions and other overcharge special effects are expected 🙂
- And one remark/warning to electronic guys: owfs is made by programmers, so study carefully man pages because some chips have negated logic: you set 1 on output and it gives you 0 because 1 appears to mean ‘short’ on open collector/drain output (to them). Yes, I know, this is *** but it can’t be helped. I tried to fix/explain it somewhere in 2005 but without success (reason: backward compatibility).
Have fun, but don’t trust 1-wire.
(Polski) Watchdog LCD
About me
Marek Wodziński’s home page
My past projects (newer will appear as blog posts on this site):
- GPS just DIY gps logger with basic informations displayed on lcd – page written mostly in polish.
- 1-wire – my 1-wire projects
- rex.mamy.to In 2001 there was a credit card size PDA called REX 6000. Xircom offered on special website rex.net possibility to synchronize some news, weather and etc. for offline use. And someday Intel seized Xircom and service was discontinued. During transition time (Intel announced one month grace period) I wrote entire replacement site (code had about 3000 php and 1500 pascal lines). Site had few thousands of active users. Right now (2012) it’s still working but only few people use it.
- wizytowka.mamy.to – Small (30MB), outdated live-cd distribution based on Slackware 7.1. (year 2000/2001)
- Slackpkg
- small fixes introduced in 1.3.1 version
- giant leap in Slackpkg: dialog interface. First available as patch to version 1.4.1: slackpkg-1.4.1-dialog.diff
- another patch to 1.5.2 version: slackpkg-1.5.2-majek-base.diff (update to latest version) + slackpkg-1.99beta-dialog.diff(dialog interface ) + slackpkg-1.99beta-diff.diff (shows diff between new and old config after instalation/upgrade)
- my patches for dialog interface permanently present in slackpkg from version 2.0 🙂
- DIY watchdog with LCD – just another DIY project from 2005 (only in polish language)
- www.mamy.to – my server 🙂