Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 23:37 12 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : ESP & SMS

Author Message
PeterB
Guru

Joined: 05/02/2015
Location: Australia
Posts: 655
Posted: 01:02am 26 May 2019
Copy link to clipboard 
Print this post

Good morning All.
My wife has some real health problems and I have spent quite a lot of time finding and devising ways of making life easier for both of us but there is one problem still to solve. If I drop dead or get shot by a jealous husband (I still have hopes ) my wife will be on her own for as long as it takes someone to discover her. She can't be relied upon to push a button etc.
So, I have ordered an ESP8266. I have read a reasonable amount on the ESP but usually finish up learning how to turn a light on & off using an Arduino. What I need is an automatic system to send an SMS (DAD DEAD) to a family member if I fail to push a button every so often. The idea is a PIC 170 bolted to the ESP.
Is it possible to send an SMS from an ESP? or, does such a system exist?

Peter
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3470
Posted: 01:58am 26 May 2019
Copy link to clipboard 
Print this post

There are several ways you can do this. If you're sure of wifi connectivity, you can send an email message to a phone number (at least, this is true in the U.S.). For instance, I can from my computer send a email to myphoneno@tmomail.net, and the subject line appears as an sms message.

Since the ESP can be wifi connected and can send emails, this should work standalone--even the ESP-01, I think--no button press after a given time and the message is sent. You might look at the recently released Annex basic system for the ESP8266 (search thebackshed for "annex").

Alternatively, something like this A9 gprs module can send an sms message using cell phone technology.

Two caveats with that though--my similar A6 GPRS modules have sometimes failed to get a connection when my phone does without any problem, and I seem to recall reading somewhere that Australia is phasing out the cell phone technology used--someone with local info may be able to provide guidance. With T-Mobile, it only costs me $3 a month to be able to send up to 30 messages.

Another possible way is to have a raspberry pi zero w at your home with an A6/A9 module (I have this setup working). With your cell phone, you send it an sms message at whatever interval you choose. If it doesn't receive the message, it sends the emergency sms message.

If you are certain that you will always be in the location where the button is to be pressed, then that simplifies the problem, and I think ESP-01 + Annex + button would work. (ESP-01 would probably work, but I prefer using the D1 Mini, which can be had for about $4 U.S.)

Edited by lizby 2019-05-27
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
PeterB
Guru

Joined: 05/02/2015
Location: Australia
Posts: 655
Posted: 02:12am 26 May 2019
Copy link to clipboard 
Print this post

Good evening in your case lizby.

Thanks for your reply. I have seen reference to emails but assumed the recipient would have to check to see it but, in fact, my phone plays music when an email arrives. I can't read it on my phone but I know it is there so I will look further.
I am surprised that something like this does not exist.

Peter
 
Turbo46

Guru

Joined: 24/12/2017
Location: Australia
Posts: 1646
Posted: 03:02am 26 May 2019
Copy link to clipboard 
Print this post

What about when you go to sleep or have a nanna nap? A heart monitor could automate that or is once a day operation often enough?

How about a PIR system that will detect movement in places that only you go or you wife would not go unaided?

You could devise something that triggers a commercial medical alert that would ring somebody when your heart stops for a time or you fail to operate a 'dead man's switch'. NBN permitting.

Bill
Keep safe. Live long and prosper.
 
PeterB
Guru

Joined: 05/02/2015
Location: Australia
Posts: 655
Posted: 03:20am 26 May 2019
Copy link to clipboard 
Print this post

G'Day Bill

My first thought was a cup sitting on the SOS button of her unused phone slowly filling with water unless I tipped it out. Then somebodies phone rings and then what?
But I thought there must be a more complicated method and I am really surprised that this problem isn't more common and has been dealt with.
It is possible to have a volunteer ring every day.
How to detect death? It is possible, I did think a (lack of) hydrogen sulphide detector might work, I'm good at that.
The time delay would need to be about 12 hours just for me to sleep but that is better than a week.

Just another interesting problem

Peter
 
BrianP
Senior Member

Joined: 30/03/2017
Location: Australia
Posts: 292
Posted: 03:24am 26 May 2019
Copy link to clipboard 
Print this post

Aah.. the elephant in the room!
"NBN permitting"
"How to detect death? It is possible, I did think a (lack of) hydrogen sulphide detector might work, I'm good at that"


BEdited by BrianP 2019-05-27
 
Turbo46

Guru

Joined: 24/12/2017
Location: Australia
Posts: 1646
Posted: 04:08am 26 May 2019
Copy link to clipboard 
Print this post

I just though 'it's the sort of thing there should be a smart phone app for' and there is an android one here. There doesn't seem to be one for the iphone though.

It should be simple: set one or more daily alerts, if not acknowledged within a certain time, send an SMS.

Bill
Keep safe. Live long and prosper.
 
PeterB
Guru

Joined: 05/02/2015
Location: Australia
Posts: 655
Posted: 04:39am 26 May 2019
Copy link to clipboard 
Print this post

Well done Bill

When I am confronted by a problem I tend to think in terms of arc welders and 8 bit micros and Cab. Sav. never a smart phone app. I must update my thinking.
I will give it a try and now for my next problem. What to do with the ESP8266 when it arrives in a few days. Use it to hold bits of paper onto the peg board?

Peter
 
PeterB
Guru

Joined: 05/02/2015
Location: Australia
Posts: 655
Posted: 05:17am 26 May 2019
Copy link to clipboard 
Print this post

G'Day Bill

I have installed your app and will give it a go. I would like to have the option of a button but never mind.
There are several "MAN DOWN" apps which do seem to do the same thing.

Peter
 
Turbo46

Guru

Joined: 24/12/2017
Location: Australia
Posts: 1646
Posted: 06:15am 26 May 2019
Copy link to clipboard 
Print this post

I hope one of them works out.

If you are serious about a use for your ESP8266 or even some more info check out Randon Nerd Tutorials.

Bill
Keep safe. Live long and prosper.
 
PeterB
Guru

Joined: 05/02/2015
Location: Australia
Posts: 655
Posted: 02:51am 29 May 2019
Copy link to clipboard 
Print this post

G'Day Bill and anybody who might be interested.

Both ANDROID & APPLE have an app. called LONEALARM which looks good.
My ESP thing has yet to arrive.

Peter
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025