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 MicroPython: Serving HTML from the file system in Picoweb
The objective of this post is to explain how to serve HTML content from the MicroPython file system, on a Picoweb app. The tests were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to serve HTML content from the MicroPython file system, on a Picoweb app. …
Continue reading "ESP32 MicroPython: Serving HTML from the file system in Picoweb"
ESP32 / ESP8266 MicroPython: Uploading files to the file system
The objective of this post is to explain how to upload files from a computer to the MicroPython file system, using a tool called ampy. This tutorial was tested on both the ESP8266 and the ESP32. Introduction The objective of this post is to explain how to upload files from a computer to the MicroPython …
Continue reading "ESP32 / ESP8266 MicroPython: Uploading files to the 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"