You are here

VESC Firmware

Problema vesc 6.6 plus

Submitted by Andres Enrique on Sun, 2020-08-30 00:33

CIAO A TUTTI, VI ESPONGO IL MIO PROBLEMA, IO HO UN FLIPSKY VESC 6.6 PLUS, HO SEGUITO DEI VIDEO SU INTERNET PER FARE LA CONFIGURAZIONE MA HO DEI PROBLEMI. HO LA VERSIONE 2.0 DI VESC TOOL E APPENA APRO MI DICE CHE DEVO AGGIORNARE ALLA VERSIONE NUOVA MA NON CI RIESCO, MI DICE CHE POSSO SCARICARLA GRATUITAMENTE DA QUI MA QUANDO AGGIUNGO IL PROGRAMMA AL CARRELO NON MI FA CONCLUDERE, METO I MIO DATI PER LA SPEDIZIONE E FINE, NON POSSO CONCLUDERE L'ACQUISTO, COME POSSO FARE??

vesc dual 6.6 plus problem firmware

Submitted by Szergej on Mon, 2020-08-24 21:32

Hello friends, I have such a problem with the firmware
 WARNING (: 0): Incompatible firmware
and tried .default bin. and so nothing happened I will travel a couple of kilometers and it starts to glow red, I do not know what to thank for the answers
 
Connected (serial) to COM9
2020-08-24 21:50:42: Status: VESC Firmware Version 5.1, Hardware: 60, UUID: 27 00 2C 00 11 50 4E 37 4B 38 30 20

Need help please / Trampa Spur Gear Drive/ VESC 6 MkIV

Submitted by Sektooor on Sat, 2020-08-22 14:22

Hi Guys,

Firstable im new here and don't now much about vesc etc, i hope i dont break any forum rule, my english is also not perfect, sorry.

I bought a Trampa spur gear drive a few month ago (VESC 6 MkIV inside).

I got 2 problems :

1/ The board was supposed to go 50km/h it go barely 40km/h

2/ when reaching top speed the acceleration stop too brutally which cause me serious speed wobbles.

Ubuntu Setup

Submitted by mystamo on Sat, 2020-08-08 06:43

Hey All,

 

Really hoping for some help here.

 

Trying to setup my ubuntu distro ver 16.04 to run the ARM GCC toolchain but can't get it to install. Tried sudo apt-get install gcc-arm-embedded and get unable to locate package error and I'm pretty damn sure i installed the repository correctly.

 

This issue has now ate my entire day.

 

Help would be awesome.

 

Mo

VESC state machine

Submitted by wagner on Wed, 2020-08-05 09:37

Hi guys,

Iam new to the VESC project (and to coding) and want to purchase a 75/ 300 for my electric motorcycle with qs205 v3 hub motor.

Is there an existing state machine or just the "raw" C code to work with?

I want to implement some additional functions, like brake light while positive current flow and don´t know where to start actually :/

Another question: Now that the 100/ 250 VESC isn´t that expensive anymore, I may want to upgrade to that one. Has someone figured out the maximum phase current here? :)

VESC 6 MKIII - Writing Custom Applications using Ubuntu

Submitted by TanmayP on Wed, 2020-08-05 00:48

Hello,

I am trying to run the Custom Software Installation and Configuration Tutorial using VESC MKIII and Ubuntu system to be able to write custom code for my application. I understand that the tutorial was made for VESC 4 series. I just wanted to know if there's a new code available to write custom applications on the latest VESC? Has anyone managed to make this work? Also, it would be nice to know if there's a version available for the Windows system as well. 

Dutycycle set using uart problem

Submitted by Raja Sharma on Tue, 2020-07-21 21:38

Hello

i am facing one problem in UART communication mode. When I set dutycycle using 

void VescUart::setDuty(float duty) {
    int32_t index = 0;
    uint8_t payload[5];

    payload[index++] = COMM_SET_DUTY;
    buffer_append_int32(payload, (int32_t)(duty * 100000), &index);

    packSendPayload(payload, 5);
}

function. except zero when I set any value from 1 to 100. the bldc motor runs it's setted max dutycyle. Can any please tell me what am I doing wrong.

Pages

Subscribe to RSS - VESC Firmware