Android Netrunner click tracker
von dwjmeijer
9
Downloads
7
Likes
0
Makes
A click tracker with 4 buttons and 4 leds, gives that sweet "click" sound.
see it in action: https://www.youtube.com/watch?v=8vFgDed7kWc
Requires an Arduino micro or similar, I used a Pololu A-Star* 328PB Micro, the cheapest compatible device I could find.
The design uses a lot of specific dimensions for components I had, such as battery terminal at the bottom and exact holes for jumper cables, so you may need to adapt it.
Print the click icon 7 times and the draw icon once, in transparent filament to diffuse the leds. Glue these into the top, which folds nicely in two 60degree angles. (at .2mm layer height, they are connected by a single layer of filament).
Once you've confirmed to circuit to be working, put everything in its place and assemble with hot glue. Battery pack is still accessible
Arduino code:
` const int buttonPin[] = {2,3,4,5};`
` const int ledPin[] = {6,7,8,9,10,11,12,13}; //first 4 for blue, last 4 for red`
` // variables will
see it in action: https://www.youtube.com/watch?v=8vFgDed7kWc
Requires an Arduino micro or similar, I used a Pololu A-Star* 328PB Micro, the cheapest compatible device I could find.
The design uses a lot of specific dimensions for components I had, such as battery terminal at the bottom and exact holes for jumper cables, so you may need to adapt it.
Print the click icon 7 times and the draw icon once, in transparent filament to diffuse the leds. Glue these into the top, which folds nicely in two 60degree angles. (at .2mm layer height, they are connected by a single layer of filament).
Once you've confirmed to circuit to be working, put everything in its place and assemble with hot glue. Battery pack is still accessible
Arduino code:
` const int buttonPin[] = {2,3,4,5};`
` const int ledPin[] = {6,7,8,9,10,11,12,13}; //first 4 for blue, last 4 for red`
` // variables will
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!