Skip to content

xdylanm/arduino-ski-goggle-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clip on Light

This project is a take on using capacitive touch to scroll through different lighting modes with neo-pixels. The lights are driven by an ATTiny85 on an Arduino-compatible board. The case and clip are 3D printed, and should screw together with M3 nuts & bolts.

Notes

Using reset pin as digital IO on Digispark

This pin does work as input or output for the capacitive sense, nor did it work as a data pin for the neo-pixels (SK6812). Connecting the neo-pixels to pin 4 (shared with USB) does work, but leaves the neo-pixels in an unxpected state at initialization (two of them turn on white).

References

  1. Unlock Digispark bootloader
  • Recover the reset pin functionality
  • Change bootloaders (e.g. modify to Trinket)
  • Remove bootloader startup delay

About

Case and electronics for a multi-colour light with clip for a strap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages