View Single Post
Old 04-05-2011, 08:14 AM   #674 (permalink)
eimix
EcoModding Lurker
 
Join Date: Aug 2010
Location: Lithuania
Posts: 74
Thanks: 3
Thanked 21 Times in 15 Posts
SD card logging imposible

SD card logging imposible with standart SD.h library (FAT16/FAT32).

With simple initialization and one string file write it uses ~10kbytes, now OBDuino32K uses ~27-28kbytes, and there is only 2-3kbytes left.

Move to OBDuino64K or 128K?

Update:
even with this small one:
arduino-filelogger - Arduino library to log data into SD cards - Google Project Hosting

needs 3.5kbytes flash memory (+537bytes SRAM)

Current code should be optimized to 25k

Last edited by eimix; 04-05-2011 at 08:20 AM..
  Reply With Quote