Тёмный
Ionut Fedaceag (Think small, build big!)
Ionut Fedaceag (Think small, build big!)
Ionut Fedaceag (Think small, build big!)
Подписаться
My name is Ionut Fedaceag and i'm working as an IT Technician for over fifteen years and for almost ten years i've got my own firm and i'm working alone so the time is extremely limited.

I'm not a programmer, but to solve certain problems that others can't or won't solve, i learned on my own how to program atmel microcontrollers.

I always like to do projects that are practical, simple to implement and scalable, thats way this channel it's called THINK SMALL as in using the simple arduino to build the projects and BUILD BIG so we can scale up the project to suite all our needs.

Hope you like the projects on this channel and if you do, please support it by liking, sharing and subscribing.

Paypal donations: paypal.me/ThinkSmallBuildBig
Комментарии
@HoracioGaitanGiron
@HoracioGaitanGiron 19 дней назад
Wow you make a great jobe here want to contact for help ther are some things I dont under stand
@KeithRobertson1
@KeithRobertson1 Месяц назад
Super beginner question but why do we need resistors? Is this to protect the circuit?
@juansalamanca5302
@juansalamanca5302 Месяц назад
Se puede usar sin los led externos
@Shahram1989m
@Shahram1989m Месяц назад
Goooooooooooog job❤
@anderson8455
@anderson8455 2 месяца назад
d you have a diagram for this..?😊
@OutOfNameIdeas2
@OutOfNameIdeas2 2 месяца назад
5:13 Imagine driving around with that full red DRL animation running. Looks like your car is boot looping haha. I understand thats not how you would use it ofc.
@OutOfNameIdeas2
@OutOfNameIdeas2 2 месяца назад
This is a really creative approach.
@guynoyman634
@guynoyman634 3 месяца назад
Hi nice job Can i use it with esp32 ?
@mariyangmarian6535
@mariyangmarian6535 3 месяца назад
Ionut codul asta merge si cu esp8266 ?
@mariyangmarian6535
@mariyangmarian6535 3 месяца назад
Misto am sal incerc la un e-cooter D4+ proiectul in sine e superb
@marcosdasilva7409
@marcosdasilva7409 4 месяца назад
SHOW
@Sparksmith
@Sparksmith 5 месяцев назад
Love your work. This is amazing! How can I get in touch with you? I have a custom project for a Ferrari Testarossa I need some help with.
@btzee
@btzee 6 месяцев назад
Which chip are you using for rolling code generation? Is the rolling code based on Keeloq?
@alexiszurex
@alexiszurex 6 месяцев назад
@IonutFedaceag i try upload ur code to arduino my nano..... it keeps doing running sign (hazard) every 3 sec...... i change nothing from ur code..... where di i go wrong ???? thanks
@liteglow2000
@liteglow2000 7 месяцев назад
Nice, but I did not get anything to work . __attribute__((always_inline)) inline static uint8_t adjust(register uint8_t data) { return ((data>>1) | 0x80) + ((data && (data<254)) & 0x01); }
@GennaroDurante-r1z
@GennaroDurante-r1z 7 месяцев назад
Your project is great. It is exactly what I want to do. The only difference is that I do not want the strip to sweep. I want to tun the whole strip red,green,blue solid respectively. switching between each color with button 1. How do you modify your code to do that?
@chitrungpham5804
@chitrungpham5804 9 месяцев назад
hi, this is a great project I were to watch, I have read the code and try to do it for my car. Can Please help to guide me how I can change the color of DRL for LED trip. And one more thing that your code was uploaded, the color is red instead of white color as your video. Thanks you very much
10 месяцев назад
Can I contact you?
@MAVERICKHZERO
@MAVERICKHZERO 11 месяцев назад
Hello, I would like to know how to contact you, I would like to do this, but in my car, but with more animations, and I would like to know the value for programming.
@anraziblivetvbd
@anraziblivetvbd 11 месяцев назад
Thanks.very good idea
@masontyler2384
@masontyler2384 11 месяцев назад
How many watts each?
@weskergamerz
@weskergamerz 11 месяцев назад
can i use in this project arduino nano
@firazpeerjade
@firazpeerjade 11 месяцев назад
#include <FastLED.h> #define LED_PIN 6 #define NUM_LEDS 16 CRGB leds[NUM_LEDS]; void setup() { FastLED.addLeds<WS2812, LED_PIN, GRB>(leds, NUM_LEDS); } void loop() { leds[0] = CRGB(255, 0, 0); FastLED.show(); delay(500); leds[1] = CRGB(0, 255, 0); FastLED.show(); delay(500); leds[2] = CRGB(0, 0, 255); FastLED.show(); delay(500); leds[3] = CRGB(150, 0, 255); FastLED.show(); delay(500); leds[4] = CRGB(255, 200, 20); FastLED.show(); delay(500); leds[5] = CRGB(85, 60, 180); FastLED.show(); delay(500); leds[6] = CRGB(50, 255, 20); FastLED.show(); delay(500); } Use this code define led number and colour, so simple and easy
@ShawnA560
@ShawnA560 Год назад
the issue is that the turn signals are not steady signal as you showed in your demo. the turn signal are like a square wave which will affect the leds when there is a brake or hazard with brake . have you tested this on a car?
@TheDannek
@TheDannek Год назад
Salut eu am un 70 Mai lite si de o perioada am observat ca nu imi mai vede modulul gps nu stiu daca modelul meu are ADAS. Camera o am cam de vreo 3 ani. trebuie sa desfac modului gps?? multumesc!
@Mustsed
@Mustsed Год назад
Incredible video and explanation, Thanks! My son asked me to build him this circuit for his car. I build another of your projects (an easier one) to test my abbilities and see if i can do it, it worked! Now i want to build this circuit but use 4 16 bit neopixel rings instead of stripe. It worked on the other project and the only downside was that all rings rotate in a clockwise direction. Would be cool to have the opposite side turn counter-clockwise. Do you happen to have that code you can share with me? Thanks again and a great job you do there. BTW i am very bad at coding and know almost nothing about it 🙂
@jonathanm9436
@jonathanm9436 Год назад
Thank you for this excellent work, AND for posting it. You've provided a wonderful resource.
@LUCIOmedia
@LUCIOmedia Год назад
Hello! Nice project! Is this just for UNO or working on DUE too?
@IonutFedaceag
@IonutFedaceag Год назад
Hello. DUE has I/O pins at 3.3, you will need 3.3 to 5 level shifter for the leds digital control pin. In other words, you ar complicating yourself with DUE.
@MAVERICKHZERO
@MAVERICKHZERO Год назад
hermoso
@IonutFedaceag
@IonutFedaceag Год назад
;)
@malagiyawanna
@malagiyawanna Год назад
Hello lonut , I want build DRL light for my CHR can you help me to modify this codes for suit my light?
@IonutFedaceag
@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...
@604cpr
@604cpr Год назад
I’m planning to make myself a custom scooter deck with integrated tail lights, this will be an excellent resource, thank you for posting.
@IonutFedaceag
@IonutFedaceag Год назад
;)
@Julian54857
@Julian54857 Год назад
Thanks for this information. After 3yrs am here to learn and i want to do this for my car. Is it ok if you can give me more help in my mailbox 🙏🏻🙏🏻🙏🏻🙏🏻
@IonutFedaceag
@IonutFedaceag Год назад
With pleasure. My email is in the about section... ;)
@richardtepas4832
@richardtepas4832 Год назад
nice! if i may ask, how do you work around the indicator relay, that turning ATTINY on and off all the time?
@IonutFedaceag
@IonutFedaceag Год назад
Well, the depends on car model if it has light bulb detection or not. You can use small 12v relays for control or optocouplers with dedicated resistors to trick the computer that it has a goo light bulb... Like this... www.mk-led.hr/en/shop/philips-canbus-5w-ponistivaci-greske-za-led-zarulje/
@richardtepas4832
@richardtepas4832 Год назад
@@IonutFedaceag i also use those, resistors, same as to use when changing to led? So CAN is okay, but it seems my attiny does not like being powered on and off alle the time due to the turn signal relay. sequency runs fine for a few loops, than it is missing steps, so led's are not sequal anymore, it jumps. So on the bench it works, in the car i have the problems
@IonutFedaceag
@IonutFedaceag Год назад
That's why I said it depends on the car model... it's very tricky to get it right for all. From what you are seeing i presume that you don't have separate power for the arduino and you are powering it from the signals wires, correct ?
@richardtepas4832
@richardtepas4832 Год назад
@@IonutFedaceag yes, i power it with the wires that normally would power the bulp. i program the attiny and than place it on a socket on the print. print also had the leds and plus into the lamp housing. In that scenario you just change the bulp to a pcb
@IonutFedaceag
@IonutFedaceag Год назад
​@@richardtepas4832 And how did you step down the voltage, what converter did you used? Because i think there is where your problem lies...
@djjoker7010
@djjoker7010 Год назад
Sir, how can we get the code for the seventh button animation only? only the seventh code is enough for me. Could you please help?
@IonutFedaceag
@IonutFedaceag Год назад
At the beginning of each animations in the code you have comments that specify which animation and button corresponds and don't forget about settings variables from the top for wanted animation that are also commented.
@ugusag6606
@ugusag6606 Год назад
hello, should i use 1/2 W 10K resistor or 1/4 W 10K?
@IonutFedaceag
@IonutFedaceag Год назад
1/4 w are perfect, because the resistors are used as pull down resistors...
@MrLummerLummer
@MrLummerLummer Год назад
hahah comment nr.101
@IonutFedaceag
@IonutFedaceag Год назад
🤣
@madgetrix
@madgetrix Год назад
This is perfect... I love it... =) There is just One other function i would love to have with this... and that is the possibillity to have the turn signals flash like warninglights... Strobe funktion so to speak.... and to be able to switch between colors and patterns on that.... Like another mode for the nightrider light..=) im gonna try this out on my motorcycle... =)
@IonutFedaceag
@IonutFedaceag Год назад
I'm glad you love it... As for the extra functions, the code will need a complete rework especially for multiple colors and patterns.
@vipalsharma4120
@vipalsharma4120 Год назад
Hopeless
@IonutFedaceag
@IonutFedaceag Год назад
Why is that ?
@andystewart9405
@andystewart9405 Год назад
Love this project, i tried to implement it on my R7 but cant get the indicators to work for some reason
@IonutFedaceag
@IonutFedaceag Год назад
Did you tested on the bench or test it directly in the R7?
@andystewart9405
@andystewart9405 Год назад
@@IonutFedaceag i got it working thanks
@IonutFedaceag
@IonutFedaceag Год назад
@@andystewart9405 Great, post a video when you have the time, it will be great to see it...
@davidgyorffy
@davidgyorffy Год назад
Hello Ionut! I like your project and I plan to build it, but I have a questions: Can I use SK6812 (RGBCW) neopixel led strip for this project? If yes what should be changed in the code? Can you help me out please, with the code update for SK6812? Thank you for your answer in advance!
@zrig1
@zrig1 Год назад
Assuming the colour order of your LEDs is the same as the WS2812B then this should work for you. The WS2812B led colour order is GRB, not RGB. I do believe that the lights you're using are the upgraded version of WS2812b anyway. So I would guess the sketch would work for you. If not then these lines would need to be changed from FastLED.addLeds<NEOPIXEL, 13> to FastLED.addLeds<SK6812, 13>. the 13 is the GPIO pin you have the array attached to BTW.
@IonutFedaceag
@IonutFedaceag Год назад
Hello. I didn't test it with SK6812 and i don't know. I see the @zrig1 offerd a solution, did it work?
@Dwi_Akza
@Dwi_Akza Год назад
hii
@IonutFedaceag
@IonutFedaceag Год назад
Hi... 😄
@Frightline777
@Frightline777 Год назад
Code?
@IonutFedaceag
@IonutFedaceag Год назад
The code is in the description !
@lasseblow
@lasseblow Год назад
Hey there. I think it's a very cool project have created, I'd like to hear if you could integrate the animations from this vid... ru-vid.com6UuNhroMGZs?feature=share I'm mostly thinking of the start up sequence...😊
@PauloRicardo-pp4ml
@PauloRicardo-pp4ml Год назад
Can it be used with NRF24L01 Wireless? I am thinking to use for a motorcycle jacket purpose
@IonutFedaceag
@IonutFedaceag Год назад
Don't it depends on NRF24L01 library if it has delay or not, but i think that it's overkill... You can simply use some rf emitter and receiver for that, like H34A and LR45A, i think they will be more suited for battery power jacket.
@uvwuvw-ol3fg
@uvwuvw-ol3fg Год назад
Anyone else experiencing occasional glitches such as display of turn signals when the brakes are activated?
@IonutFedaceag
@IonutFedaceag Год назад
I think that is because your pull down resistor are not where they should be and that is near the controller... the signal wires are picking up electrical noise, they build up in the wire and trigger the input. For small signals is best to use twisted cables...
@uvwuvw-ol3fg
@uvwuvw-ol3fg Год назад
@@IonutFedaceag I think after adding 1k series resistor on the brake activated reed switch to limit the capacitor inrush current and stop the reed switches from welding together the glitching went away. Also added some circuit with mosfet, diodes and schotky diodes to reduce the standby current to zero which automatically wakes up the USB power bank upon activating any input (using it on a bicycle).
@IonutFedaceag
@IonutFedaceag Год назад
@@uvwuvw-ol3fg Great you figure it out. If you have time post a video with your setup, it will be great to see it...
@uvwuvw-ol3fg
@uvwuvw-ol3fg Год назад
@@IonutFedaceag For audio signal just using another reed switch with some coil with 50 turns of 0.4 mm2 wire on it as a current detector supplying 555 timer and a 50 ohm buzzer which simulates mechanical relay sound which at the same time acts as an indicator for correct operation.
@mannersmakethman3668
@mannersmakethman3668 2 года назад
You are my hero!!!!!!!!
@IonutFedaceag
@IonutFedaceag Год назад
🤣
@martinkuliza
@martinkuliza Год назад
And then a hero comes along With the programming strength to carry on and you cast your fears aside cause you know you can survive......... ohhhhhhhhhh so when you feel like hope is gone Come to you tube when you're strong and you'll finally see the truth THAT THE PROGRAMMING SKILLS LIES IN YOU LOL
@detectormaniaindonesia8131
@detectormaniaindonesia8131 2 года назад
Nice design, I want to try it. Anyway the input of the optocoupler is motorcycle +12v switch right? and i need 6 of it to arduino pin 2-7. thanks
@IonutFedaceag
@IonutFedaceag Год назад
With the two 1k resistors as in the schematic the optocoupler will work from 3v to 30v, so yes 12v will work. With pleasure.
@alfredomolina2697
@alfredomolina2697 2 года назад
Hello, where did you learn to programming neopixel ws2812 LEDs, I would like learn it, it's awesome that you make
@IonutFedaceag
@IonutFedaceag Год назад
If go thru FastLed documentation fastled.io/docs/ and you know how to program in arduino, everything will be verry clear...
@alaanoor3679
@alaanoor3679 2 года назад
Correct me if i'm wrong xxtea is NOT a rolling code algorithm, its an encryption , same data with same key , will give you the same encrypted data every time thus should not be used with remote controls. am i right ?
@IonutFedaceag
@IonutFedaceag Год назад
Yes you are correct, xxtea is NOT a rolling code algorithm, its an encryption ! But if you add a number, which increments in the data before the encryption with every button press and you store that number in the eeprom, you have yourself a rolling code with encryption... And with unsigned long data type you have 4,294,967,295.
@chitrungpham5804
@chitrungpham5804 2 года назад
How cam I use group 3 only, by turn and day light running with selection animation for day light affect, pls advise, thks
@IonutFedaceag
@IonutFedaceag Год назад
Every animations is commented in the code and has settings also commented in top of the sketch, so just extract what you want. With pleasure.