Implement OTA (Over‑The‑Air) firmware updates on STM32 using the Mongoose Ethernet library. Learn setup, HTTP transfer, and safe flashing.
STM32 Ethernet Tutorials
STM32 Ethernet programming using STM32F4 and Nucleo boards. Tutorials cover LAN setup, LwIP stack, web server interface, UDP and TCP protocols, and Ethernet-based data communication. Examples are based on STM32CubeIDE and HAL libraries.
STM32 Ethernet with Mongoose | Part 3 Weather Station
Create a weather station using STM32 and the Mongoose library. Learn to read sensor data and serve it over Ethernet via a dynamic web interface.
STM32 Ethernet with Mongoose | Part 2 Web Server
Build a web server on STM32 using the Mongoose library. Learn how to serve web pages, handle HTTP requests, and expand Ethernet functionality.
STM32 Ethernet with Mongoose | Part 1 Setup Guide
Learn how to set up Ethernet on STM32 using the Mongoose networking library. Step-by-step guide with code, connection details, and configuration tips.
How to use Ethernet with Riverdi STM32 Displays
This tutorial covers how to use the ethernet on the riverdi STM32 H7 embedded displays with the help of the Riverdi POE Add-on..
STM32 Ethernet #12 HTTP Server using AJAX PART2
In this tutorial, we will see how to reload a specific part of the webpage with AJAX using the XMLHTTPRequest..