I have a basic water sensor circuit (see below) with led and buzzer alert. I would like to add sms notification to it. The system hopefully will send sms when water is detected. Any suggestions are welcome. Complete newbiw but willing to learn
Get an Arduino, a GSM module, make it send SMS, get some way to detect the buzzer status, combine the two.
^ ditto..
1.) Have you gotten a sketch working that checks your water sensor?
2.) Have you gotten a separate SMS sketch working?
Both of these should be VERY easy as standalone projects...
- You didnt link to specific SMS board you are using?
- I'm not clicking on a random link, and your embedded image didnt work
You should be able to take the base examples from BOTH pieces... and merge them without much effort.
*** Post BOTH (separate) working sketches.. and your attempt to merge them.