Jonny999999 / armchair_fw

Firmware for a homemade automated electric armchair using an esp32 controller on a custom pcb
https://pfusch.zone/electric-armchair-v2
0 stars 0 forks source link

dynamic max duty (time/speed based) #35

Open Jonny999999 opened 1 year ago

Jonny999999 commented 1 year ago

problem with joystick resolution / travel when maxDuty is high you can drive fast but have no precision while driving slow (even though scaling improved that) when maxDuty is low you can maneuver precisely but have slow max speed

idea:

time/speed based maxDuty adjustment start with low max-duty to generate motor commands when at 100% for long time OR certain speed? Increase max duty

sport mode ignores this