Android Question Can I receive notifications via ESP32 ?

Adamdam

Active Member
Licensed User
Longtime User
Dear all,
Greetings,
Sure you can receive notification via mobile (mobile App) ,
But I need to make same solution by hardware,
Receive notifications ( not sending but receiving ).

Can any one help me to make notification receiver by hardware (Arduino (any type ) or ESP32) ?, kindly.
Thanks on advanced.
Best regards
 

peacemaker

Expert
Licensed User
Longtime User
MCU must work periodically as a client, making HTTP-requests to a server. Where the status is stored, and server should reply with ... a notification info.
Look for MQTT protocol for ref.
 
Upvote 1

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
Many thanks Mr. Erel,
Many thanks Mr. peacemaker

I trying now to build Arduino (on ESP32, or ESP8266) code to just publish and receive the packets from B4X code on mobile
Mqtt server is :
m21.cloudmqtt.com
ex:
https://www.b4x.com/android/forum/threads/b4x-mqtt-chat-room.61568/#content

Can any one share part of his work on Arduino the make these simple function and compatible with the above MQTT Blocker, please.
Support yourself here with this example.
 
Upvote 0
Top