Replies: 4 comments 1 reply
-
I also did a test without the arduino-audio-tools and got the same result: https://github.com/joba-1/esp32-s3-dac-sine/blob/master/src/main.cpp So I'm sure it is not a problem of the arduino-audio-tools. Hoping for a workaround or a known good framework version... |
Beta Was this translation helpful? Give feedback.
-
Not sure what this could be, after all the API is the same: so it should work.
|
Beta Was this translation helpful? Give feedback.
-
same with newest arduino ide, newest esp32 package from espressif and your newest lib. hoping for pin change effects… |
Beta Was this translation helpful? Give feedback.
-
Success! Pins 37, 36, 35 produce a nice and clean B4 :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'd like to transfer audio from an I2S mic of one ESP32-S3 over serial/RS485 to another ESP32-S3 with I2S DAC, but I'm stuck at the very beginning: I don't get a generated sine wave to play properly on the DAC. It generates more like two overlayed sine waves. On a normal ESP32 the sound is fine.
I have an ESP32-S3-DevKit C and the max98357a dac pins bck, lrc and din are connected to pins 12, 11 and 14. I use the streams-generator-i2s.ino example and just changed AudioLogger level to warning and set the out config pins in setup().
The build mentiones these versions, in case it matters:
platformio.ini looks like this (mhetesp32minikit works using pins 21, 16, 17):
the changed part of the setup() function
any hints what I could try next?
Beta Was this translation helpful? Give feedback.
All reactions