Closed netham45 closed 4 months ago
Just to note I have the library working on an ESP32-AudioKit with an esp32-a1s, I'm aiming to make a spdif-out version of what I've already made with an esp32-wroom-32u.
I think this is rather a hardware then a software problem: I would not trust the AudioKit pins: try with a regular ESP32 first. I hope you did not forget to also have a proper connection to GND.
I'm using a normal ESP32-WROOM-32U as indicated in my report. My goal is to port code I have working on the audiokit to it.
Do you have a recommended ESP board to use? I also tried another ESP32-WROOM-32U yesterday to eliminate a hardware issue but no change.
I guess you will need to analyze the signal with an oscilloscope or a logic analyzer to confirm that you get a valid signal. As I was writing before, I don't think the issue is the software but your toslink connection....
Problem Description
Hi, I've tried both the sine wave generator and a2dp spdif examples verbatim. My spdif port is flashing when sending but I'm not getting anything detected by any of my receivers. I'm using an optical transmitter taken off of an 1->3 TOSLINK splitter I had wired to 5v and pin 23.
I'm not really sure where to start troubleshooting this one. Any tips would be welcome. Thanks.
Device Description
ESP32-WROOM-32U
Sketch
Other Steps to Reproduce
No response
What is your development environment
Arduino IDE v2.3.2 ESP32 Core v3.0.1 (Also tried 2.0.17) Latest version of arduino-audio-tools from repo as of writing (Also tried release 0.96)
I have checked existing issues, discussions and online documentation