What is the best Stamp for data collection?
Michael3079
Posts: 3
I am beginning a new project in which I believe a stamp would be the right means to implement. I've been experiementing with the BS2P24 to get familiar with the capability of the stamp and PBasic.
Some requirements:
··· Must be battery driven
··· Data collection to either SD or jump-drive·
··· Manage up to 10 external sensors with time-stamp
··· Lcd display with keyppad
I'm conerned·about the limited variable space on the BS2P. I'm running out of variable space with·a DS1302 Clock, a DS1620 temp sensor, and·a datalogger connected at this point. I will need to add several sensors before I'm done.
Is there a better stamp for this type of application. I've been reviewing specs on the Javelin and Propeller but I'm not sure if I will have similar problems as I begin to add sensors.
Thanks for any sugestions.
Some requirements:
··· Must be battery driven
··· Data collection to either SD or jump-drive·
··· Manage up to 10 external sensors with time-stamp
··· Lcd display with keyppad
I'm conerned·about the limited variable space on the BS2P. I'm running out of variable space with·a DS1302 Clock, a DS1620 temp sensor, and·a datalogger connected at this point. I will need to add several sensors before I'm done.
Is there a better stamp for this type of application. I've been reviewing specs on the Javelin and Propeller but I'm not sure if I will have similar problems as I begin to add sensors.
Thanks for any sugestions.
Comments
Disadvantages ... 1) It's different from the BS2 Stamps 2) It uses 3.3V logic. It can be connected to 5V logic devices, but you need some kind of interface, usually as simple as a resistor. There's a long "sticky" thread in the Propeller forum about signal interfacing. 3) The current SD card routines do not handle subdirectories or long file names.
That said, you may very well need something more. But I wouldn’t rule out a BASIC Stamp until you have really gone through your specifications and laid it all out. Then we can help you evaluate whether the BASIC Stamp could work. I have built several full-featured alarm systems around the BS2P40. Granted, my home system has an additional BS2, but that is in the remote keypad system. I always muse that with a Propeller I could turn the system into more of a Home Controller. The alarm system would only constitute a small portion of the system at that point.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering