karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

Rotary Encoder doesn't change stations #198

Closed clparrish closed 3 years ago

clparrish commented 3 years ago

Radio works great. I do not have a display. I have one rotary encoder implemented, which works as follows:

  1. Rotating changes volume.
  2. Push mutes output as long as it is held.
  3. Push and rotate changes volume. This is manifested when released. I thought it was supposed to work like this:
  4. Rotating changes volume.
  5. Push mutes output until it is pushed again.
  6. Push and rotate selects another station. This is manifested when released.
karawin commented 3 years ago

Something is wrong in your configuration. 2/ is abnormal 3/ is abnormal

5/ is a start/stop 3 and 6 ???

clparrish commented 3 years ago

Thanks for your comments. Configuration is whatever is present in the upload, I don't know how to change it. I've reloaded several times; the behavior is the same each time the firmware is uploaded. Still mystified.

karawin commented 3 years ago

Without display, two encoders may be a solution, but strange.

clparrish commented 3 years ago

I found that there was a wiring error. The rotary control works correctly now. Thanks to karawin for the help.