EFeru / hoverboard-firmware-hack-FOC

With Field Oriented Control (FOC)
GNU General Public License v3.0
1.12k stars 932 forks source link

Speed mode pushes the wheels #474

Open matisse0966 opened 6 months ago

matisse0966 commented 6 months ago

Variant

PWM

Control type

FOC

Control mode

Speed

Description

Hi, please tell me how to set the speed mode so that the wheels can be pushed when stationary.I have made a remote control PWM trolley, which is more suitable for driving at a constant speed. I have tried voltage mode and torque mode, but they cannot achieve the required stable speed. Speed mode is very good, but sometimes when you need to push it manually, the speed mode will It prevents me from pushing the car. If I need to push the car, I can only turn off the power. I have tried various parameters. I would like to ask you if I can push the car by hand in speed mode by modifying it. I have read the project questions and encyclopedia. I’ve read a lot and can’t find a solution, thank you

EFeru commented 6 months ago

If the speed request is 0, it will try to maintain 0 speed, so standstill. I am not sure if there is a simpler way of temporarily disabling speed mode than:

matisse0966 commented 6 months ago
  • have a button to toggle modes speed mode <-> torque mode

Please tell me how to switch modes. Thank you. I have used the cruise button so far. I checked all the information and found no instructions on switching. If you have time, thank you for your reply.

valerivp commented 6 months ago

may be set non zero minimal speed? 1 as sample

matisse0966 commented 6 months ago

may be set non zero minimal speed? 1 as sample

Thanks, I'll look into it and see how it should be done, or do you have any ideas on where to start? In fact, if the speed mode can push and rotate freely at very low speeds or at a standstill, it is very suitable for making a variety of cars.