Good morning, I'm using VESC 4.12 to run my 6354 flipsky BLDC motor. I'm participating in a competition where I'm required to display data on my user interface. I've some questions regarding the same.
(1.) How can I make my VESC work using UART on Arduino?
(2.) Will it be able to send data to the Arduino, as I'll be required to display it on my user interface. Looking forward to hearing from you all.
Looking forward to hearing from you
Regards
With a simple google search, you can found some libraries, e.g. https://github.com/SolidGeek/VescUart
you can communicate over UART with the VESC and poll some data or control the VESC. dont forget to activate the UART-app on the VESC