Homework Board and a fish tank
stx2006
Posts: 20
I have a homework board and I was wanting to see if it I could hook up Temp, PH, and I few other senors to it and have it email me the results every morning via GSM? If so how would I go about doing the programming for it?
Comments
The GSM device also needs to be 5V compatible and simple to use. Keep in mind that the Stamps have very little variable storage and not a huge amount of program space and a lot of GSM devices are fairly complex to setup and use from the microcontroller's standpoint. Sending e-mail via GSM with a Stamp may be difficult. NetBurner makes an ethernet interface (the SB70) that has firmware available that was designed for the Stamp. It can easily send e-mail as well as work as a webserver. You'd need some kind of wired ethernet connection. If there's WiFi available, you can use a WiFi to ethernet bridge to provide a wired ethernet connection. Most WiFi routers can be configured to work this way. If you do need to use a GSM device, texting (SMS) may be easier.
In terms of programming, usually you start with available demo programs for sensors and other devices, make sure the devices work with your board. Work through things like the "What's a Microcontroller?" text and look through the Nuts and Volts columns here for ideas. Starting with the demo programs, write some demo programs for multiple sensors ... read from one then read from another and display both results.
The GSM interface will be the toughest. I'm not aware of any examples for the Stamp and a currently available GSM board. There are some examples for obsolete GSM devices ... Google "basic stamp gsm" for some old forum threads.