How to connect the ESP32 to a SD card and write a file to it.
ESP8266 SPIFFS: Writing a file
How to write a file to the ESP8266 SPIFFS file system.
ESP32 Arduino SPIFFS: Writing a file
In this tutorial, we will check how to create a file in the ESP32 using the SPIFFS file system. 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 create a file in the ESP32 using the SPIFFS file system. SPIFFS stands for SPI …
ESP32 / ESP8266 MicroPython: Writing a file
The objective of this post is to explain how to create a file in MicroPython. The code was tested on both the ESP32 and the ESP8266. Introduction The objective of this post is to explain how to create a file in MicroPython. The code was tested on both the ESP32 and the ESP8266. The prints …
Continue reading "ESP32 / ESP8266 MicroPython: Writing a file"