Page 1 of 1

Simple Notifications from IoT to mobile phone

Posted: Wed Feb 09, 2022 1:42 pm
by LeighM
I’ve come across a simple Android App (Ntfy) and server (ntfy.sh) that enables messages to be pushed from an IoT device to an Android phone.

Just install the Ntfy app from Google Play, create a new “topic” (this is effectively your password so choose something unique) and “subscribe” to it.

I’ve created a simple demonstration ESP32 Flowcode project, attached, that very simply sends notifications to an Android phone. It does this on a button press.

Just change the property settings for your WiFi SSID and Password, and the Nfty topic (to publish the messages to).
See the ntfy.sh website for more details.

Have fun.
Leigh

Re: Simple Notifications from IoT to mobile phone

Posted: Wed Feb 09, 2022 3:06 pm
by BenR
Brilliant that's a very useful project indeed thank for sharing Leigh :D

Re: Simple Notifications from IoT to mobile phone

Posted: Wed Feb 09, 2022 6:29 pm
by lucibel
Nice Leigh, thx for sharing, very easy to use!

Re: Simple Notifications from IoT to mobile phone

Posted: Wed Feb 09, 2022 7:03 pm
by medelec35
Thanks, Leigh.
We are very lucky to have you sharing excellent projects like this one.
All the thanks says it all.