Skip to content

Commit dc83f80

Browse files
committed
article: zephyr: i2s on ESP32
This article is a tutorial about how to I2S with ESP32 on Zephyr Signed-off-by: Marcio Ribeiro <[email protected]>
1 parent 88830ba commit dc83f80

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Binary file not shown.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "I2S with ESP32 on Zephyr"
3+
date: 2025-01-01T00:00:00-00:00
4+
showAuthor: false
5+
authors:
6+
- "marcio-ribeiro"
7+
tags: ["ESP32", "ESP32-S2", "ESP32-S3", "Zephyr", "I2S"]
8+
---
9+
10+
## Getting Started
11+
12+
## Final Thoughts
13+
14+
## References
15+
16+
- [ESP32: Interfaceamento com microfones digitais](https://embarcados.com.br/esp32-interfaceamento-com-microfones-digitais/)
17+
- [I2S microphones on ESP32- how high can it go?](https://reversatronics.blogspot.com/2020/06/i2s-microphones-on-esp32-how-high-can-i.html)
18+
- [NuttX: Usando o Simulador para Testes e Debugging de Aplicações](https://embarcados.com.br/nuttx-usando-o-simulador-para-testes-e-debugging-de-aplicacoes/)
19+
- [Zephyr on ESP Devices](https://www.espressif.com/en/sdks/esp-zephyr)
20+
- [Zephyr Project Official Site](https://www.zephyrproject.org)
21+
- [Zephyr Project Documentation Site](https://docs.zephyrproject.org/latest/index.html)
22+
- [Getting Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html)
23+
- Supported Boards and Shields
24+
- [Espressif](https://docs.zephyrproject.org/latest/boards/espressif/index.html)
25+
- [ESP32-DevKitC-WROVER](https://docs.zephyrproject.org/latest/boards/espressif/esp32_devkitc_wrover/doc/index.html)
26+
- [ESP32-S2-DevKitC](https://docs.zephyrproject.org/latest/boards/espressif/esp32s2_devkitc/doc/index.html)
27+
- [ESP32-S3-DevKitC-1](https://docs.zephyrproject.org/latest/boards/espressif/esp32s3_devkitc/doc/index.html)

0 commit comments

Comments
 (0)