-
Notifications
You must be signed in to change notification settings - Fork 53
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
Problems Configuring SPDIF Output #142
Comments
Are you sure you have defined "pin_i2s_spdif" in the config page of the web interface? |
Is there a tutorial on how to use the Spdif support? My web interface configs look like this right now and i dont get any sound: clk_dst = 1 # Offset during daylight saving time (hours) gpio_00 = uppreset = 1 mqttbroker = none pin_i2s_spdif = 5 preset = 1 toneha = 0 volume = 100 wifi_00 = / Maybe I am just making a dumb mistake, but I am very confused at the moment. |
Read this. See chapter 1.3. |
Hi, I also haven't been able to get the SPDIF output to work, I've followed the guide to the letter. Please help
config.h
serial output:
|
Try to make a "blink" program for GPIO 15 and check if the red LED in the led is blinking. |
thank you for responding. |
I also have no issue using a blink sketch on gpio 15. I have same config.h as shown by other user above (except wifi credentials). I also have no audio from SPDIF. However, using this example from another library: (simply changing proper pin to 15 for the ESP32-Radio hardware boards I got from PCBWay -- it does work. Any solution yet? |
I was able to reproduce the bug. I am working on it.... |
This should probably be closed. The current version works with ESP32-WROOM-32U and a Neoteck NTK004a SPDIF DAC using optical input. Seems these fixes were probably in the Fri Jul 5 2024 commits. Setting of pin_config.bck_io_num and pin_config.ws_io_num from those commits was later removed, showing that I2S data output can function even when the clock outputs are not assigned to pins. |
Hey,
I really like this project! Great work! I'd love to build it myself, but I'm having trouble getting the SPDIF output to work. Here's my config from the web interface:
Also, I'm wondering if it's possible to ditch the rotary encoder and just rely on buttons for control.
Thanks in advance, and sorry for my improvised English.
The text was updated successfully, but these errors were encountered: