Troubles writing (too large?) header to .csv-file
hello arduino forum
i working on data logger save movement information lsm9ds0 microsd card including time data. want header provide names columns creating in order recognize data , create charts in excel.
i can log desired lsm9ds0 data microsd card without header. if add header code sketch becomes impossible write log file. must go wrong here. see attached files.
is amount of information in header arduino uno handle? cannot see error in code.
equipment:
- arduino uno (atmega328p)
- adafruit lsm9ds0
- adafruit micro sd card breakout board
- adafruit ds1307 real time clock breakout board
- microsdhc, 32gb, class 10 memory card
in further project step love add gsp data .csv file. think possible storage limitations of arduino uno log gprmc , gpgga?
thank , happy 2015.
i working on data logger save movement information lsm9ds0 microsd card including time data. want header provide names columns creating in order recognize data , create charts in excel.
i can log desired lsm9ds0 data microsd card without header. if add header code sketch becomes impossible write log file. must go wrong here. see attached files.
is amount of information in header arduino uno handle? cannot see error in code.
equipment:
- arduino uno (atmega328p)
- adafruit lsm9ds0
- adafruit micro sd card breakout board
- adafruit ds1307 real time clock breakout board
- microsdhc, 32gb, class 10 memory card
in further project step love add gsp data .csv file. think possible storage limitations of arduino uno log gprmc , gpgga?
thank , happy 2015.
try using f macro on prints save ram. e.g.:
it may work on datafile.print statements too.
code: [select]
serial.print(f("date"));
it may work on datafile.print statements too.
Arduino Forum > Using Arduino > Storage > Troubles writing (too large?) header to .csv-file
arduino
Comments
Post a Comment