-
Notifications
You must be signed in to change notification settings - Fork 41
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
Unable to get any output from SAM #8
Comments
Hey @debsahu , I started playing with this library a couple of days ago and I it worked just fine. My setup is different as yours though, I'm not using any DAC, I'm playing it in a speaker directly using the "1 transistor" setup proposed in https://github.com/earlephilhower/ESP8266Audio#software-i2s-delta-sigma-dac-ie-playing-music-with-a-single-transistor-and-speaker (and using AudioOutputI2SNoDAC instead): https://www.instagram.com/p/Bvo4OEOFyeZ However, as I see SAM is not coupled to any library in particular, only the examples are, because SAM just outputs to a stream of bytes that in the examples are directed to ESP8266Audio. Maybe you could debug the example to see if the output looks more or less as expected? If you share your code it could be easier to help you troubleshoot. |
My wiring:
Sketch:
|
I have a PCM5102 connected to ESP8266 and all examples from ESP8266Audio work as expected. This means the wiring is right.
I can't get SAM's Say() to output anything. Any help appreciated.
The text was updated successfully, but these errors were encountered: