You are here

Sending RPM via UART to STM32

4 posts / 0 new
Last post
EmirDns
Offline
Last seen: 7 months 4 weeks ago
Joined: 2021-12-15 19:12
Posts: 3
Sending RPM via UART to STM32

 Hello friends, I'm working on a rover project right now. I'm using VESC 4.12 ESCs in the drive system. I want to send RPM to my receiver STM32 MCU. I saw different solutions and libraries about Arduino but unfortunately I couldn't find anything about STM32. Do you have any idea about how can I get this job done? Thanks in advance.

hyedo
Offline
Last seen: 2 years 1 month ago
Joined: 2022-01-23 19:19
Posts: 2

Hi, I faced the same problem. Did you solve the problem?

hyedo

Skyver
Offline
Last seen: 1 month 1 week ago
VESC Free
Joined: 2021-06-18 19:55
Posts: 2

 

 

 

 

EmirDns
Offline
Last seen: 7 months 4 weeks ago
Joined: 2021-12-15 19:12
Posts: 3

 Unfortunately no, but I used Platformio which is a VS Code extension helps you to program your STM with Arduino framework. So you can use Arduino Vesc libraries for your STM32 too.