-
Originally I was planning to use bare esp32 and rotary encoder for adjusting the volume on a set of synchronized players. Si I ordered some, but starting to think that it will not work if there's no Dac attached to it. What are your thoughts about this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
To be confirmed but this option (Change drive) does not seem to be available on the ESP32 version. On the other hand, no worries for use without a DAC. |
Beta Was this translation helpful? Give feedback.
-
Any suggestions on settings? I have two speakers who are working fine. Then I turn on ESP32-WROVER development board called "vol" with one LED and rotary encoder connected. All three devices are synchronized including volume. Once "vol" is connected, speakers keep dropping radio playback almost once a minute. When "vol" is unplugged, speakers play radio fine all day. Something must be wrong in the "vol" settings, any suggestions please? |
Beta Was this translation helpful? Give feedback.
If your goal is to have a volume button in another room, I don't think SqueezeliteESP32 is a good solution for you.
You should create a small Arduino code that would directly send the requests to the LMS server.
Much cleaner...
If you don't know how to code, there is probably a similar project that already exists otherwise chatGPT can do that.