-
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
BLHeli for car motors #63
Comments
Not quite sure I understand all your questions. But BLHeli should be able to run the inrunner motor that you linked. As to details on arming and signals, I think the documentation should provide most answers. BLHeli is not very well suited for cars, though, as it does not support hall sensors, and therefore you will not have much torque when starting. |
Hello, Sorry for my English, is not my first language and I explain myself poorly.
I will buy the motor and the esc, also, I have a 1024 encoder, so I will be able to see the signal I send and the exact motor speed ^_^ I will inform you. Thank you for your time. |
Deadband can be set to zero by modifying the code. |
Thanks a lot for your answers! ^_^
Don't hesitate to point me the obvious, because for me it's really hard to follow asm code. |
|
As i bought the sn10a, i'm interesting only in the atmel's side. Thanks again for your work ^_^ |
Closing for now |
Hello,
I don't know if this thread can stay here or I should ask in another place. If so, tell me ^_^
First of all, thanks a lot Steffen@sskaug for your MASSIVE work.
I want to use brushless motors for a line follower, but I imagine that my requirements are the same for any kind of precision motor control, not just for my robot.
I want to use the SN20A ESC with the motor http://www.hobbyking.com/hobbyking/store/__9069__Turnigy_1230_Brushless_Inrunner_Motor_4500kv.html
I think this ESC has power enough to deal with this motor.
BLHeli should be able to manage this motor??
Also, no dead-zone should be better. The SN20A has a crystal, so I think no dead-zone will increase the precision. Exist the possibility of disabling this feature?
Speaking of features... BLHeli has somehow a brake... This brake differs from the esc-car brake? (if I change the signal from 80% to 20%... I want the change as fast as possible).
I was reading this thread (#55), and be able to update the esc at 2 o 4KHz sounds perfect!! When is predicted to be available to the SN20A ESC??
Which is the precision for a normal signal?? (steps in OneShoot125, for example).
In which circumstances the esc will disarm?? In some scenarios maybe I don't want this feature...
I have several arduinos, so I don't mind test codes ^_^, also, install avrstudio and try to make some changes, it doesn't mind me, but I'm not very good in asm...
The text was updated successfully, but these errors were encountered: