MQTT
Posted: Mon Dec 09, 2024 5:35 pm
Good Evening everyone,
I'm working on a project where ESP32 takes analog data from some senor then send it to a website via
websocket, and then I was introduced to MQTT, i have made the oneshot ADC task and im trying to sent data using a topic called my_topic.
My Questions are,
1- What do i need to know or to read from esp website to get an idea on how to send/receive data?
2- how do i create a dummy MQTT Broker so i can test my clients data?
Thanks everyone
I'm working on a project where ESP32 takes analog data from some senor then send it to a website via
websocket, and then I was introduced to MQTT, i have made the oneshot ADC task and im trying to sent data using a topic called my_topic.
My Questions are,
1- What do i need to know or to read from esp website to get an idea on how to send/receive data?
2- how do i create a dummy MQTT Broker so i can test my clients data?
Thanks everyone