-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect the esp32? #100
Comments
Using PlayMP3FromSPIFFS example, I changed AudioOutputI2SNoDAC to AudioOutputI2S (include header file, class file name), the wiring just same as your |
I addition, SCK have to be connected to GND |
For what it's worth, if the issue is that you get more noise than sound, it could be the bit order. To get my PT8211 to work, I had to change ESP8266Audio/src/AudioOutputI2S.cpp Line 56 in d0089c1
|
Wow, tfry-git you save me hours. |
How do I make this change on an esp8266? |
Check this out to change on an esp8266: |
i have successfully wired my pcm5102 to a wemos d1.
Now i want to use a ESP32. I have connected:
BCK Gpio26
LCK Gpio25
DIN Gpio22
Power:
3,3v + to ESP Vin and DAC VCC
3,3v - to ESP GND and DAC GND
But i hear no sound.
please can help anyone?
The text was updated successfully, but these errors were encountered: