How to perform CBOR serialization and deserialization, using the ESP32, the Arduino core and the Nlohmann/json library.
ESP32: BSON
How to perform BSON serialization and deserialization, using the ESP32, the Arduino core and the Nlohmann/json library.
ESP32: JSON
How to use the Nlohmann/json library on the ESP32, using the Arduino core.
Python: How to convert a Dictionary to a JSON string
How to serialize a Python dictionary to a JSON string.
ESP32 Protocol buffers: Encoding a DS18B20 temperature measurement
In this tutorial we will check how to obtain a measurement from the DS18B20 temperature sensor and encode it using protocol buffers. We will be using the ESP32 and the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board and a waterproof version of the sensor. Introduction In this tutorial we will check …
Continue reading "ESP32 Protocol buffers: Encoding a DS18B20 temperature measurement"