-
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
ESP32-ETH01 #161
Comments
You need 3 free pins for the PCM5102A. Define DEC_HELIX in include/config.h and the 3 pins in the config page of the web interface:
Note the the pin-numbers mentioned above are just an example. |
Many thanks for your quick response, i keep it working by setting DEC_HELIX (not recognized the i2s comment) pin_enc_clk = 39 # GPIO rotary encoder CLK and its working fine. Many thanks for your work. One last question: is there any configuration possibility for Mono mixdown output? greetings, claas |
There is no setting for mono mixdown. You may change helixfuncs.h, but you may also mix the 2 channels on the analog output. |
Good morning,
i want to build a radio based on your project and need to use eth. First of all: im not very experienced with arduino or programming code yet, so i need to learn.
I keep ethernet working with 1106 oled display (i2c pin TXD and 458_EN)) but im not shure where to connect the audio interface PCM5102A with i2s and the rotary encoder.
Audio Interface of course is necessary for the radio.
Can you help me with this issue? Many thanks!
The text was updated successfully, but these errors were encountered: