Monthly Archive: July 2024

Programming Arduino UNO via WiFi with ESP8266 2

Introduction to Remote Programming of Arduino UNO via WiFi with ESP8266

This article will guide you through the methodology of remotely programming an Arduino UNO using ESP8266 modules, specifically focusing on NodeMCU and ESP01, utilizing the ESP-Link firmware. This firmware acts as a bridge, enabling WiFi and serial communication, thereby changing the way we interact with microcontroller boards like the Arduino UNO through ESP8266.

FTP Server on STM32 with ethernet card and SD card or SPI Flash 0

FTP server on STM32 with w5500, enc28j60, SD Card, and SPI Flash

Implementing an FTP server on an STM32 involves integrating the W5500 Ethernet module, ENC28J60 Ethernet controller, SD Card, and SPI Flash. This setup enables efficient network communication and storage, allowing the STM32 to handle file transfers and manage data effectively in embedded systems.