In this tutorial we will learn how to use WebSerial and perform the resolution of the ESP32 domain name using mDNS.
ESP32: WebSerial console over Soft AP
In this tutorial we will learn how to setup a web based Serial Monitor, working over a network hosted by the ESP32.
ESP32 / ESP8266 ArduinoTrace: using the TRACE macro
In this tutorial we will learn how to use the TRACE macro of the ArduinoTrace library to help debugging our programs. The tests on the ESP32 were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. The tests on the ESP8266 were performed on a DFRobot’s ESP8266 FireBeetle board. Introduction In this tutorial we will learn how to use the …
Continue reading "ESP32 / ESP8266 ArduinoTrace: using the TRACE macro"
ESP32 / ESP8266 Arduino: Debugging with the ArduinoTrace library
In this tutorial we will learn how to get started using ArduinoTrace, a tracing library that is aimed at debugging Arduino programs. The tests on the ESP32 were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. The tests on the ESP8266 were performed on a DFRobot’s ESP8266 FireBeetle board. Introduction In this tutorial we will learn how to …
Continue reading "ESP32 / ESP8266 Arduino: Debugging with the ArduinoTrace library"