You are here

Storing VESC Tool data for later analysis

1 post / 0 new
AidanNowa
Offline
Last seen: 1 month 2 days ago
VESC Free
Joined: 2024-06-10 19:04
Posts: 2
Storing VESC Tool data for later analysis

Hi all,

Currently, I am using the VESC tool on my laptop to visualize the data sent from my VESC, however, I would like to get full tests in without needing to be connected to my laptop.

I saw some older posts about communicating with the VESC over UART with a microcontroller, but I only want to read data from the VESC. Is there a way to read the data that the VESC sends over the USB, store it during a test, and then analyze it later? I'm assuming the VESC cannot control the motor and write to storage simultaneously, but could I connect a microcontroller to sample from the VESC at specified intervals and write to the local storage? 

Any guidance from previous projects or info about the best microcontrollers to do this would be greatly appreciated!