What module to purchase
cjkogan111
Posts: 20
Hello,
I am not sure exactly what I should purchase: Basic Stamp 2, Propeller Chip or the Javalin Chip.
I want want to use the chip to take periodic data from different instruments in various ways. For instance, I might want temperature measurements every 5 minutes, I might want pressure measurements when the user presses a certain button etc.
I would like enough space to store temperature measurements every 5 minutes for a week, however, if this is too difficult, temperature measurements every 5 minutes for 3-4 hours would suffice.
I want the temperature measurements to be stored with the exact time. Prefereably I would like to synchronize the time with a computer when I hook it up. The number of seconds after being initialized would suffice though.
Thanks!
-cjkogan111
I am not sure exactly what I should purchase: Basic Stamp 2, Propeller Chip or the Javalin Chip.
I want want to use the chip to take periodic data from different instruments in various ways. For instance, I might want temperature measurements every 5 minutes, I might want pressure measurements when the user presses a certain button etc.
I would like enough space to store temperature measurements every 5 minutes for a week, however, if this is too difficult, temperature measurements every 5 minutes for 3-4 hours would suffice.
I want the temperature measurements to be stored with the exact time. Prefereably I would like to synchronize the time with a computer when I hook it up. The number of seconds after being initialized would suffice though.
Thanks!
-cjkogan111
Comments
If 32K isn't enough, you can always attach another I2C EEPROM to a pair of I/O pins (0/1 or 8/9). These come as large as 128K these days. You can set them to different addresses and have a total of 4 x 128K = 512K attached to one pair of I/O pins.
Post Edited (Mike Green) : 12/30/2008 6:42:35 AM GMT