DEC7
Open source hardware SD logger: OpenLog
How do you make a GPS logger? Well, the simplest way would be to get a GPS receiver, a microcontroller to parse NMEA data and SD or MMC memory card to store it all on. In that case you would need to make your own "file system" on memory card and PC application to download the data and put it all together. The other way would be to write FAT16/32 routines in microcontroller to store data in classic TXT files. Yet another way would be to buy DOSonChip IC that handles FAT and not worry a thing about the file system whatsoever.
This project is very very similar to DOSonChip. One big difference is that it is open source (open hardware) and based on ATmega328P! You can talk to it via serial communication using special set of "AT" commands to write, read and delete files. Very very cool stuff.
Original project page with source code: http://www.roland-riegel.de/sd-reader/index.html
Buy this device: http://www.sparkfun.com/commerce/product_info.php?products_id=9530
© Roland Riegel
© SparkFun
similar content
- Hardware subtitler (17-05-2004) [@Schematics/Video circuits]
- Power source 13.5kV (23-02-2004) [@Schematics/Power supply]
- Source codes for my PIC projects published (16-02-2010) [@News]
- GPS logger with SD card and PIC micro (04-12-2008) [@News]
- EasyPIC3 hardware patch (02-09-2006) [@Schematics/Microcontrollers]
- One-second clock signal source (14-02-2004) [@Schematics/Everything else]
- High voltage power source for HeNe lasers (23-02-2004) [@Schematics/Power supply]
- ArduiNIX is now open source hardware (11-12-2009) [@News]
- Kirlian HV power source (23-02-2004) [@Schematics/Power supply]
- Hardware random number generator on USB (17-05-2010) [@News]
comment [1]
- From trax on 14-12-2009 at 09:59:38
http://hackedgadgets.com/2009/12/12/open-source-hardware-sd-datalogger/
IP: n/a
add comment
Please log-in!
You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.