Hi everyone,
I'm new on this forum.
My app sends values from sliders to Arduino via Bluetooth. I have 3 sliders and 0 to 100 positions. When I increase sliders, all intermediate values are sent to Arduino Nano. The board cannot process the values correctly.
I want only the final value.
Can you help me please ?
You will need a button to send the values to your arduino after you have set the sliders, in order to use only the current thumb position. You could also possibly use a clock timer to capture the thumb positions.