ARMweb data collection
Posted: Mon Feb 11, 2013 2:06 pm
I'm about to dive into a remote control project for about 25 distributed
transmitters. The ARMweb seems to be a good choice for the project especially
since we have one laying around the office that never got off the ground on its
original project. I have some uncertanties:
1. I would like to store A/D (0-1.25V) data in a circular buffer or in 4 files
of 6 hours worth of readings taken every 30 seconds or so. I think I will need
additional memory to do this. Is it difficult to add an SD card or is there
something easier? I'm only interested in this data if there is an alarm.
2. Can I email directly from a basic program? (Some how I'd like to get an "I'm
alive" message every 6 hours)
3. I presume the webserver is independant from the BASIC/C program and could
read the IO/A/D values with an embedded BASIC command.
4. Does the ARMweb have an on board temperature sensor?
5. What does it take to read the serial port? I would like to connect it to one
transmitter that spits out data via RS-232 for a terminal like a VT-100.
Maybe there is a better choice. I need something simple and reliable that won't
take a lot of assembly time, but won't break the bank since I don't have much of
a budget for the project. I don't have any web programming experience just BASIC
and C in school and currently dabbling in C#.
Thanks for the advice
transmitters. The ARMweb seems to be a good choice for the project especially
since we have one laying around the office that never got off the ground on its
original project. I have some uncertanties:
1. I would like to store A/D (0-1.25V) data in a circular buffer or in 4 files
of 6 hours worth of readings taken every 30 seconds or so. I think I will need
additional memory to do this. Is it difficult to add an SD card or is there
something easier? I'm only interested in this data if there is an alarm.
2. Can I email directly from a basic program? (Some how I'd like to get an "I'm
alive" message every 6 hours)
3. I presume the webserver is independant from the BASIC/C program and could
read the IO/A/D values with an embedded BASIC command.
4. Does the ARMweb have an on board temperature sensor?
5. What does it take to read the serial port? I would like to connect it to one
transmitter that spits out data via RS-232 for a terminal like a VT-100.
Maybe there is a better choice. I need something simple and reliable that won't
take a lot of assembly time, but won't break the bank since I don't have much of
a budget for the project. I don't have any web programming experience just BASIC
and C in school and currently dabbling in C#.
Thanks for the advice