I'm looking to use the Feather M4 CAN Express to control an ODrive Pro motor driver. I'd like to power the Feather from the ODrive (not the USB, not the LiPo battery) which offers 5V or 3.3V power outputs.
Can I supply 5V to VBATT via the JST connector? I see VBATT recommended input is 3.7-4.2V (based on the LiPo battery) but I don't see a MAX/MIN.
Alternatively, I saw reference to connecting 3.3V power directly to the Feather 3.3V pin (3V in the pinout diagram). This is an option, but using the JST connector input would be easier.
Feather M4 CAN with external 5V supply
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- T_Mo
- Posts: 1258
- Joined: Thu Mar 15, 2018 7:10 pm
Re: Feather M4 CAN with external 5V supply
(Community member)
I think it's recommended to provide 5V to either of the VBUS signals - via the USB connector, or the VBUS pin #3 on the shorter Feather connector.
I don't recommend applying 3.3 volts to the 3.3V pin or the VBAT pin. One is the voltage regulator output, the other is the LiPo charger output. Driving those pins externally could make some funky things happen.
I think it's recommended to provide 5V to either of the VBUS signals - via the USB connector, or the VBUS pin #3 on the shorter Feather connector.
I don't recommend applying 3.3 volts to the 3.3V pin or the VBAT pin. One is the voltage regulator output, the other is the LiPo charger output. Driving those pins externally could make some funky things happen.
- alecpr
- Posts: 2
- Joined: Fri Jan 10, 2025 7:01 pm
Re: Feather M4 CAN with external 5V supply
Thanks! To confirm, are you recommending to connect external power +5V (to VBUS) and GND to the pins circled in pink?
- T_Mo
- Posts: 1258
- Joined: Thu Mar 15, 2018 7:10 pm
- adafruit_support_carter
- Posts: 31112
- Joined: Tue Nov 29, 2016 2:45 pm
Re: Feather M4 CAN with external 5V supply
Yep, don't use VBAT.
More info here:
https://learn.adafruit.com/adafruit-fea ... management
Keep in mind that the VBUS pin is directly tied to USB power. So it's technically more of an output than a power input. So you'll want to be careful to not connect external power and USB at the same time.
https://learn.adafruit.com/adafruit-fea ... er-3078974
More info here:
https://learn.adafruit.com/adafruit-fea ... management
Keep in mind that the VBUS pin is directly tied to USB power. So it's technically more of an output than a power input. So you'll want to be careful to not connect external power and USB at the same time.
https://learn.adafruit.com/adafruit-fea ... er-3078974
Please be positive and constructive with your questions and comments.