Close

Arduino - VESC SPI High speed communication Library

A project log for VESCuino Shield Ver 0.1

VESC firmware based Motor Controller; Arduino Shield Type, Stack-able Design and SPI Communication

dongil-choiDongil Choi 09/24/2019 at 06:011 Comment

This software is arduino library for communicating VESC using SPI communication.

In Arduino Mega, it is possible to use 8Mhz SPI communication speed and in Arduino Due, it is possible to use 21Mhz.

Use below link.

https://github.com/dongilc/VESCuino_Arduino_Control

place the folder in the arduino libraries folder.

and 

check example at arduino IDE.

Discussions

Marcos wrote 09/24/2019 at 12:42 point

have you changed the SPI in the vesc side? The current vesc firmware does bitbanging so its not really a fast communication, and it uses the cpu while transmitting.

  Are you sure? yes | no