Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Using cheap mobile phone to send an alarm

Status
Not open for further replies.

Western

Member
Hi,

A dairy farmer friend asked if I have any ideas about remote monitoring for when he is flood irrigating.

He wants a sensor at the end of the paddock, that triggers when the water reaches it.

He’d like it to cause an el cheapo mobile phone to send a message to his own phone … so he can head off and close the sluice gate.

There are all sorts of systems around, but mostly far more sophisticated and expensive than what he wants to pay ... AUD $2,500

Does anyone have any experience with any reliable, ready made and proven systems … or any ideas for putting one together.

He's not keen on VHF because of terrain, but has respectable phone coverage.

Thank you.
 
This could be done fairly cheaply with an Arduino and an SMS shield.
Couple of questions,
Do you have programming abilities?
Is power available?
If not, can a battery be regularly changed?

Mike.
Edit, GSM modems seem to have gone out of fashion. Banggood still seem to be selling them. Link.
 
Last edited:
Couple of questions,
Do you have programming abilities?
Is power available?
If not, can a battery be regularly changed?

Thanks Mike,

I have done some programming ... but not my strong point

Power is not available ... but a reasonable sized gel cell could be attached to run it

And yes ... it could be swapped out or taken back to be recharged easily enough.


The way I envision it is that he'd open up the sluice gate ... stick the monitor at the top end of the paddock ... and then 24 hours later the water would reach it and send off the message.

He'd then close the sluice and retrieve the monitor ... or shift it to the next strip to be irrigated.

He did talk about needing a number of units ... that's why $2,500 each bothered him a bit. :)
 
Arduino with shield should be less than AU$50.
How will you detect the presence of water? Float switch?
Has he considered a system to automatically shut off the sluice? Maybe a simple timer.
Are you located near Brisbane?

Mike.
 
Well, the price is right. :)

Not sure for detection ... possibly just a moisture sensor of some type ... though could be a float switch.

I'm not sure on shutting off the sluice gates ... from what I recall ... his are manually operated ... think vertical screw with a 12" wheel that you screw up or down.

Some flooding may be done by turning on a pump ... but most are manual I believe.

We're 100 km out of Adelaide on the River Murray
 
There are plenty of projects on the net where you hack a cheap 'phone, and use one of its hotkeys as a means of sending a text, a simple circuit interfaces to the hotkey via a pair of wires soldered to its contacts.
For that matter I dare say you could rig something completely mechanical, a ball float in a sump with the 'phone attached to a bracket could be arranged to press said hotkey sending the message.
 
Haha ... a mechanical system did cross my mind ... but I have enough trouble making my phone work while I'm watching ... I don't like my chances of a getting a remote system working reliably.

I like the idea of wiring up a hotkey so that it has more chance of triggering properly. Didn't realise that was an option. Thank you for that.
 
There are plenty of projects on the net where you hack a cheap 'phone, and use one of its hotkeys as a means of sending a text, a simple circuit interfaces to the hotkey via a pair of wires soldered to its contacts.

Ok ... I've spent ages looking ... but can't find any so far.
 
To future proof your design for when they go to 4G, 5G 6.... etc. You could use any phone and turn on tethering and use a WiFi enabled Arduino such as the Wemos to talk to it. You would need to use one of the online SMS services to send the SMS but they're really cheap.

Edit, alternatively, use the Wemos to send an email instead of SMS - lots of examples on web.

Mike.
 
Last edited:
How about a phone with some kind of a bluetooth device? Some phones used to take AT command codes via the headphone Jack but I'm pretty sure those no longer exist.

Hmmm. Most phones will take a contact closure via the headphone jack and software can use it as a trigger (and there are bluetooth devices that work the same way). Could B4A (Basic for Android) use this input to trigger an SMS?
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top