-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use without remote control #6
Comments
Should be very easy. The Current_Pwm_Limited variable controls the power to the motor. I have not tried it ;). |
Thank you for your answer ! I'm not sure but i think i tried this one and the motor goes full power and slow down to zero immediately, after then goes full power, and the cycle restart indefinitely ... I wait for a new engine. |
Hi, Sorry for the delay but my order (XP_3A) took a long time to come... Your modification (mov Current_Pwm_Limited, #0FFh) work greats but needs to have pwm in input of brushless controller. I try to modify your code for my needs but i don't find solution. Do you have some idea ? My modification : hugokernel@3267790 Thank you very much ! |
Hi @sskaug, no idea about my last problem ? Thx |
Hi. I need almost the same feature for BLHeli_S, but I'd like to control a speed by a potentiometer. |
Hi,
Thank you for your great work !
I need to control a brushless motor without remote control so that it reaches its maximum speed (or specific speed) immediately after power up (without delay and without startup protection).
I try to modify code (SiLabs with SuperMicro and XP 3A), i don't have problem to remove the delay at start up but i'm not familiar with this instructions set so I find it hard to understand all the code...
Can you give me a little help so that the engine running at a specific speed at startup without remote control.
Thank you very much !
The text was updated successfully, but these errors were encountered: