z28camaro94
03-19-2013, 09:58 AM
I am going to be creating some sequential LED turn signals (front and rear). My plan is to use the existing LT1 housings and mounting LEDs to them along with the resistors and micro-controllers.
My main question is which LEDs would be better to use. White LEDs behind the red lens(rear) and yellow lens(front), or use red LEDs behind the red lens and yellow LEDs behind the yellow lens. As far as brightness and visibility for safety.
I'm looking at 5mm LEDs with a 30 to 45 degree viewing angle. 18,000 to 25000 millicandela. Mounting 54 on each rear and 20-25 on the front(still questionable on exactly how many will fit). Having a micro controller for each corner, with inputs from the signals, brake light switch(for rear), parking light switch, and hazzards. 3rd brake light will still be original bulb(until I switch to the SS spoiler). The controllers will be Arduino, the ones with 54 digital outputs.
Writing the program for the controllers will probably be the most challenging, as I have no experience with that. I know that the Arduino code is very similar to C++ and I have a book to learn the C++.
I would just use a 555 timer, but the problem with that is if the brake lights and turn signals are on at the same time, with the 555 timer the brake lights will override the turn signals, which is an obvious problem. So with the Arduino , I can use the "if" statement so that the turn signals will override the brake lights.
2nd question is, can anyone on here offer some advice on writing the actual code and which program should I use to write the code? Will Microsoft Visual Basic work or do I have to use specific Arduino software?
This is going to be a long and drawn out process and will take some time. I can physically mount and wire everything up. I need to find some spare front and rear lenses and start buying up all the necessary components. But I figured while Im accruing all the necessary parts, I can at lease start working on the code for the program.
If anyone can offer some help, I would greatly appreciate it.
Hey maybe if this all works out, I can start producing sequential lighting and a plug and play type of deal.
My main question is which LEDs would be better to use. White LEDs behind the red lens(rear) and yellow lens(front), or use red LEDs behind the red lens and yellow LEDs behind the yellow lens. As far as brightness and visibility for safety.
I'm looking at 5mm LEDs with a 30 to 45 degree viewing angle. 18,000 to 25000 millicandela. Mounting 54 on each rear and 20-25 on the front(still questionable on exactly how many will fit). Having a micro controller for each corner, with inputs from the signals, brake light switch(for rear), parking light switch, and hazzards. 3rd brake light will still be original bulb(until I switch to the SS spoiler). The controllers will be Arduino, the ones with 54 digital outputs.
Writing the program for the controllers will probably be the most challenging, as I have no experience with that. I know that the Arduino code is very similar to C++ and I have a book to learn the C++.
I would just use a 555 timer, but the problem with that is if the brake lights and turn signals are on at the same time, with the 555 timer the brake lights will override the turn signals, which is an obvious problem. So with the Arduino , I can use the "if" statement so that the turn signals will override the brake lights.
2nd question is, can anyone on here offer some advice on writing the actual code and which program should I use to write the code? Will Microsoft Visual Basic work or do I have to use specific Arduino software?
This is going to be a long and drawn out process and will take some time. I can physically mount and wire everything up. I need to find some spare front and rear lenses and start buying up all the necessary components. But I figured while Im accruing all the necessary parts, I can at lease start working on the code for the program.
If anyone can offer some help, I would greatly appreciate it.
Hey maybe if this all works out, I can start producing sequential lighting and a plug and play type of deal.