VESC - External status LED

FCasimiro

1 µW
Joined
Jul 15, 2019
Messages
2
Hi,

We would like to extend the vesc status LED to external LED panel.
Do you guys know if there is any easy way to do it, using exiting communication ports, besides removing the SMD LED on the board and put some extension cables? (This option is not very favorable, cause we aim to do it to some units, and the risk of messing with some SMD components are big)

Dou you think it will need a custom firmware or custom app to be able to do it?
Does any one tried t already?

Let us know.
Thanks in advance!
 
Thanks! We will try to do something in those lines.

Have you done it before? What ports you would select for output?

We are using Hall sensors ports, Canbus (CanH/CanL) and (5V/-/TX/RX).
All the other ports are free.
 
FCasimiro said:
We are using Hall sensors ports, Canbus (CanH/CanL) and (5V/-/TX/RX).

If you are using an off the shelf vesc then that only leaves the two analog throttle inputs and the servo input. I just gave it a go and compiled a firmware with fault and drive leds assigned to adc_ext 1 and 2 and it seems fine. You can probably leave main.c alone unless you want to change the brightness of the leds.
 
Back
Top