Tagged: File System

esp8266 self OTA update firmware from server with version check and HTTPS 2

esp8266 self OTA update firmware from server with version check – 2

OTA (Over the Air) update is the process of uploading firmware to an ESP module using a Wi-Fi connection rather than a serial port. Such functionality becomes extremely useful in case of limited or no physical access to the module.
In this article we will explain the OTA update with an automatic REST request that starts the download and flash if the firmware version is not updated.

esp8266 self OTA update firmware from server 2

esp8266 self OTA update firmware from server – 1

OTA (Over the Air) update is the process of uploading firmware to an ESP module using a Wi-Fi connection rather than a serial port. Such functionality becomes extremely useful in case of limited or no physical access to the module.
In this article we will explain how to do an automatic update from an HTTP server.

esp8266 flash firmware e filesystem binaro compilato con strumenti con interfaccia grafica 0

esp8266: flash compiled firmware and filesystem (.bin) with GUI tools – 2

An important features that simplify the sharing of firmware (and It is used by the most productor) is to generate pre-compiled binary file with only the sketch part (or filesystem).
In this article we are going to generate filesystem binary file and we try to flash esp8266 with Espressif Download Tool.

ESP32 integrated LittleFS FileSystem 4

ESP32: integrated LittleFS FileSystem – 5

LittleFS was recently added and focuses on higher performance and directory support, but has a higher resource consumption and occupancy per file, although not by default for esp32 it should be remembered that it takes up less resources than FatFS.

ABB Aurora Web Inverter Monitor Station Introduction 0

ABB (ex Power One) Aurora Web Inverter Monitor (WIM): project introduction – 1

I would like to monitor the status of my ABB Aurora inverter (formerly Power One now Fimer). So with a WeMos D1 mini I create a monitoring station with web interface, notifications and more.
Here we will explore the infrastructure of the project.