WS001
ESP-IDF with ESP32-C6 Workshop - Introduction
6 mins
Lecture: ESP-IDF Introduction # The ESP-IDF (Espressif IoT Development Framework) is the official operating system and development framework for the ESP32 series of microcontrollers by Espressif Systems.
ESP-IDF with ESP32-C6 Workshop - Assignment 1: Install the Espressif-IDE
1 min
Assignment 1: Install the Espressif-IDE # To get started and perform all the workshop assignments, you need to install the Espressif-IDE.
ESP-IDF with ESP32-C6 Workshop - Assignment 2: Create a new project with Components
8 mins
Assignment 2: Create a new project with Components # In this assignment, we will show how to use components to accelerate your development.
ESP-IDF with ESP32-C6 Workshop - Assignment 3: Connect to Wi-Fi
4 mins
Assignment 3: Connect to Wi-Fi # Now it’s time to connect the ESP32-C6 to a Wi-Fi network.
ESP-IDF with ESP32-C6 Workshop - Assignment 4: Try using NVS
6 mins
Assignment 4: Try using NVS # As you can see from the last assignment, the Wi-Fi credentials were stored hard-coded.
ESP-IDF with ESP32-C6 Workshop - Assignment 5: Wi-Fi provisioning
2 mins
Assignment 5: Wi-Fi provisioning (EXTRA) # Wi-Fi provisioning is a crucial step in the setup of any IoT device.
ESP-IDF with ESP32-C6 Workshop - Assignment 6: Protocols
5 mins
Assignment 6: Protocols (EXTRA) # Currently, ESP-IDF supports a variety of protocols including but not limited to:
ESP-IDF with ESP32-C6 Workshop - Assignment 7: Try using the Low Power core
9 mins
Assignment 7: Try using the Low Power core # The ESP32-C6 has 2 cores, the high-power (HP) core and the low-power (LP) core.