-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This article is a tutorial about how to I2S with ESP32 on Zephyr Signed-off-by: Marcio Ribeiro <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
content/blog/2025/01/zephyr-how-to-i2s-1st-approach/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "I2S with ESP32 on Zephyrs" | ||
date: 2025-01-01T00:00:00-00:00 | ||
showAuthor: false | ||
authors: | ||
- "marcio-ribeiro" | ||
tags: ["ESP32", "ESP32-S2", "ESP32-S3", "Zephyr", "I2S"] | ||
--- | ||
|
||
## Getting Started | ||
|
||
## Final Thoughts | ||
|
||
## References | ||
|
||
- [Zephyr on ESP Devices](https://www.espressif.com/en/sdks/esp-zephyr) | ||
- [Zephyr Project Official Site](https://www.zephyrproject.org) | ||
- [Zephyr Project Documentation Site](https://docs.zephyrproject.org/latest/index.html) | ||
- [Getting Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html) | ||
- Supported Boards and Shields | ||
- [Espressif](https://docs.zephyrproject.org/latest/boards/espressif/index.html) | ||
- [ESP32-DevKitC-WROVER](https://docs.zephyrproject.org/latest/boards/espressif/esp32_devkitc_wrover/doc/index.html) | ||
- [ESP32-S2-DevKitC](https://docs.zephyrproject.org/latest/boards/espressif/esp32s2_devkitc/doc/index.html) | ||
- [ESP32-S3-DevKitC-1](https://docs.zephyrproject.org/latest/boards/espressif/esp32s3_devkitc/doc/index.html) |