Skip to content

A library to enable control of the VESC using a linux SocketCAN interface.

License

Notifications You must be signed in to change notification settings

tac-tech/bldc-can

 
 

Repository files navigation

BLDC-CAN Library

Library to make remote control of the VESC easy on a linux computer equiped with a CAN device (SocketCAN).

Use make to build project

VS Code configured for testing and debug

Install instructions

  1. cd into project directory
  2. run make
  3. cd build
  4. run test programs:
    • ./testspeed
    • ./testduty
    • ./bldclog can0 1.log 6

Clean build folder

  1. cd into project directory
  2. run make clean

Run or debug from VS Code

Go to testspeed.c or testduty.c and press F5 key

About

A library to enable control of the VESC using a linux SocketCAN interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%