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: Flash chip information functions
The objective of this post is to explain how to get some information about the flash chip of an ESP8266 board, using the Arduino IDE libraries functions. Introduction The objective of this post is to explain how to get some information about the flash chip of an ESP8266 board, using the Arduino IDE libraries functions. …
Continue reading "ESP8266: Flash chip information functions"
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 …
ESP32: Connecting to a WiFi network
Connecting the ESP32 to a WiFi network, using the Arduino core
ESP32: Hello World
How to write a simple "Hello World" program with the ESP32, using the Arduino core.
ESP32: A cheap and powerful microcontroller
Brief introduction to the ESP32, a microcontroller from Espressif.
ESP32
This post briefly explains what is the ESP32, a very powerful and cheap IoT enabled System on Chip. Introduction This post briefly explains what is the ESP32, a very powerful and cheap IoT enabled System on Chip. The ESP32 integrates both WiFi and Bluetooth support in the same chip [1], offering a wide range of …