You are here

uart not working on vesc 4.10 latest firmware / hm-10

8 posts / 0 new
Last post
daniel84uk
daniel84uk's picture
Offline
Last seen: 6 months 2 weeks ago
Joined: 2017-09-10 04:24
Posts: 2
uart not working on vesc 4.10 latest firmware / hm-10

I downgraded using vesc tool 0.91 and bam it all works again. I repeated and switched between the two to verify. Happens on both my vescs, both my bluetooth adapters and both phones. For whatever reason data isnt being sent on the latest firmware. Im using HK vesc 4.10 and genuine keyes hm-10s. Anyone any ideas why?

zoppp
Offline
Last seen: 1 year 5 months ago
Joined: 2018-09-24 04:24
Posts: 10

Having the same issue too! I saw some threads before mentioning the UUID of the HM-10 is not recognized in the software. Guess im going to downgrade my vesc firmware. 

 

-zoppp

wurghi
Offline
Last seen: 5 years 11 months ago
Joined: 2018-09-13 00:28
Posts: 7

damn, i was trying for 4 days to get it to work now with tool version 0.95, i have like 50 not-working arduino project folders by now ... may this be the problem? Where can i get the older version ?

wurghi
Offline
Last seen: 5 years 11 months ago
Joined: 2018-09-13 00:28
Posts: 7

got it to work with this https://github.com/SolidGeek/VescUart

moza1313
Offline
Last seen: 5 years 11 months ago
Joined: 2018-05-25 19:17
Posts: 2

Hi pal.

I'm having same problem.

How do you downgrade fw?

Cheers,

Steve

wurghi
Offline
Last seen: 5 years 11 months ago
Joined: 2018-09-13 00:28
Posts: 7

i stayed with the latest 0.95 and used the solidgeek's UART implementation... but now i'm stuck with getting it to work with the arduino nano. Mega receives all the packages, nano only get's weird numbers or gets stuck in a reboot-loop.

Anyone has an idea ?

wurghi
Offline
Last seen: 5 years 11 months ago
Joined: 2018-09-13 00:28
Posts: 7

nevermind. I dumped the Nano and went for a Pro-Micro. It reads the UART Data just like the Mega does :)
Only difference in code is you use Serial1 instead of Serial and you have to reset by hand while uploading!

acklavidian
Offline
Last seen: 5 years 11 months ago
Joined: 2018-08-26 21:41
Posts: 1

would this keep the canbus from working?