Summary of ESP32 Tutorials
The ESP32 is a versatile microcontroller with advanced features surpassing the ESP8266. This article recommends Neil Kolban's extensive video series and book for learning, covering setup, Eclipse, GDB, PWM, analog conversion, and RTOS. It also mentions a text-based getting started post with a hidden BASIC interpreter as alternative resources.
Parts used in the ESP32 Learning Project:
- ESP32 Microcontroller
- Eclipse IDE
- GDB Debugger
- BASIC Interpreter
The ESP8266 has become one of those ubiquitous parts that everyone knows. However, the new ESP32 has a lot of great new features, too. If you want to take the ESP32 for a spin, you should check out [Neil Kolban’s] video series about the device. When we say series, we aren’t kidding. At last count, there were nineteen videos. Some are only a few minutes long, but some weigh in at nearly twenty minutes and the average is somewhere in between.
The topics range from setting up tools and using Eclipse and GDB. There are also tutorials on specific tasks like PWM, analog conversion, real-time operating systems, and more.
You can view all the videos as a playlist, although the order seems wrong when you do that. [Neil] also has an ESP32 book out that is one of those deals where you download it for free or pay a small amount for it if you like. We haven’t read it, but we do like the videos. [Editor’s Note: We used his ESP8266 book to get started. It’s great.]
If you prefer something text-based and shorter, we have our own ESP32 getting started post. There’s even a hidden BASIC interpreter if you like that sort of thing.
Read more: ESP32 Tutorials
- What is the recommended resource for learning about the ESP32?
The article recommends checking out Neil Kolban's video series which contains nineteen videos. - How long are the videos in Neil Kolban's ESP32 series?
The videos range from a few minutes to nearly twenty minutes with an average length in between. - Can I view all the ESP32 videos together?
You can view all the videos as a playlist, although the order seems wrong when doing so. - Is there a written guide available for the ESP32?
Yes, there is an ESP32 book by Neil Kolban that can be downloaded for free or purchased, and the author has their own text-based getting started post. - Does the ESP32 support real-time operating systems?
Yes, the tutorials cover specific tasks including real-time operating systems. - What tools are mentioned for setting up the ESP32?
The topics include setting up tools and using Eclipse and GDB. - Is there a hidden feature in the text-based getting started post?
There is even a hidden BASIC interpreter if you like that sort of thing. - How does the ESP32 compare to the ESP8266?
The new ESP32 has a lot of great new features compared to the ubiquitous ESP8266.