Hi!
I wonder if anyone has successfully built a board with the exact mellow board endless ride feature? (endless ride: where you kick push, and the board automatically maintains the speed for a few sec (without remote holding the throttle), and then the motor spinning gradually decrease by ~30rpm/sec)
Specifically, I am thinking about building a board with a single belt motor, and connecting a BEC-compatible Vesc like this (https://flipsky.net/products/torque-esc-vesc-®-bldc-electronic-speed-controller) to an Arduino UNO.
The arduino will take the PWM signal as input and basically use a loop to control the motor’s rpm. For example, when you kick push and when the motor spins greater than X rpm/sec, I delay for 1 sec and decrease the spinning by 30 rpm/sec. I can hit the brake anytime.
I saw Ackmanic’s VESC tool has a cruise control feature, but I believe it doesn’t do exactly what I wanted.
I am a beginner in electronics but know programming (software engineer). Has anyone done a similar build and/or could offer any advice? Thanks a lot.