Latest posts

WEB server on ESP32
WEB server on ESP32
1389 views 1 comment

In this project, we will create a web server on the ESP32, which will simply display the message “My ESP32 says hello”.

Read more
ESP32 server and I/O
ESP32 server and I/O
1554 views

In this post, we will add a web server on the ESP32 and enable I/O management from a web browser.

Read more
ESP32 and Atmega32u4 (Arduino micro) via I2C
ESP32 and Atmega32u4 (Arduino micro) via I2C
1496 views

In this article, we will exchange data between the ESP32 and the Atmega32u4 (Arduino micro) via an I2C link.

Read more
How to use AVRDUDE in Atmel Studio / Microchip studio
How to use AVRDUDE in Atmel Studio / Microchip studio
1975 views

In this article, you will learn how to download your program to your Arduino without using an external programmer.

Read more
First ESP32 project in PlatformIO
First ESP32 project in PlatformIO
1308 views

As a first project, the classic flashing of an LED on the ESP32 using PlatformIO.

Read more