Skip to content

Commit

Permalink
article: zephyr: i2s on ESP32
Browse files Browse the repository at this point in the history
This article is a tutorial about how to I2S with ESP32 on Zephyr

Signed-off-by: Marcio Ribeiro <[email protected]>
  • Loading branch information
wmrsouza committed Dec 19, 2024
1 parent 88830ba commit a96fad4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file not shown.
24 changes: 24 additions & 0 deletions content/blog/2025/01/zephyr-how-to-i2s-1st-approach/index.md
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)

0 comments on commit a96fad4

Please sign in to comment.