VescUart icon indicating copy to clipboard operation
VescUart copied to clipboard

An Arduino library for interfacing with the VESC over UART

Results 40 VescUart issues
Sort by recently updated
recently updated
newest added

I'm trying to something a bit different with the VESC. I want to try to use it like a servo drive and be able to do positional control. The motor...

PID output , pitch , roll ,loop time ,state ,switch state ,ADC1 ,ADC2 ,motor current.

The VESC Tool already tells current, but the VescUART library only gives data.ampHours and data.avgMotorCurrent. Would this be simple to implement?

Hi, I'd be very interested in a command to set the max battery current value on the VESC. Similarly, what is the time period for the average current value in...

Hi there @SolidGeek Have been searching for some code that has this function implemented so I can use it in the arduino, but so far without success. I don't know...

We are building a pushcart using 2 HUB motors, VESC, and Arduino to control the VESC using U-ART (Rolling Gecko) used the "SetRPM" function to control my speed with fast...

Thanks for your efforts. I've used your library for displaying stuff on an ESP32 module with LCD screen connected to VESC through bluetooth. No issues, but had to replace all...

I am trying to use this library with the new Arduino Nano 33 BLE board and am getting compilations issues. From some research it appears to not be compatible with...

it can work with the vesc6 FW 5.01 ?

The function setRPM will set the value for the slave VESC, it will no longer set for the master VESC! [VescUart cpp modified.txt](https://github.com/SolidGeek/VescUart/files/3354817/VescUart.cpp.modified.txt)

enhancement