Archive for July 3rd, 2010

I2C data logging chip.

Saturday, July 3rd, 2010

I was programming the arduino and ran into a limitation regarding the memory inside the device.  The 328 chip only has 2KB of RAM for data strings.  And if you lose power that memory goes away.  It has 1KB of eeprom that is retained between reboots, which is only a day or two of data [...]