Smartphone Control RGB Scrolling Text Display LED Matrix

  Рет қаралды 912,562

EASY TECH

EASY TECH

4 жыл бұрын

Hello friends, In this video you get the procedure to make Bluetooth control RGB LED scrolling text display. Its also called RGB LED matrix display. This panel matrix size is 32 X 8.
Diagram & Code :roboman.in/htxo/
App: play.google.com/store/apps/de...
RGB WS2812B LED Strip : roboman.in/qtch
Share, Support, Subscribe!!!
Subscribe: goo.gl/WfYhoR
KZbin: / easytechzone
Twitter: / easytechzone
Facebook: / easytechzones
Instagram: / easytechzones
Google Plus: plus.google.com/b/10610497788...
Cover songs collected from NCS youtube channel: / nocopyrightsounds
Track: TonyZ - Road So Far [NCN Release]
Music provided by NoCopyrightNation
Watch: • TonyZ - Road So Far (I...
Stream/Download: NCN.lnk.to/RoadsoFar
-----------

Пікірлер: 958
@porlosbarrios8073
@porlosbarrios8073 2 жыл бұрын
The diagram and the code are no longer available at the indicated link... How could i get it? thank you!!
@maninhodiassis6652
@maninhodiassis6652 3 жыл бұрын
Ótimo Projeto. Ganhou mais um inscrito.
@manjeetsondh
@manjeetsondh 3 жыл бұрын
So nice and simply explained. Good job.
@michaelmcpeters8098
@michaelmcpeters8098 3 жыл бұрын
The only change I would recommend would be to evenly distribute the 5v/Gnd across the matrix.. (5v in one side, Gnd the other) it'll make sure the display is evenly lit across the strips.
@indiantruckenthusiast9053
@indiantruckenthusiast9053 2 жыл бұрын
Good idea.
@natsume57
@natsume57 Жыл бұрын
Yes use parallel
@andersondepaula8460
@andersondepaula8460 4 жыл бұрын
good afternoon i would like to know how to get into the arduino configuration to add the number of leds i will use in a VU project
@richardburt4769
@richardburt4769 3 жыл бұрын
Excellent. One ? Where did you get those micro usb sockets?
@catherineharris4746
@catherineharris4746 2 жыл бұрын
Simply OUTSTANDING!👍👍👍
@pinulatinu
@pinulatinu 2 жыл бұрын
Hi, the project is amazing!! One question: without the module hc 05, work? only with the text in code?
@bassmekanikproboosterz7791
@bassmekanikproboosterz7791 2 жыл бұрын
Excelente el proyecto. Se podria hacer un poco mas grande? Podrias hacer uno mas grande para el proximo video
@jayakrishnanvg1
@jayakrishnanvg1 3 жыл бұрын
For connecting the terminals using the Red Yellow Black wires, cut the ends at an angle like 60 or 75 degrees for easiness. Thank you for the videos my friend.
@cedr777
@cedr777 2 жыл бұрын
So cool! I'm gonna make this someday. 😁
@kanniahnaiduvenkatesh7094
@kanniahnaiduvenkatesh7094 2 жыл бұрын
Simple and good. Nice display.
@suneetasandeep
@suneetasandeep 2 жыл бұрын
The only small problem with these strips for making such display is the joint where two led strips is joined by manufacture. These joint normally misaligned the entrie matrix. For this de-soldering and re doing is required in order to align the same
@rangraodesai1839
@rangraodesai1839 Жыл бұрын
स्म
@jean-phiclerc5570
@jean-phiclerc5570 Жыл бұрын
il existe des connecteurs à clipser qui evite les soudures
@ceasarcruz8312
@ceasarcruz8312 Жыл бұрын
so where's the problem then? just resolder that shit and be over it...
@MynameSP2001
@MynameSP2001 6 ай бұрын
bro cod mil sakta hai ky
@alexcamargo6664
@alexcamargo6664 3 жыл бұрын
Dónde y cuánto valen los materiales?
@GreatProjects
@GreatProjects 2 жыл бұрын
Thanking you, Merry Christmas and keep you safe and healthy
@benjaminmuzalia7203
@benjaminmuzalia7203 3 жыл бұрын
It's incredible!
@Jayaramaka
@Jayaramaka 3 жыл бұрын
The code is not working please sen code
@shriyatronics5634
@shriyatronics5634 3 жыл бұрын
Sir, please make keyboard type massage display
@tusharmishra474
@tusharmishra474 2 жыл бұрын
I have done all the connections like in the video and the program has been filled through you as given in the description.
@uttamdutta3664
@uttamdutta3664 3 жыл бұрын
is there any direction of led strip to be followed for 1 to 2nd and 2nd to 3rd and 3rd to 4th. and do on or any direction will work. will ws2811 led strip will work with same hardware and soft ware.?
@niteshraul4460
@niteshraul4460 3 жыл бұрын
Sir great job!
@easytechelectronics
@easytechelectronics 3 жыл бұрын
Thankyou
@megam2009
@megam2009 3 жыл бұрын
@@easytechelectronics hola easytech, no he podido copiar bien tu codigo, se muestran otros caracteres en el codigo y no compila, podrias subirlo a mega?
@hanyabdalla8045
@hanyabdalla8045 3 жыл бұрын
@@megam2009 #include #include "Arduino.h" #include //Include libraries: SoftwareSerial & Wire SoftwareSerial ESP_BT(0, 1); //Define PIN11 & PIN12 as RX and TX pins #include #include #include #include #ifndef PSTR #define PSTR // Make Arduino Due happy #endif #define PIN 5 // MATRIX DECLARATION: // Parameter 1 = width of NeoPixel matrix // Parameter 2 = height of matrix // Parameter 3 = pin number (most are valid) // Parameter 4 = matrix layout flags, add together as needed: // NEO_MATRIX_TOP, NEO_MATRIX_BOTTOM, NEO_MATRIX_LEFT, NEO_MATRIX_RIGHT: // Position of the FIRST LED in the matrix; pick two, e.g. // NEO_MATRIX_TOP + NEO_MATRIX_LEFT for the top-left corner. // NEO_MATRIX_ROWS, NEO_MATRIX_COLUMNS: LEDs are arranged in horizontal // rows or in vertical columns, respectively; pick one or the other. // NEO_MATRIX_PROGRESSIVE, NEO_MATRIX_ZIGZAG: all rows/columns proceed // in the same order, or alternate lines reverse direction; pick one. // See example below for these values in action. // Parameter 5 = pixel type flags, add together as needed: // NEO_KHZ800 800 KHz bitstream (most NeoPixel products w/WS2812 LEDs) // NEO_KHZ400 400 KHz (classic 'v1' (not v2) FLORA pixels, WS2811 drivers) // NEO_GRB Pixels are wired for GRB bitstream (most NeoPixel products) // NEO_GRBW Pixels are wired for GRBW bitstream (RGB+W NeoPixel products) // NEO_RGB Pixels are wired for RGB bitstream (v1 FLORA pixels, not v2) // Example for NeoPixel Shield. In this application we'd like to use it // as a 5x8 tall matrix, with the USB port positioned at the top of the // Arduino. When held that way, the first pixel is at the top right, and // lines are arranged in columns, progressive order. The shield uses // 800 KHz (v2) pixels that expect GRB color data. Adafruit_NeoMatrix matrix = Adafruit_NeoMatrix( 32, //Select LEDs of each row (15 in my case) 8, //Select amount of rows (7 in my case) PIN, NEO_MATRIX_BOTTOM + NEO_MATRIX_RIGHT + //Define first data pin (right bottom corner is my first pin) NEO_MATRIX_ROWS + NEO_MATRIX_ZIGZAG, //Define the type of connection (in a zig zag connections and divided by rows not columns) NEO_RGB + NEO_KHZ800); int Red = 255, Green = 0, Blue = 0; String text = "Easy Tech"; String RGB; int pixelPerChar = 5, RGB_Completed = 0; int Delay, Brightness; const uint16_t colors[] = {matrix.Color(Green, Red, Blue)}; // matrix.Color(255, 0, 0), matrix.Color(0, 255, 0), matrix.Color(0, 0, 255) };//matrix.Color(Red, Green, Blue), void initdata() { int Speed = EEPROM.read(0); if (Speed == NULL || Speed == 0) { Delay = 100; } else { Delay = Speed; } int bright = EEPROM.read(5); if (bright == NULL || bright == 0) { Brightness = 40; } else { Brightness = bright; } int r = EEPROM.read(10); if (r == NULL) { Red = 0; } else { Red = r; } int g = EEPROM.read(15); if (g == NULL) { Green = 255; } else { Green = g; } int b = EEPROM.read(20); if (b == NULL) { Blue = 0; } else { Blue = b; } char data[100]; //Max 100 Bytes int len = 0; char k; String Text = ""; k = EEPROM.read(50); while (k != '\0' && len < 500) //Read until null character { k = EEPROM.read(50 + len); data[len] = k; Text += k; len++; } data[len] = '\0'; if (Text == NULL) { text = "EASY TECH"; } else { text = Text; } Serial.println(Speed); Serial.println(Brightness); Serial.println(Red); Serial.println(Green); Serial.println(Blue); Serial.println(text); } void setup() { Serial.begin(115200); ESP_BT.begin(9600); EEPROM.begin(); initdata(); // Serial.println("Start"); const uint16_t colors[] = {matrix.Color(Green, Red, Blue)}; matrix.begin(); matrix.setTextWrap(false); matrix.setBrightness(Brightness); matrix.setTextColor(colors[0]); //matrix.setTextColor(matrix.Color(Green,Red,Blue)); } int x = matrix.width(); int pass = 0; void loop() { while (ESP_BT.available()) { char ReadChar = (char)ESP_BT.read(); Serial.println(ReadChar); // Right parentheses ) indicates complet of the string if (ReadChar == ')' || ReadChar == '}' || ReadChar == ']') { if (ReadChar == ')' ) { RGB_Completed = 1; } if (ReadChar == '}') { RGB_Completed = 2; } if (ReadChar == ']') { RGB_Completed = 3; } } else { RGB += ReadChar; } } if (RGB_Completed != 0) { if (RGB_Completed == 1) { Light_RGB_LED(); RGB_Completed = 0; } if (RGB_Completed == 2) { text = RGB; int _size = text.length(); int i; for (i = 0; i < _size; i++) { EEPROM.write(50 + i, text.charAt(i)); Serial.println(text.charAt(i)); } EEPROM.write(50 + _size, '\0'); //Add termination null character for String Data RGB_Completed = 0; RGB = ""; } if (RGB_Completed == 3) { int val = RGB.toInt(); if (val > 0 && val = 1) { pass = 0; // matrix.setTextColor(colors[pass]); matrix.setTextColor(matrix.Color(Green, Red, Blue)); // matrix.setTextColor(matrix.Color(Red,Green,Blue)); } } matrix.show(); delay(Delay); } void Light_RGB_LED() { int SP1 = RGB.indexOf('.'); int SP2 = RGB.indexOf('.', SP1 + 1); int SP3 = RGB.indexOf('.', SP2 + 1); String R = RGB.substring(0, SP1); String G = RGB.substring(SP1 + 1, SP2); String B = RGB.substring(SP2 + 1, SP3); Red = R.toInt(); Green = G.toInt(); Blue = B.toInt(); // Serial.println(R); matrix.setTextColor(matrix.Color(Green, Red, Blue)); EEPROM.write(10, Red); EEPROM.write(15, Green); EEPROM.write(20, Blue); RGB = ""; }
@kanniahnaiduvenkatesh7094
@kanniahnaiduvenkatesh7094 2 жыл бұрын
@@hanyabdalla8045 Its working or not? shall i try with this code bro?
@hanyabdalla8045
@hanyabdalla8045 2 жыл бұрын
@@kanniahnaiduvenkatesh7094 it's work perfect 👌
@edgarmedina5807
@edgarmedina5807 4 жыл бұрын
PODRIAS PONER LA PAGINA DONDE COMPRAS LOS MATERIALES
@leonardocaceres7442
@leonardocaceres7442 3 жыл бұрын
Buenas Tech el proyecto tambien se puede hacer con 64×16 ó que cambios se realiza
@anokhautomation4453
@anokhautomation4453 3 жыл бұрын
Very nice project 👍
@tonyrodrigues7427
@tonyrodrigues7427 3 жыл бұрын
Its a great project. I would like to know if you can use uno and how to do the coding. Thanks
@priyaop5040
@priyaop5040 2 жыл бұрын
Everything is same in Arduino Uno as in Arduino nano. U can use same code as well as same pin configuration. U just have to select the specific type of board before uploading in Arduino IDE.
@Shivam-rj6is
@Shivam-rj6is 2 ай бұрын
@@priyaop5040 in the tools section what should be its programming
@giovannygonzalez139
@giovannygonzalez139 4 жыл бұрын
Excelente. Me suscribo sin dudarlo. El idioma no es barrera para ti...
@robsonfarias8300
@robsonfarias8300 Жыл бұрын
Excelente seu projeto,... daria (ou vc ja fez?) pra fazer uma forma dos leds acompanharem o ritmo da música (analisador de espectro) p eu conectar no som da minha casa?
@prakash1to7
@prakash1to7 3 жыл бұрын
Hi Easy Tech. This is really wonderful job you done. Can you please tell me that if you can make one LED board for order.
@ec-008mahendra2
@ec-008mahendra2 Жыл бұрын
Can anyone provide the circuit diagram and required code for this video as the link given in description is not available
@aymendzSADAY
@aymendzSADAY 9 ай бұрын
Did you find the code please?
@adityakathirvel6209
@adityakathirvel6209 3 жыл бұрын
Can you also give the code in the description
@misstkerl2108
@misstkerl2108 3 жыл бұрын
Sau geil 👍👍👍 Kleine Frage wie breit ist das pvc Board?
@atanuhazra9696
@atanuhazra9696 3 жыл бұрын
দারুন লাগল 😊
@muneebali3054
@muneebali3054 3 жыл бұрын
Can we use Other models of strips lights like 5050
@easytechelectronics
@easytechelectronics 3 жыл бұрын
Need ws2812
@Shyamkumar-di5fu
@Shyamkumar-di5fu 4 жыл бұрын
Please make arduino oled clock
@easytechelectronics
@easytechelectronics 4 жыл бұрын
ok
@christianalfaro2
@christianalfaro2 2 жыл бұрын
Nice vídeo. Question: what's the biggest área (number x number) of leds I can do with same components, arduino nano and HC 05 module, 5 v?
@agr00m
@agr00m 2 жыл бұрын
Theoretically infinite given an adequate power supply. The bottleneck would eventually be the data packet size for very large arrays vs the desired refresh rate. I think the WS2812b only has a refresh rate of 400Hz, so you'd probably max out pretty quick for large scrolling text displays. Using something like the WS2813, with a 2000Hz refresh rate, would be better for a large display. But to answer your question, you'd have to calculate the baud rate for n LEDs, then see if that results in an overall refresh rate of 26hz or higher (lower than that the movement starts to look choppy).
@erikhoffman
@erikhoffman 3 жыл бұрын
Wonderful project but can you add a rainbow colour option to give a bit of life, thanks - Erik Hoffman
@techy_science
@techy_science 4 жыл бұрын
Awesome 👍😍
@easytechelectronics
@easytechelectronics 4 жыл бұрын
Thankyou 🙏
@honeymubin007
@honeymubin007 3 жыл бұрын
How I can change the text with app?
@pascualpalacios7099
@pascualpalacios7099 2 жыл бұрын
Hello, I like your circuit, you can make a clock with the DS3231 sensor module DS18B20, which marks the time, day, month, year, temperature with the ws2812b strips
@Introvertutterances
@Introvertutterances 3 жыл бұрын
Nice bro.. please provide the buying link of all that products..
@ersindemir6637
@ersindemir6637 3 жыл бұрын
Greetings from Turkey. Can you send me the "ardunio file" of your SmartPhone control rgb scrolling text display led matrix project by mail ?
@AndiGFPV
@AndiGFPV 3 жыл бұрын
tin that damn wires before soldering... can´t watch this....
@zhouhanbao8836
@zhouhanbao8836 3 жыл бұрын
05
@zhouhanbao8836
@zhouhanbao8836 3 жыл бұрын
.
@VISIONLED
@VISIONLED 3 жыл бұрын
Nice bro .can you share the app please ? i just wanted the file out side of play store .
@RahulShinde-cs3le
@RahulShinde-cs3le 3 жыл бұрын
Which material are you using to make case
@maikmario71
@maikmario71 3 жыл бұрын
Sehr gut ! Die Music ist nur schrecklich
@maskeddagyt3348
@maskeddagyt3348 3 жыл бұрын
If you don't have that you can use any other socket
@christiana2161
@christiana2161 3 жыл бұрын
What kind of led strip did you use
@easytechelectronics
@easytechelectronics 3 жыл бұрын
ws2812
@amoghavarshanrupathunga3306
@amoghavarshanrupathunga3306 2 жыл бұрын
@@easytechelectronics can we use other strips single color
@abinash.mohanty
@abinash.mohanty 2 жыл бұрын
Hello, sir Can we use pixel led WS2811 instead of RGB WS2812B ?
@ramji.chauhan
@ramji.chauhan 3 жыл бұрын
Good job 👏
@easytechelectronics
@easytechelectronics 3 жыл бұрын
Thank you very much!
@user-gx6lw7vx4b
@user-gx6lw7vx4b 3 жыл бұрын
สนใจสินค้านี้ครับ
@user-vc7vs6qn2d
@user-vc7vs6qn2d 3 жыл бұрын
Nicr
@PepsterMuze
@PepsterMuze 3 жыл бұрын
When I try to upload the code, I get on the #include &lt;EEPROM.h> line is highlight in pink, like there is something wrong, can't upload the code, any suggestion? Thanks
@deanetim979
@deanetim979 3 жыл бұрын
Make sure you have the EEPROM library.
@hanyabdalla8045
@hanyabdalla8045 3 жыл бұрын
@adityakathirvel6209
@adityakathirvel6209 3 жыл бұрын
Can you send the code and diagram in the form of google files via email,sir?
@easytechelectronics
@easytechelectronics 3 жыл бұрын
Check description
@mibraheembrohi4836
@mibraheembrohi4836 3 жыл бұрын
Aapka number bhejo
@prabhusheelawantar7956
@prabhusheelawantar7956 2 жыл бұрын
@@easytechelectronics what is prise of these kits
@kobitadurgesh6123
@kobitadurgesh6123 3 жыл бұрын
Thank you so much giving my answer. But iam face one problem you can use 256 pcs rgb led but but iam use 512pcs rgb led . When conection led pin-Gnd, Do, Vcc in series then iam not understand whos led pin in the main out of ardino nano and why you are didnot soldaring last led Gnd do vcc pin. Please give my answer soon.
@jeffjankiewicz5100
@jeffjankiewicz5100 3 жыл бұрын
Awesome build. Would work great for sign in back window of car for bad drivers who are too close(tailgaters)....IF YOU GET ANY CLOSER INTRODUCE YOURSELF. 1st message is polite. 2nd is not. I will build one😁
@LargeNuts
@LargeNuts 2 жыл бұрын
Illegal in almost all 50 states here in the US :( Was gunna make like a LED Scrolling Bumper thing.. But after checking any lights besides the brake/running/blinkers o the back of your care are illegal.. At least in the US.
@gulabsingh68778
@gulabsingh68778 4 жыл бұрын
Can I increase led strips Please reply🙏🙏
@easytechelectronics
@easytechelectronics 4 жыл бұрын
Yes
@RalwinsRodriguez
@RalwinsRodriguez 3 жыл бұрын
I NEED HELP PLEASE
@BillyGates1721
@BillyGates1721 3 жыл бұрын
look up the code-version at post #8. This code-version compiles forum.arduino.cc/index.php?topic=707456.msg4754609#msg4754609
@ODanielAR
@ODanielAR Жыл бұрын
Muy buen proyecto amigo 👍 me gustaría saber las medidas que te quedó la matriz
@ankitamondal7014
@ankitamondal7014 2 жыл бұрын
good idea bro i also like this idea
@askforonline8877
@askforonline8877 4 жыл бұрын
Where I get the code
@easytechelectronics
@easytechelectronics 4 жыл бұрын
Check description
@bankuyadav8297
@bankuyadav8297 3 жыл бұрын
Aapna ph do bhai
@NileshPatel-ic4zc
@NileshPatel-ic4zc 4 жыл бұрын
Message ek bar type karne par run karta rahega n
@easytechelectronics
@easytechelectronics 4 жыл бұрын
Karega
@anupchakraborty8700
@anupchakraborty8700 3 жыл бұрын
@@easytechelectronics Bluetooth power off honeka bad ,next time on kornese display run nehi hotahain , 2nd time Bluetooth connect korke text send korna parta hain, text save korneka kuch option batiye plese, Project bhaut achha kam kartahai bhai very good, But RGB text color apka mobile apps ka sath match nehi hotahain, main Rx,TX arduino ka 11,12 connect kiya Text single led se run hotahai text bold ka kuch option????
@sayemmahmud9588
@sayemmahmud9588 4 жыл бұрын
GOOD
@uttamdutta3664
@uttamdutta3664 3 жыл бұрын
superb..
@easytechelectronics
@easytechelectronics 3 жыл бұрын
Thankyou 🙏
@Jayaramaka
@Jayaramaka 3 жыл бұрын
Sir please send right code
@markangelobonavente615
@markangelobonavente615 3 жыл бұрын
How to get that code to upload?
@easytechelectronics
@easytechelectronics 3 жыл бұрын
check description for code.
@BillyGates1721
@BillyGates1721 3 жыл бұрын
look up the code-version at post #8. This code-version compiles forum.arduino.cc/index.php?topic=707456.msg4754609#msg4754609
@omarhadjsaid
@omarhadjsaid Жыл бұрын
@@easytechelectronics it says the website is for sale can you please update the link in the desciption would appreciate it ? 🌷🌷
@ianianian436
@ianianian436 3 жыл бұрын
Thats a great project. Can it be scaled up to make a display say 3 times bigger? will your code support a bigger display would like to try foe a festive display
@knightsun2920
@knightsun2920 3 жыл бұрын
The speed and data baud rate might be a problem, also you will likely need to remap all the LED's. There's only one data channel and it has to loop around all strands. This one by Josh Levine only has 7 strips in parallel but is nearly limitless with proper power inputs every so often. You have 2000 characters for a message as the message is stored in S-RAM. kzbin.info/www/bejne/oV62ioCGhJ1gnJo
@ianianian436
@ianianian436 3 жыл бұрын
@@knightsun2920 thank you for the update
@FelisLeo15
@FelisLeo15 3 жыл бұрын
bro have your install any file fro manager library?? please reply because there is error while compiling
@stan.rarick8556
@stan.rarick8556 3 жыл бұрын
"2820" ?
@easytechelectronics
@easytechelectronics 3 жыл бұрын
2812
@TechnicalikotKCArtworx
@TechnicalikotKCArtworx 3 жыл бұрын
Can u help me about the code..when i compile it seems to much error..thank u
@maskeddagyt3348
@maskeddagyt3348 3 жыл бұрын
Try to reset your arduino. A little button on top right corner Check the port and name of board in your sketch on tools
@BillyGates1721
@BillyGates1721 3 жыл бұрын
look up the code-version at post #8. This code-version compiles forum.arduino.cc/index.php?topic=707456.msg4754609#msg4754609
@Hararion
@Hararion 2 жыл бұрын
I have a question, this display can support different types of fonts?
@Tamilselvan-fd3jg
@Tamilselvan-fd3jg 3 жыл бұрын
excellent idea
@RAJTECHTAMIL
@RAJTECHTAMIL Жыл бұрын
Send me the code
@easytechelectronics
@easytechelectronics Жыл бұрын
Within this week
@tecnotactic
@tecnotactic Жыл бұрын
Hurry up bro
@tecnotactic
@tecnotactic Жыл бұрын
I am waiting
@jesakash
@jesakash Жыл бұрын
@@easytechelectronics pls send code
@gdilipgdilip6496
@gdilipgdilip6496 Жыл бұрын
Please send me the code
@hanyabdalla8045
@hanyabdalla8045 3 жыл бұрын
Good job, have a link to buy a Micro USB Socket?
@BhairaviStudio
@BhairaviStudio 3 жыл бұрын
Do you manufacture on commercial scale ?
@emanueldrobila4206
@emanueldrobila4206 3 жыл бұрын
Hy. Its a nice project you have done. But i have problems. I juse W2812b LED Stripes. The Sketch ive saved on the Nano and the Bluetooh work. But on the LED Stripes dont come your LOGO "EASY TECH". The LED Stripe dont shine enything. With the App i send a text, it dont wont to work to. Can you help me to find out whats the problem. Best regards and Thank you!!!!
@jhonatancruzmartinez
@jhonatancruzmartinez 3 жыл бұрын
El codigo tambien funciona para arduino pro mini??? O tambien para arduino uno?
@Repairguru9337
@Repairguru9337 3 жыл бұрын
Thanks a lot
@gyovi1802
@gyovi1802 2 жыл бұрын
Nice project, but for someone doesn't know how to use Arduino ide it's complicated, Like where to add the fist part of the code RGB_LED_Matrix, and where to add the Function code, should both be past in the same page? Newbie here lol
@ulaganathana8365
@ulaganathana8365 3 жыл бұрын
Good work
@easytechelectronics
@easytechelectronics 3 жыл бұрын
Thankyou
@MrJunedsana
@MrJunedsana 4 жыл бұрын
Nice project........
@kobitadurgesh6123
@kobitadurgesh6123 3 жыл бұрын
Bro good job I see your all video and big fan of your. Please this borad convert a rgb led clock and rgb led borad. Iam watting of your answer. Please bro give your answer soon
@sulesharad
@sulesharad 2 жыл бұрын
Good day sir, Can we use 5050rgb led strip for thise project. Please guide
@Mr7Shawnmac
@Mr7Shawnmac Жыл бұрын
Where can I buy the negative, positive, and neutral wire? I've looked everywhere
@mrphotocopier4472
@mrphotocopier4472 3 жыл бұрын
can i use any multi colour rgb strip?
@kothamasusureshbabu7616
@kothamasusureshbabu7616 3 жыл бұрын
Super work
@IndonesianGaming
@IndonesianGaming 3 жыл бұрын
What music did you use on 8:00
@riteshmahajan1497
@riteshmahajan1497 3 жыл бұрын
Plz provide link of the sunboard. Which u used in this video.
@craftingcat99
@craftingcat99 3 жыл бұрын
Great video, but you could have cut some of led wiring out.
@ajaysharma4014
@ajaysharma4014 2 жыл бұрын
Great job
@leilanielectronics
@leilanielectronics 11 ай бұрын
Amazing!!
@tanweerislam2506
@tanweerislam2506 3 жыл бұрын
I need this led strip man...what is the name of this strip??
@user-rs1sy7wd8g
@user-rs1sy7wd8g Жыл бұрын
all good but setting up ardunio nano makes quit difficult.if u could send tutial and also apps for rgb control bluetooth
@felipejunior4432
@felipejunior4432 Жыл бұрын
hello friend, I'm from Brazil, I always follow your channel, I'm trying to make a sign like yours, I'm having trouble making the program, could you make it available? thank you so much!
@pixeldecoration5215
@pixeldecoration5215 4 жыл бұрын
Osm guruji
@DerHeety
@DerHeety 3 жыл бұрын
Ohne Widerstand am Datenpin und ggf. einen Kondensator für die Stromversorgung kann einem der Spaß daran ziemlich schnell vergehen. Sonst n schönes Projekt!
@DjHimanshuKurthaNo1
@DjHimanshuKurthaNo1 3 жыл бұрын
Bhaut badhiya sir
@wawanjayacelluler2085
@wawanjayacelluler2085 3 жыл бұрын
I'm intresting to this video..i want to buy this modul etc..without led. Please.
@anandbarnwal4590
@anandbarnwal4590 4 жыл бұрын
Very nice एंड easy
@easytechelectronics
@easytechelectronics 4 жыл бұрын
Thank you so much 😊
@avijitnov
@avijitnov 3 жыл бұрын
WOW!!!
@user-pq5qs1bt7y
@user-pq5qs1bt7y 3 жыл бұрын
Thanks
@vijayRana-kc9hg
@vijayRana-kc9hg 3 жыл бұрын
Arduino nano and bluetooth divice wich market available .??? Plz tell.mi
@landerrodriguez3987
@landerrodriguez3987 2 жыл бұрын
Excellent project. I made one a month ago and it worked perfect, now I replaced the arduino nano and it doesn't want to work. I have checked the code and it is correct. If you can help me I would really appreciate it. Thanks.
@eng.tkmelectr6598
@eng.tkmelectr6598 Жыл бұрын
Hello there, I am interested in making it also. Would you mind assisting me with your code? The link provided there for diagram and code does not work 😭
@idolasr4269
@idolasr4269 Жыл бұрын
Itna achha banaye aaap Par agar wire connection thora deatails me bata ya dikha dete to bahut mehabani hoti।।।।। Wire connection pe ek वीडियो बनाए प्लीज
ws2812b display | 48x8 RGB Display
9:38
EE Wave
Рет қаралды 14 М.
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 75 МЛН
Did you find it?! 🤔✨✍️ #funnyart
00:11
Artistomg
Рет қаралды 114 МЛН
How To Choose Ramen Date Night 🍜
00:58
Jojo Sim
Рет қаралды 59 МЛН
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 31 МЛН
Bluetooth RGB VU Meter with Multi Functioning Control
13:13
EASY TECH
Рет қаралды 762 М.
How to make your own LED Display 🚥 [WS2812B Neopixel]
8:39
How to control RGB WS2812B  LED 32x8 matrix with an Arduino - Tutorial
7:24
Reid Projects | Smart Home & Tech
Рет қаралды 89 М.
English by 3ATIVE
18:49
3ATIVE VFX Studio
Рет қаралды 44 М.
Amazing Light Effect Using RGB Light and Glue Stick
15:20
EASY TECH
Рет қаралды 1,8 МЛН
Amazing Idea Using RGB LED Strip And PVC Pipe
14:10
EASY TECH
Рет қаралды 10 М.
Apple. 10 Интересных Фактов
24:26
Dameoz
Рет қаралды 112 М.