Hi, I am very new to Arduino and wanted some help with a project I am working on.
I want to make a button that measures click speed.
From the moment the button is first pressed a counter of 20 seconds will start (doesn't have to be visible but maybe after 20 seconds there could be a buzzer sound?).
Within the 20 seconds the buttonpresses will be measured. Per 10 clicks, one light on the LEDstrip will go on. 10 lights in total. (Inspo from the fair).
After the 20 seconds the total of leds will be shown on a OLED display. "You've reached 4 leds" for example.
Can somebody help me with this code?
It should include:
- The button
- Optional: A buzzer that will go off after 20 seconds
- LEDSTRIP
- OLED Display