4828

Replace a light bulb with a led ring.

 I have a place in my house in which I have placed a little statue. Previously this statue was lit by a large bulb which was not very aesthetic. So I decided to highlight it with led lighting.

The principle is simple, an electronic card powered directly by the mains power consisting of an ATTiny85 micro-controller and a WS2812 led ring.

The card is configurable to allow:
- to choose an animation among 3.
- to allow by pressing a push button to choose the desired animation (among 6). The choice is then recorded in EEPROM and when the card is switched on,the animation will be selected automatically.

The software is developed with ARDUINO libraries but under Eclipse IDE via the use of a makefile (arduino-makefile).