Simple Notifications from IoT to mobile phone

Use this section to discuss your embedded Flowcode projects.
Post Reply
LeighM
Valued Contributor
Posts: 458
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 82 times
Been thanked: 246 times

Simple Notifications from IoT to mobile phone

Post 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
Attachments
ESP32_NTFY_DEMO.fcfx
(16.35 KiB) Downloaded 292 times

BenR
Matrix Staff
Posts: 1940
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: Simple Notifications from IoT to mobile phone

Post by BenR »

Brilliant that's a very useful project indeed thank for sharing Leigh :D

Xbiotec
Posts: 216
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 35 times
Been thanked: 26 times

Re: Simple Notifications from IoT to mobile phone

Post by Xbiotec »

Nice Leigh, thx for sharing, very easy to use!
Seb

medelec35
Matrix Staff
Posts: 1988
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 630 times
Been thanked: 660 times

Re: Simple Notifications from IoT to mobile phone

Post by medelec35 »

Thanks, Leigh.
We are very lucky to have you sharing excellent projects like this one.
All the thanks says it all.
Martin

Post Reply