022 - ESP32 MicroPython: MQTT Part 2: Subscribe

George Bantique December 14, 2020 3 Comments

In the previous tutorial, I demonstrate the use of MQTT protocol by sending DHT sensor readings to Thingspeak as MQTT broker while the ESP32 serves as MQTT client. The act of MQTT client sending data to MQTT broker is called MQTT publish. Now in this tutorial, I will demonstrate the other direction of MQTT communication which […]


Read more 022 - ESP32 MicroPython: MQTT Part 2: Subscribe