Playing WAV Audio Files Using DAC on ESP32 with MicroPython #16758
Unanswered
hardikofficial963
asked this question in
ESP32
Replies: 3 comments 2 replies
-
Why not just use DFPlayer Mini? https://www.amazon.com/dp/B07JGWMPTF |
Beta Was this translation helpful? Give feedback.
2 replies
-
There is example code for doing this with I2S peripherals at https://github.com/miketeachman/micropython-i2s-examples/tree/master/examples |
Beta Was this translation helpful? Give feedback.
0 replies
-
The I2S driver does not support using the internal DAC yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am trying to play WAV audio files using one of the DAC pins on the ESP32, which is connected to an amplifier driving a speaker. This is possible in the Arduino framework using the following library:
🔗 Arduino Library: XTronical_XT_DAC_Audio
However, I would like to achieve the same functionality in MicroPython.
My Questions:
If anyone has worked on something similar or has insights, I would really appreciate your guidance. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions