Getting Started with the ESP32 Development Board | Programming an ESP32 in C/C++
Low Level Learning Low Level Learning
520K subscribers
94,843 views
0

 Published On Jun 19, 2021

In this video, we explore how to setup the Espressif IOT Development Framework, or IDF, and use it to write C code to blink an LED on the board. We discuss FreeRTOS, the operating system being ran on the ESP32, and how to write code that uses the RTOS and ESP32 API's to get GPIO working. We also discuss logging data to the serial bus, and using the monitor to view the serial output.

The ESP32 IDF uses FreeRTOS, an open source real time operating system that is used on smaller embedded boards. FreeRTOS allows you to make tasks for different features on your board. Pairing this with the IDF allows you to write powerful Wifi programs to the ESP32.

Check out my new merch store!: https://lowlevellearning.myspreadshop...

Chapters
0:00 Intro
0:16 Getting Started
2:18 Using IDF
2:51 A New Project
3:47 Building a Blank Project
4:50 Writing ESP32 FreeRTOS Code
7:18 Flashing the ESP32
8:16 A Bug You Say???
9:50 GPIO Output
13:25 A Bug, REDUX?
15:15 Outro


Join me on Discord!:   / discord  

show more

Share/Embed