You are here

how I can connect 4 vesc using CAN and how connect vesc to PC via CAN bus?

2 posts / 0 new
Last post
Chanyoung Jung
Offline
Last seen: 4 years 1 week ago
Joined: 2020-03-06 04:00
Posts: 1
how I can connect 4 vesc using CAN and how connect vesc to PC via CAN bus?

hello I'm Korean,,using VESCs for startup company's product being developed.

my goal is to connect 4 vesc via CAN, and to connect to PC(Jetson tx2) via CAN. because our project must use this PC. how i can do? in the case of USB connection, the connection may be disconnected sometimes and there is a delay each time, so we are considering CAN communication without problems like this.

0. I found some thread that talk about 4wd connection. I think 4 VESCs connection , and VESC to PC via USB will be hopely work.



1. but I'm not sure that connecting VESC to PC via CAN using CAN to USB converter. is it possible??

 

https://www.lp-electronic.com/vesc/connect-two-vesc-via-can-bus/

2. when I connected two VESC via CAN bus and master VESC to PC via USB with reference to above site, that worked a few times, but shortly, problem accrued. two VESC does not turning on now. I think there are short problem but I'm not sure. DO you know why?

hexakopter
Offline
Last seen: 1 year 1 week ago
VESC Original
Joined: 2017-05-24 12:13
Posts: 94

When looking at this pull request it looks like some CAN to USB dongles should work with VESCs using VESC Tool now:

https://github.com/vedderb/vesc_tool/pull/39

But I haven't tested it myself.