esp32


ESP32/8266 With MQTT

Introduction to ESP32/8266 With MQTT (Mosquitto) In this post we’ll use the ESP32/8266 With MQTT (Mosquitto). Furthermore, I’ll use the library EspMQTTClient.h with the SimpleMQTTClient example. MQTT is short for Message Queuing and Telemetry Transport. Basically, we just publish data to a broker that other clients connect to. Likewise, we Read More »

mqtt client