In this tutorial we will learn how to parse a XML document and obtain the value of an attribute in one of the elements. The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board.
Continue reading “ESP32 XML: Obtaining the value of an attribute”ESP32 XML: navigating through a list of elements
In this tutorial we will learn how to parse a XML document and navigate through a list of elements, printing their values. We will be testing this tutorial on the ESP32, using the Arduino core and the TinyXML-2 library. The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board.
Continue reading “ESP32 XML: navigating through a list of elements”ESP32 Arduino: Parsing XML
In this tutorial we will learn how to get started parsing XML with the ESP32, using the Arduino core and the tinyxml2 library. The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board.
Continue reading “ESP32 Arduino: Parsing XML”