Description
Quick and easy to build - Snap fit - no screws needed
Final dimension assembled: 4x4x15cm (LxWxH)
Cut 2 pixel from the stick to make it fit into the housing. (see pictures)
Cut the jumper cable on one side and solder it to the LED stick (GND, 5V, DIN)
Pls. note that the WS2812 (Neopixel) stick is directly connected to the controller. It does NOT need a own power source. Connect just the controller.
This is possible by using only a few LEDs. The controller can deliver enough current. Voltage 3.3V or 5V does not matter in this case.
Calliope:
LED Stick 5V → Calliope +
LED Stick GND → Calliope -
LED Stick DIN → Calliope P0
Code example: to follow
ESP32:
LED Stick 5V → ESP32 3.3V
LED Stick GND → ESP32 GND
LED Stick DIN → ESP32 D16
Code example: to follow
Arduino:
LED Stick 5V → Arduino 5V
LED Stick GND → Arduino GND
LED Stick DIN → Arduino D6
Code example: to follow
Leave a picture of your make and a “LIKE”
The traffic light visible in the background you can find at: https://www.printables.com/model/864750-traffic-lights-ampel-for-arduino-esp32-co
Drop me a line by PM and I will try to help.
######################################################
More information about Neopixel, code examples, connections and warnings at: https://learn.adafruit.com/adafruit-neopixel-uberguide/the-magic-of-neopixels.
The sample code has been tested with original Adafruit Neopixel sticks and may require adaptation when using other sticks.
Pls check the data sheet of your microcontroller before connecting.
I do not take any liablity for damages or injuries. Build and use at your own risk. The linked products and pages are for reference only. I dont get paid from the owners.
#######################################################
The author marked this model as their own original creation.