Simple Notifications from IoT to mobile phone

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

BenR
Matrix Staff
Posts: 1882
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 484 times
Been thanked: 661 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: 177
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 31 times
Been thanked: 22 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: 1560
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 555 times
Been thanked: 514 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