How to read a file from the ESP8266 SPIFFS file system.
ESP8266 SPIFFS: Writing a file
How to write a file to the ESP8266 SPIFFS file system.
ESP8266 Arduino: Mounting the SPIFFS file system
How to mount the SPIFFS file system on the ESP8266.
ESP8266 Arduino: HTTP PUT request
The objective of this tutorial is to explain how to perform a HTTP PUT request using the ESP8266 and the Arduino core. The tests from this tutorial were performed on a DFRobot’s ESP8266 FireBeetle board. Introduction The objective of this tutorial is to explain how to perform a HTTP PUT request using the ESP8266 and the …
ESP32 / ESP8266 Protocol Buffers: messages with strings
In this tutorial we will check how to use strings in our protobuf messages, using Nanopb and the Arduino core, running both on the ESP32 and on the ESP8266. 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 …
Continue reading "ESP32 / ESP8266 Protocol Buffers: messages with strings"
ESP32 / ESP8266 Arduino: Protocol Buffers
In this tutorial we will learn how to get started using Protocol Buffers with the Arduino core, both running on the ESP32 and on the ESP8266. 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 …
Continue reading "ESP32 / ESP8266 Arduino: Protocol Buffers"
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"
ESP32 / ESP8266 Arduino: Printing numbers to serial in different bases
In this tutorial, we will check how we can print numbers to the serial port using different bases, more specifically in binary, octal and hexadecimal. 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 …
Continue reading "ESP32 / ESP8266 Arduino: Printing numbers to serial in different bases"
UART OBLOQ: an introduction
Description of the UART OBLOQ, an Internet of Things module from DFRobot.