Need Advice on Led lights implementation

Hi guys,

I need an advice regarding the implementation of led lights (front and retro) in my setting:

10S3P 30Q 2x Focbox Software: Ackmaniac Esc tool (works flawlessly, donation done) Mini Remote (Ch1: throttle, Ch2: cruise control)

Cruise control for me is mandatory so, sadly, I must give up controlling the lights per ch2. I think there are basically 2 solutions left in my case:

  1. Connect the 10s3p battery to the leds, forsee a mechanical switch on the enclosure (no possibility to send the brakes signal from the remote throttle to the tail lights, in order to have stronger break lights when I brake)
  2. Forsee some independent rechargeable led lights (no possibility to send the brakes signal from the remote throttle to the tail lights, in order to have stronger break lights when I brake)

Am I right? Is there any other possibilities? What are the pros and cons of these two solutions? In case 1) is there some wise thread you can point me to? I need to understand how to do that without blowing up.

Thank you in advance for your help

1 Like

led light do not work on 36v i think… you would need a step down converter some guy here made the 2. solution you posted here with an arduino… there’s a thread about it

1 Like

Thank you Acido, I’ll start looking for the step down converter

An LED works fine on 36V or 500V as long as it has the proper current-limiting resistor. An LED driving circuit probably doesn’t, though. If you use 2 LEDs mounted opposite polarity to one another you could even run them on 240V AC if you used a large resistor.

It’s the drive circuit that has the limitations… not the diodes themselves

3 Likes

Agree with Acido on 2 you can use an arduino to “analogRead” the signal and use the value to decide whether or not to turn on the LEDs. You’d need to step down the voltage from the battery for the arduino (believe linear regulator on the arduino can deal with around 16V max coming in but a bit lower is probably safer), beyond that though pretty sure the LEDs can be powered directly off the digital pins on the arduino (5V but somewhat low current so depends on what LEDs or arrangement you go with there)

Always find this useful when messing with LEDs: http://led.linear1.org/led.wiz

Also did my own ‘riser lights’ here: https://cad.onshape.com/documents/7be8e5eec66596f68a989626/w/2c722dcc2ec89f5c71643bec/e/488c17c6f310d5c7be62da8a

Put a 350mAh battery in there, USB charger and switch (I didn’t do the tapping into the throttle signal stuff).

Google Photos

1 Like

I’m not sure but you could also use those ppm brake lights from eskating here is the link :smile:

1 Like

You can get LEDs for a lot of different voltages, but I think the 36V ones tend to be pretty high wattages.

I think the step down converter you’d want to get lower would be a buck regulator.

2 Likes

thanks a lot for the big amount of info. I will consider it. @Mich21050 I considered the idea of using what you suggest, in fact I have @fottaz 6W Waterproof Led light kit with REAR BRAKES CONTROL.

The wiring works like this:

So considered my case I can’t connect to Vesc because I need, following Ackmaniac’s indication, Master slave connection for throttle, while slave connection for cruise control . Can’t connect to receiver because I use the two channel (mini remote has only two ch) for same throttle and cruise control.

If you want bright LEDs. Use a meanwell Ldd-100h driver and some Cree, osram, or Phillips 3-8w LEDs…

1 Like

@LunarKim I saw what you want here.

1 Like

Hey rotko, it should not be a problem for you (and for everybody using also all receiver channels) because “to receiver” of the led kit goes in the 1st channel that you normally use for throttle, then “From Vesc” the ppm signal of the controller that your normally plug into the receiver. It doesn’t changes nothing for you if I’ve understand good what you meant.

Hi @Fottaz,

Maybe I get what you say. With this setting:

receiver

I would be able to use your led lights (+ Higher red tail lights while braking) and, at the same time, Ackmaniac’s cruise control?

Fell free to correct / confirm. Thank you

@Rotko Yes Sir, you will be able to use throttle signal and the lights at same time, you should see the brake module as a Y splitter, of course it keeps the signal between receiver and vesc, and it takes signal needed for the brakes light effect!

1 Like

Hope it’s more clear like this, it doesn’t change any previous connection.

1 Like