I would really like to know how you were able to store voltage and current a thousand times each second. I have a project that requires me to sample voltage 240 times a second for up to 15 seconds and I'm running into memory limitations with the Duemilanove.
Are you storing each sample as a byte in memory or as an integer? Are you storing your data in EEPROM or SRAM?
Hi, I would really like to
Hi,
I would really like to know how you were able to store voltage and current a thousand times each second. I have a project that requires me to sample voltage 240 times a second for up to 15 seconds and I'm running into memory limitations with the Duemilanove.
Are you storing each sample as a byte in memory or as an integer? Are you storing your data in EEPROM or SRAM?
Thanks
John