I am trying to build a project that requires some long term data loggong (up to about 3 or 4 weeks). There will be a reasonable amount of information ...It would be taking positional information etc. as an object moves. Is the SD Shield the best (only?) solution for this?vAlso, the prototype has to be pretty small, so I was wondering was there a different chip that could be placed into an Uno for example, that would increase the EEPROM ...maybe to a few MB?
From what I have been reading, I think the answer is no, but I thought I would ask anyway.
I never thought of the data format. I will need to look into that. Since space is a big deal, I will want to keep it as compact as I can.
I know EEPROM is good, and that's why I want to use it, I am just worried about the size! I guess when I get a prototype up and going, I can see how much data is generated, and go from there.
well You can also some calculation in advance by looking at datasheet of your components, sensors, ... see what You'll log and what not, how to structure data and than calculating how much bytes You need for storing a single record of data.
You have to decide than the frequency of data logging.
I make a board, the NB2AS, the integrates a uSD card, RTC, and dual
DAC with a 644P (Sanguino). It fits in an Altoids box. I also have
prototyped a Li-ion board that mounts underneath.