Skip to content

Related, Links, etc.

tz1 edited this page Sep 13, 2010 · 4 revisions

This is the place for links to similar projects, other things to do with OpenLog, code samples, hints, and anything else that doesn’t go on another page and is too small to make a completely new one.



FAT32 bootstrap proof of concept. Read fixed name file out serial port in just over 2K with the libc housekeeping.
Archive:
http://www.zdez.org/booter-0.1.zip
Explanation:
http://harleyhacking.blogspot.com/2010/01/fatmel32-bootstrapping.html
(I’m working on a ex-nihilo FAT32 + SDHC card filesystem there, other posts might be of interest – TZ)


microSD to full sized adapter:
http://www.dealextreme.com/details.dx/sku.27001
If the card is compatible (3.3v, has the SD commands, etc.), it will work. Including things like the EyeFi. Note they might pull more power.


I don’t know if the EyeFi can be formatted and work with FAT16, and it only uploads certain picture formats like JPEG (except the Pro), but as long as the file is large enough, and is a valid JPEG, it will upload it. However a valid JPEG can be a single pixel with just under 64K per text comment block. I haven’t yet tried writing them slowly to see if it would do nothing, write a partial, or wait until the end-of-jpeg and send it.


Experimental FAT32/SDHC firmware: http://github.com/tz1/sparkfun – hyperlog is targeted at OpenLog hardware, fat32cli is a command line version that is NOT compatible with the current openLog commands but does similar things. Also a version for the jpeg trigger

Clone this wiki locally