Simple Notifications from IoT to mobile phone

Use this section to discuss your embedded Flowcode projects.
Post Reply
LeighM
Valued Contributor
Posts: 394
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 69 times
Been thanked: 208 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 115 times

BenR
Matrix Staff
Posts: 1707
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 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

lucibel
Posts: 172
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

Re: Simple Notifications from IoT to mobile phone

Post by lucibel »

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

medelec35
Matrix Staff
Posts: 1432
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 506 times
Been thanked: 469 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