Skip to content

HermanKopinga/Deleteknop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Deleteknop

Combine with an Arduino Leonardo or DFRobot Beetle and a Big Red Button.

Beetle available at DFRobot. Button at Okaphone (Netherlands) or Rapid (UK).

Wiring

Wiring is quite simple, I don't have a diagram for it but it goes as follows for the DFRobot Beetle: one connection of the button goes to A0 and the other connection goes to GND (- on the silkscreen of the PCB). THAT'S IT!

Code

The code is a bit convoluted, this is becasuse I avoided using a library for the button debounce. Large buttons like these tend to be quite "noisy", so they absolutely need debounce.

If I would do it again

Since I wanted my customers to be able to modify the code themselves as easily as possible I chose to implement the logic without libraries. This still requires the Arduino IDE. Nowadays I might have used CircuitPython to achieve this without even needing to install software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages