Congratulations to vtecmec for winning May/June's Lude Of The Month, with his DIY Turbo BB1 build.

>>> Click Here For Profile <<<

Image

Clever electronic people - How to make Drag tree lights?

Banter goes here, and doesn't have to be Lude related
User avatar
Fons[DutchGuy]
Posts: 335
Joined: Fri Aug 02, 2013 9:12 am
My Generation: 5G
Location: Netherlands

Post by Fons[DutchGuy] » Wed Sep 04, 2013 1:14 pm

Image

this is the scheme I came up with, I'll get into the lights later today then. After that I can calculate the required fuse.
Let me know if you understand it ;)
Love sucks, true love swallows.
macky_6 wrote:Hi, welcome to LG 8-)

You have to excuse these 4th Gen drivers, they ain't around girls much :lol:

User avatar
Fons[DutchGuy]
Posts: 335
Joined: Fri Aug 02, 2013 9:12 am
My Generation: 5G
Location: Netherlands

Post by Fons[DutchGuy] » Wed Sep 04, 2013 1:39 pm

This light should be perfect:
http://www.ebay.co.uk/itm/Tower-Signal- ... 4ab06abe1c

Link 3 (Fuse holder):
http://www.ebay.co.uk/itm/In-Line-MAXI- ... 2a14abfb8d

Just pop in the lightest car fuse you've got laying around or can get hold of. I'm estimating that the complete thing uses around 600mA so any fuse higher than that number should work, I wouldn't go for bigger than 5A though :D
Love sucks, true love swallows.
macky_6 wrote:Hi, welcome to LG 8-)

You have to excuse these 4th Gen drivers, they ain't around girls much :lol:

User avatar
Fons[DutchGuy]
Posts: 335
Joined: Fri Aug 02, 2013 9:12 am
My Generation: 5G
Location: Netherlands

Post by Fons[DutchGuy] » Wed Sep 04, 2013 1:41 pm

Fons[DutchGuy] wrote:This light should be perfect:
http://www.ebay.co.uk/itm/Tower-Signal- ... 4ab06abe1c

Link 3 (Fuse holder):
http://www.ebay.co.uk/itm/In-Line-MAXI- ... 2a14abfb8d

Just pop in the lightest car fuse you've got laying around or can get hold of. I'm estimating that the complete thing uses around 600mA so any fuse higher than that number should work, I wouldn't go for bigger than 5A though :D
Edit*

Don't forget to upload a nice vid. when you've got it working 8-)
some burning rubber on the side would be extra bonus points :lol:
Love sucks, true love swallows.
macky_6 wrote:Hi, welcome to LG 8-)

You have to excuse these 4th Gen drivers, they ain't around girls much :lol:

User avatar
K30DPC
LotM Winner
Posts: 1106
Joined: Fri Aug 09, 2013 7:45 am
My Generation: 4G
Location: GB/Poland
Has thanked: 17 times
Been thanked: 17 times

Post by K30DPC » Wed Sep 04, 2013 5:53 pm

lights from link will be useless in direct sunlight IMHO

User avatar
Fons[DutchGuy]
Posts: 335
Joined: Fri Aug 02, 2013 9:12 am
My Generation: 5G
Location: Netherlands

Post by Fons[DutchGuy] » Wed Sep 04, 2013 6:42 pm

K30DPC wrote:lights from link will be useless in direct sunlight IMHO
This might be a problem, but is he planning to use this in daylight? If u know what I mean :lol:
Love sucks, true love swallows.
macky_6 wrote:Hi, welcome to LG 8-)

You have to excuse these 4th Gen drivers, they ain't around girls much :lol:

User avatar
Fons[DutchGuy]
Posts: 335
Joined: Fri Aug 02, 2013 9:12 am
My Generation: 5G
Location: Netherlands

Post by Fons[DutchGuy] » Thu Sep 12, 2013 8:00 pm

How is it coming together @Ammo? :)
Love sucks, true love swallows.
macky_6 wrote:Hi, welcome to LG 8-)

You have to excuse these 4th Gen drivers, they ain't around girls much :lol:

User avatar
Ammo
Admin | Spammer Assassin
Posts: 2945
Joined: Sun Jun 20, 2010 10:35 pm
My Generation: 4G
Location: Boston
Been thanked: 6 times
Contact:

Post by Ammo » Fri Sep 13, 2013 6:35 am

Lights have been sourced, we are using warning LEDs of emergency vehicles so can be seen in daylight

That's about as far as we have got, a custom made mount is being made for it all so it will stand up etc

Scott560
Posts: 1412
Joined: Sat Aug 31, 2013 4:44 pm
My Generation: 5G
Location: Didcot
Has thanked: 21 times
Been thanked: 263 times

Post by Scott560 » Fri Sep 13, 2013 10:40 am

Id go down the microcontroller route. That way , you can change the program to suit the needs, and tweak as time goes by. Also, you never know when the next project will come along that needs something a little more complicated.

Admittedly purists would say its overkill for some sequenced light patterns, but why make life hard? This is easy to implement.

so:

http://www.ebay.co.uk/itm/Arduino-UNO-R ... 27d380f981

This is the microcontroller, USB interface etc, this is what you program, and you can read inputs and define outputs on all the pins. You'd use this to sequence the lights in any time pattern you wanted.

then just use something like this to switch the 12v to the lights...

http://www.ebay.co.uk/itm/New-Style-5V- ... 5653128cef

just needs a little wire, some soldering, and a modicum of computer literacy ('blinking lights' are among some of the first and easiest examples to follow).

Give us a shout if you want some guidance. you could even make a fully fledged drag strip setup with the same microcontroller (to include timing, LED display read out etc).
'00 UKDM 2.2VTI H22a8
'21 'e' Advance

User avatar
Fons[DutchGuy]
Posts: 335
Joined: Fri Aug 02, 2013 9:12 am
My Generation: 5G
Location: Netherlands

Post by Fons[DutchGuy] » Fri Sep 13, 2013 1:41 pm

Scott560 wrote:Id go down the microcontroller route. That way , you can change the program to suit the needs, and tweak as time goes by. Also, you never know when the next project will come along that needs something a little more complicated.

Admittedly purists would say its overkill for some sequenced light patterns, but why make life hard? This is easy to implement.

so:

http://www.ebay.co.uk/itm/Arduino-UNO-R ... 27d380f981

This is the microcontroller, USB interface etc, this is what you program, and you can read inputs and define outputs on all the pins. You'd use this to sequence the lights in any time pattern you wanted.

then just use something like this to switch the 12v to the lights...

http://www.ebay.co.uk/itm/New-Style-5V- ... 5653128cef

just needs a little wire, some soldering, and a modicum of computer literacy ('blinking lights' are among some of the first and easiest examples to follow).

Give us a shout if you want some guidance. you could even make a fully fledged drag strip setup with the same microcontroller (to include timing, LED display read out etc).
This is true (it helps that I'm a huge arduino fan :ugeek: ). You can use this thing fore practically everything, its a shame I haven't found the time to play with one of these badboys yet. I'm planning on doing some domotica in the future with one of these, you do need a litlle knowledge of Wincc type programmes though. The software is open source so chances are pretty big that you can just pull a program straight from the web.
Love sucks, true love swallows.
macky_6 wrote:Hi, welcome to LG 8-)

You have to excuse these 4th Gen drivers, they ain't around girls much :lol:

Scott560
Posts: 1412
Joined: Sat Aug 31, 2013 4:44 pm
My Generation: 5G
Location: Didcot
Has thanked: 21 times
Been thanked: 263 times

Post by Scott560 » Fri Sep 13, 2013 2:04 pm

TBH, the programming side of things is about the easiest it can be.

I've only spent a few hours here and there tinkering, you dont need to know much of the coding!

To just turn on some outputs (the relays with lights attached) in a sequence with preset timings, and a random delay on the final is only going to take about 12 lines of code.

you wont need the PC attached to it either for it to function (only to write and upload the program initially, which is then stored inside the microcontroller).
'00 UKDM 2.2VTI H22a8
'21 'e' Advance

Post Reply

Return to “General Chat”