You are here

firmware V6.06 vs VESC tool V6.05

4 posts / 0 new
Last post
shuang
Offline
Last seen: 4 months 1 week ago
VESC Free
Joined: 2024-11-18 19:56
Posts: 1
firmware V6.06 vs VESC tool V6.05

Hi,

Does someone use firmware V6.06 and VESC tool V6.05?

I built and upload the bin file, but VESC tool couldn't read/write motor and APP configuration.

 

Does someone meet the same problem?

I got the latest firmware from github, https://github.com/vedderb/bldc, and VESC tool

fabric-speed
Offline
Last seen: 3 months 1 week ago
VESC Free
Joined: 2023-10-21 22:07
Posts: 1

Hi,

i am in the same situation but i don't have a solution yet. 
How do you solved the Problem?

Best regards
 

Polyloop
Offline
Last seen: 2 weeks 23 hours ago
VESC Free
Joined: 2024-09-23 16:37
Posts: 2

Hi,

We are in the same situation, was there an update to this problem ?

Best regards

Polyloop
Offline
Last seen: 2 weeks 23 hours ago
VESC Free
Joined: 2024-09-23 16:37
Posts: 2

Hi again,

We found a solution by downgrading the firmware.

So start by cloning the repo. 

Then check your branch : git branch -a

You should see : remotes/origin/release_6_05 somewhere so checkout to this branch : git checkout release_6_05

If you want to be sure type : git branch

And then you can edit the code and make your VESC version.

Best regards