Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vbus request failed! #2

Open
andyman198 opened this issue Apr 3, 2024 · 1 comment
Open

vbus request failed! #2

andyman198 opened this issue Apr 3, 2024 · 1 comment
Assignees

Comments

@andyman198
Copy link

I'm getting a message saying vbus request failed. I can bypass it and control the motor normally using the code in the example sketch.

I am using a Teensy4.1 with an odrive S1.

Example output:

14:15:35.910 -> Starting ODriveCAN demo
14:15:37.900 -> Waiting for ODrive...
14:15:38.129 -> found ODrive
14:15:40.115 -> attempting to read bus voltage and current
14:15:41.125 -> vbus request failed!
14:15:41.125 -> DC voltage [V]: 0.00
14:15:41.125 -> DC current [A]: 0.00
14:15:41.125 -> Enabling closed loop control...
14:15:41.418 -> ODrive running!
14:15:41.418 -> odrv0-pos:-0.00,odrv0-vel:0.01

@madcowswe madcowswe assigned madcowswe and samuelsadok and unassigned madcowswe Apr 5, 2024
@samuelsadok
Copy link
Member

Does the request fail every time (e.g. when you run it in a loop)?

If you bypass the check, does it correctly print continuous pos/vel feedback?

Do you have a CAN logger available that you could connect to this bus? (e.g. a host PC with a CAN interface or CAN dongle, and can_logger from python-can)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants