Simple Signal Light with Wall Mount
by RBEPrinter
8
Downloads
13
Likes
0
Makes
A simple signal light with wall mount.
I used an Arduino nano and a rgb led to light up the transparent dome.
The hole in the base is for the usb cable of the Arduino.
In my case I used a atmega8 with an mcp2515 can chip so it can show specified can bus messages via color. The dome is scalable so you can create a smaller/bigger version of it.
# PARTS
* some glue
* 4 WS2811 led chips
* Arduino nano/pro mini or attiny in my case
CODE IS IN FILES `main.cpp` for example controllin
I used an Arduino nano and a rgb led to light up the transparent dome.
The hole in the base is for the usb cable of the Arduino.
In my case I used a atmega8 with an mcp2515 can chip so it can show specified can bus messages via color. The dome is scalable so you can create a smaller/bigger version of it.
# PARTS
* some glue
* 4 WS2811 led chips
* Arduino nano/pro mini or attiny in my case
CODE IS IN FILES `main.cpp` for example controllin
Sign in to leave a comment
Sign in