Hi all.
Im using a sketch that calls for a rotary encoder to adjust values of a setpoint.
What would be the Blynk widget equivalent for this?
thanks
Hi all.
Im using a sketch that calls for a rotary encoder to adjust values of a setpoint.
What would be the Blynk widget equivalent for this?
thanks
Slider?
Or stepper?
Pete.
I might just try to push values with the slider or stepper to the encoders stored value.
Blynk is really addictive!
Thanks
The Step Widget with STEP 1.0 and SEND STEP YES mode will act the closest to a physical encoder… sending directional -1 or 1 steps each press, and just a little code on the device side to count the steps, if necessary, before passing on the info… Holding down the Widget will automatically send repeat commands, so even direct control of your receiving function will work.
NOTE - even in SEND STEP YES mode, the little counter on the widget itself will display values, not steps, so can be confusing until you realise that.