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
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.
MQTT is an excellent solution for connection of multiple devices. Tutorial about MQTT: [IoT] MQTT Protocol The rMQTT library, which is based on PubSubClient open source project, makes it simple to connect to a MQTT broker. The first step is to connect to the network (not server) as described...