You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks I have read about VESC but my aim was to get working a cheap redbrick ESC I own. I have everything but the dynamic throttle controlled brakes working.
Trying to replicated https://endless-sphere.com/forums/viewtopic.php?f=35&t=74880 braking.
currently hacking:
run_reverse:
rcall wait_for_low
nFET_brake_on i_temp1
sync_on
rcall wait_for_high
nFET_brake_off i_temp1
rcall wait_for_low
nFET_brake_on i_temp1
rcall wait_for_high
nFET_brake_off i_temp1
sync_off
rcall wait_for_low
nFET_brake_on i_temp1
rcall wait_for_high
nFET_brake_off i_temp1
This is as far as I have gotten any help would be very much appreciated!
The text was updated successfully, but these errors were encountered: