The objective of this post is to explain how to send JSON messages over MQTT using the ESP32. Introduction The objective of this post is to explain how to send JSON messages over MQTT using the ESP32. To do so, we will be using two libraries that handle the low level details and expose us …
LinkIt Smart 7688 Duo: Publishing messages to MQTT topic
The objective of this post is to explain how to use the LinkIt Smart 7688 Duo to publish messages to a MQTT topic. Introduction The objective of this post is to explain how to use the LinkIt Smart 7688 Duo to publish messages to a MQTT topic. To do so, we will use a Python …
Continue reading "LinkIt Smart 7688 Duo: Publishing messages to MQTT topic"
LinkIt Smart 7688 Duo: Subscribing to MQTT topic
The objective of this post is to explain how to connect to a MQTT broker and subscribing to a topic, using the LinkIt Smart Duo. Introduction The objective of this post is to explain how to connect to a MQTT broker and subscribing to a topic, using the LinkIt Smart Duo. This will be done …
Continue reading "LinkIt Smart 7688 Duo: Subscribing to MQTT topic"
ESP32: Parsing JSON
The objective of this post is to explain how to parse JSON messages with the ESP32 and the ArduinoJson library. Introduction The objective of this post is to explain how to parse JSON messages with the ESP32 and the ArduinoJson library. We assume a previous installation of the ESP32 support for the Arduino IDE. If …
ESP8266: Setting an access point
The objective of this post is to explain how to configure the ESP8266 to work as an access point. Additionally, we will also set a webserver to work on top of it. Introduction The objective of this post is to explain how to configure the ESP8266 to work as an access point. Additionally, we will …
ESP32: Subscribing to MQTT topic
The objective of this post is to explain how to connect to a MQTT broker and subscribe to a topic, using the ESP32 and the Arduino IDE libraries. Introduction The objective of this post is to explain how to connect to a MQTT broker and subscribe to a topic, using the ESP32 and the Arduino …
ESP32: Publishing messages to MQTT topic
The objective of this post is to explain how to publish a message to a MQTT topic, using the ESP32 and the Arduino IDE libraries. Introduction The objective of this post is to explain how to publish a message to a MQTT topic, using the ESP32 and the Arduino IDE libraries. We will assume that …
Python: Publishing messages to MQTT topic
The objective of this post is to explain how to connect to a MQTT broker and post some messages to a topic, using Python. Introduction The objective of this post is to explain how to connect to a MQTT broker and post some messages to a topic, using Python. For this example, we will be …
Continue reading "Python: Publishing messages to MQTT topic"