#Free Code for Oixel Led Cracker Tree & Chakari
Explore tagged Tumblr posts
multitechelectronics4u · 4 years ago
Text
Fireless Cracker Tree with Sound, WS2811, 5V, Program & Coding-in English-Part-1 , with Code.
Fireless Cracker Tree with Sound, WS2811, 5V, Program & Coding-in English-Part-1 , with Code.
PIXEL LED LIGHT EFFECTS Dear Friends this blog is related to Pixel Led WS2811, 5volt ( not the strip LED). everything is same except to use pixel led ws2811, 5volt as shown below. Code Link:- https://drive.google.com/drive/folders/1I1Y2RZlHznR1OtFofDWVYEYETHbJ4HbL?usp=sharing Or code can be copy-pasted from below:- #include #define neo_pixel_pin 6 #define number_of_neo_pixel 47 #define piezo…
Tumblr media
View On WordPress
2 notes · View notes
multitechelectronics4u · 4 years ago
Text
Pixel LED - Fireless Cracker Tree with Sound & Code, Arduino Programming & Coding
Pixel LED – Fireless Cracker Tree with Sound & Code, Arduino Programming & Coding
Following is the CODE to copy & Paste in Arduino IDE Sketch:- #include <Adafruit_NeoPixel.h> #define neo_pixel_pin 6 #define number_of_neo_pixel 47 #define piezo 5 #define dimmer 30 long freqIn; long blow1; long blow2; unsigned int last_num =0; int brightness = 128; Adafruit_NeoPixel strip = Adafruit_NeoPixel(number_of_neo_pixel,neo_pixel_pin, NEO_GRB + NEO_KHZ800); uint32_t red_color =…
Tumblr media
View On WordPress
0 notes