Рет қаралды 10,704
The ESP32 family of microcontrollers are capable devices with many built-in peripherals, including Bluetooth and Wi-Fi. The official SDK and toolchain is the ESP IoT Development Framework (ESP-IDF) and uses FreeRTOS as its real-time operating system.
However, in this tutorial series, we'll use the Zephyr real-time operating system and SDK to program the firmware for the ESP32. This is the second video in the series, so I recommend watching the previous video first: • [#1] ESP32 on Zephyr O...
Links:
Zephyr Getting Started Guide: docs.zephyrpro...
ESP32 specific instructions: docs.zephyrpro...
ESP32 Technical Reference Manual: www.espressif....
Zephyr Devicetree Mysteries, Solved: • Zephyr Devicetree Myst...
Github repository: github.com/bok...