basic stamp collecting data and sending it to a computer using RF?
UWSP
Posts: 15
Hello All,
First of all I am new to parallax and its endless possibilities.
I was thrust into on a project at the University of Wisconsin Stevens Point and could use some thoughts from some of you gurus out there. This is what they want me to come up with: They want to have about 9 micro-controllers that will be setup to collect data using various sensors with each of them sending the data collected to one location for logging using RF antennas, probably to a computer. They want the data to be transferred once a day, but the actual data will be collected every 15 minutes or so. They want the data to be transferred to a computer and eventually into an excel document.
I guess I am a little stuck as to how this could work, if even possible, so let me know if you have any ideas. I was thinking that The PINK, PLX-DAQ, or Stamp-Plot could be used. Each stamp will have an RF transceiver and will have to send the data to a centralized unit for collection (a computer)
Any help is appreciated!
Thanks,
Elliott Stephens
estephen@uwsp.edu
First of all I am new to parallax and its endless possibilities.
I was thrust into on a project at the University of Wisconsin Stevens Point and could use some thoughts from some of you gurus out there. This is what they want me to come up with: They want to have about 9 micro-controllers that will be setup to collect data using various sensors with each of them sending the data collected to one location for logging using RF antennas, probably to a computer. They want the data to be transferred once a day, but the actual data will be collected every 15 minutes or so. They want the data to be transferred to a computer and eventually into an excel document.
I guess I am a little stuck as to how this could work, if even possible, so let me know if you have any ideas. I was thinking that The PINK, PLX-DAQ, or Stamp-Plot could be used. Each stamp will have an RF transceiver and will have to send the data to a centralized unit for collection (a computer)
Any help is appreciated!
Thanks,
Elliott Stephens
estephen@uwsp.edu
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
I am completely new to this so I appreciate all the help I can get.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Thanks,
Elliott
Are the 9 data-gathering locations close enough to each other (say, 10 feet) that the data can be sent by wire to one RF transmitting station? Or are they spread out over a large area?
Why the need for RF? Could the data simply be logged every 15 minutes, and then picked up once per day by hand? (the hardware would be much simpler)
If you do use XBees, you will need some kind of adapter board. Which one you use will depend on the processor you're using.
There are several ways to get the data into Excel. I have been using PLX_DAQ quite a bit, but you could just save comma-delimited text files and read those in. Which you do depends on what kind of setup you're planning to have.
Why don't you describe your project in much more detail?·You'll get much better answers. I'm very interested in following what you do.