I like the pick truck effect, the Police one will get me in trouble with our South African Police service, the law this side is tough you did a great project with WS2812B !! lov it :)
@IonutFedaceag5 жыл бұрын
Well, as I said in the clip, if you are not authorized to use certain animations, do not use them, the risk is too high ... I'm glad that you like it. ;)
@masontyler2384 Жыл бұрын
How many watts each?
@jessechilds2163 жыл бұрын
Hey have you assembled kits for sale? If not, I will be your first client!
@angnoop23 жыл бұрын
That's what I'm saying!
@laferrereeltriunfo22563 жыл бұрын
Excelent !!! Is possible add at this proyect day ligt ,turn and tail ?
@simanx-krom32644 жыл бұрын
This coding, if I want to make it auto without a button, how do I change it, sir?
@motasemedais29414 жыл бұрын
Please I want the code that you used
@malagiyawanna Жыл бұрын
Hello lonut , I want build DRL light for my CHR can you help me to modify this codes for suit my light?
@IonutFedaceag Жыл бұрын
I doubt that i will have time, i didn't make a clip in over two years. If you have questions, put them here and i will answer when i have the time...
@shawnhughs74124 жыл бұрын
Why can't I download the code?
@guynoyman6345 ай бұрын
Hi nice job Can i use it with esp32 ?
@harrisrendra21914 жыл бұрын
what if using ws2811 where every 3 leds use 1 ws2811 ic chip, does the sketch in the description work with ws2811 i mean
@IonutFedaceag4 жыл бұрын
Theoretically it should work without any problem ... But don't forget, ws2811 are at 12v (not 5v), you must power the leds separately from the arduino wich works at 5v, i think that you will need to eliminate the 220Ohm resistors... Don't forget, even if ws2811 works on 12v, if plan to use it in a car, you will still need to use a voltage regulator for the led strips, because any car with engine running it will output 14.4v. ;)
@Tarex_5 жыл бұрын
is there a chance you could incorporate an NRF24L01 module to control the animations remotely?
@IonutFedaceag5 жыл бұрын
Maybe, in the future, but with this simple example and explanations i think that you can make it yourself... kzbin.info/www/bejne/baPGh5h8e62WfK8 It's extremely simple...
@Dwi_Akza5 жыл бұрын
@Think small,build big! I want to ask, can auto animation be made when Arduino is on, so without the button, play all animations in sequence ...
@IonutFedaceag5 жыл бұрын
Yes, you can use a toggle switch (switch with retention) for the demo button and while the switch is in the on position the demo will start when you apply power or change in the code at line 20 the default animation " int AnimState = 31; //(31 representing the demo section) " and you can also change the default color set at line 23 " int ColorState = 1; // from 1 to 6 ". You can also change the demo section (from line 261 to 321) and live there only the effects that you like. The total number of demo effects is at line 39 " int demoEffectsTotal = 30; " and you can live only 10 demo effects and modify the first 10 effects in demo section to be the ones that you like.
@christiaanvorster19885 жыл бұрын
This is Brilliant! Is there an easier way of downloading the software, other than subscribing. It just needs a Stationary setting for Emergency Services duty lights.
@IonutFedaceag5 жыл бұрын
Thanks! Well, you don't need to subscribe to download the software, but it will help for future projects... :)
@mbotentjanggih97375 жыл бұрын
is very nice n inspiring... btw, if i want change WS2812 with WS2811 12V LED. is still use this schematic? or how to connect that? thanks a lot.
@IonutFedaceag5 жыл бұрын
Thanks. Well you can use ws2811 12V, but you will have to use another step down step up converter ( something like this amzn.to/2ZmsHOk ) to stabilize the 12V for the leds, because in any 12v vehicules the voltage is betwen 12v and 14.4v... and the effects won't be so alive, because in ws2811 one pixel means three leds on the strip... The schematic will be mostly the same, the only modifications are that you will power up the leds from the other converter and make a common ground, the signal connections will be the same as in the schematic.
@mbotentjanggih97375 жыл бұрын
@@IonutFedaceag Thanks.
@IonutFedaceag5 жыл бұрын
@@mbotentjanggih9737 ;)
@mbotentjanggih97375 жыл бұрын
@@IonutFedaceag have you ever use nodemcu v3 for this project? is different with uno? any advice for me if i want use nodemcu v3 for this? thank a lot
@IonutFedaceag5 жыл бұрын
Unfortunately i didn't use nodemcu v3, so i can't tell you if it's different, but from a simple google search i so that after you instal the drivers need for the board in arduino ide you can upload a sketch for arduino, so give it a try.
@sorinvieru40735 жыл бұрын
From where i can buy the leds?
@IonutFedaceag5 жыл бұрын
De obicei tot ce am nevoie in materie de leduri, senzori si controlere imi comand de la www.iluminat-ieftin.ro , www.ardushop.ro , www.optimusdigital.ro sau www.cleste.ro .
@sorinvieru40735 жыл бұрын
@@IonutFedaceag Multumesc! Sunt student la electronica aplicata (profilul) si vreau sa invat sa fac asa ceva...Dar am o intrebare, trebuie si programare ca electronist? (nu ma pricep la niciuna din ele)
@IonutFedaceag5 жыл бұрын
Cu placere. Sincer, programarea te va ajuta in orice domeniu pe viitor, nu numai in electronica, asa ca merita invatata...
@tatastefan3 жыл бұрын
@@sorinvieru4073 Sorine ai codu de la arduino
@tatastefan3 жыл бұрын
Sorine codu al ai la arduino
@audi0guy3 жыл бұрын
Fantastic, very helpful thank you!
@R4TIMSTUDIO5 жыл бұрын
waiting for animation without the button thanks.
@IonutFedaceag5 жыл бұрын
If you want the animation to start directly, you can use a toggle switch (switch with retention) for the demo button and while the switch is in the on position the demo will start when you apply power or change in the code at line 20 the default animation " int AnimState = 31; //(31 representing the demo section) " and you can also change the default color set at line 23 " int ColorState = 1; // from 1 to 6 ". You can also change the demo section (from line 261 to 321) and live there only the effects that you like. The total number of demo effects is at line 39 " int demoEffectsTotal = 30; " and you can live only 10 demo effects and modify the first 10 effects in demo section to be the ones that you like.
@justinestardo85455 жыл бұрын
how to be you boss? hehe so ohhhsome.. i suggest that the switch b bluetooth control
@IonutFedaceag5 жыл бұрын
I don't think the same way, i think that this type of lights should be on physical switches because it needs the fastest time of response...
@imadjawad44085 жыл бұрын
interesting!! I used V5 of the previous episodes couldn't change the turn lights to work faster, those are way faster!
@IonutFedaceag5 жыл бұрын
Strange, because i've based them on the same principle... I will take a look these days and get back to you if i find something wrong in the code.
@imadjawad44085 жыл бұрын
Thank you!
@IonutFedaceag5 жыл бұрын
Well, i did check and both are the same speed... Did you change? int delayTurnLedAnim = 6; //delay of each led in turn light animation It's responsible for the leds individual animations.
@imadjawad44085 жыл бұрын
@@IonutFedaceag Yes, I did, I took it down to 1, I'm using 216 LEDs so I think this is my problem. Thanks for the reply!!
@IonutFedaceag5 жыл бұрын
Well, if you specified the number of leds that you where using, i could told you that from the beginning. For the animation to be visible, every led needs a minimum time, so after a certain number of leds, you can't speed up thinks anymore. Your welcome! ;)
@MikevomMars4 жыл бұрын
Effects looks really nice but the code is VERY inefficient and memory wasting using lots of if-statements. Could be done much more elegant 😐