Hello to everyone! I have some ESP boards, like ESP32. I am very beginner, and I see a lot of very good tutorials for Arduino, but I don't see them for ESP32, for beginners (I am familiar with Arduino, now I want to explore ESP).
Could someone recommend me good tutorials for ESP32, pleeease?
if you do a web search for arduino esp32 you will get plenty of links
you can then search for specific project information, e.g. arduino esp32 webservers
have you a project in mind?
Working with ESP32 is same as Arduino UNO unless you play around with WiFi connectivity for IoT Things and multi-tasking. The attached file may help you getting an introduction on the architecture of ESP32 MCU. ch-18 ESP32Lec.pdf (1.2 MB)
My site has a few pages about the esp32 and a few easy projects.
The ESP32 provides a wifi connection, which can be useful, so a lot of projects relate to that.
You should know the ADC is .. different (not in a good way).
You should also try some of the examples that you will see in File - Examples
including the simple ping, Time, and wifi