You are here

What is ADC3 used for in VESC6

4 posts / 0 new
Last post
Tilman Baumann
Offline
Last seen: 4 years 5 months ago
Joined: 2018-02-12 11:53
Posts: 49
What is ADC3 used for in VESC6

Can I put ADC3 to any use on my VESC6?

I see no references to it in the code at first glance.

benjamin
Offline
Last seen: 4 hours 1 min ago
VESC FreeVESC OriginalVESC Platinum
Joined: 2016-12-26 15:20
Posts: 490

Currently it is not used for anything, I just routed it to the pin header to not waste the pin on the STM32. It is sampled and stored in the ADC vector though, so custom applications can use it easily.

Tilman Baumann
Offline
Last seen: 4 years 5 months ago
Joined: 2018-02-12 11:53
Posts: 49

Nice. Let's see if I can come up with a use case one day. :D

Gos1
Gos1's picture
Offline
Last seen: 2 months 2 weeks ago
VESC Free
Joined: 2022-03-23 12:57
Posts: 11

Actually I could use the adc3 since my adc1 and adc2 are already in use for two sensors that are needed for a custom app. Additionally, I want to use adc3 for a hand throttle.

The problem is that my Maytech Super FOC ESC doesn't seem to have a third adc pin.

Maybe there is a workaround since I use two single controllers in parent-child-compound and could use the adc1 and adc2 of the child for additional inputs?