How to connect the ESP32 to a SD card and read a file from it.
ESP32 Arduino SPIFFS: Reading a file
In this tutorial we will check how to read content from a file using the SPIFFS file system of the ESP32, running the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to read content from a file using the SPIFFS file system …
ESP32 / ESP8266 MicroPython: Reading a file
The objective of this post is to explain how to read a file from MicroPython's file system. This tutorial was tested on both the ESP32 and the ESP8266. Introduction The objective of this post is to explain how to read a file from MicroPython's file system. This tutorial was tested on both the ESP32 and …
Continue reading "ESP32 / ESP8266 MicroPython: Reading a file"