Simple Notifications from IoT to mobile phone

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

BenR
Matrix Staff
Posts: 1733
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 439 times
Been thanked: 602 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: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 509 times
Been thanked: 472 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