Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
987 stars 229 forks source link

volume go automatic back #316

Open dl6dbh opened 4 years ago

dl6dbh commented 4 years ago

I have built the esp32 with ili9341. is really great. I have the problem that the volume automatically gradually becomes quieter. an idea where it could be because?

Edzelf commented 4 years ago

Should be visible in the serial output logging. Probable noise on the rotation decoder input.

dl6dbh commented 4 years ago

Hi ed good idee groundet the pins ..... all is good

Bavarian commented 4 years ago

Removing pin_enc_clk, pin_enc_dt and pin_enc_sw in the Config solved it for me

rizzo86 commented 4 years ago

Remove unused pins for volume buttons in config page try use some resistors for pull up/down on encoder pins.