This question is related to my 2nd Quadcopter projects:
I've been learning about Arduino quadcopter using Multiwii 2.4 Firmware. But I still get stuck on many things. I have a basic question that I must ask all the Arduino Quadcopter Expert in this forum, please help:
Problem: Throttle can not reach the max Throttle when I push the throttle stick to the top. What is the most common problem causing it?
value of max throttle in file config.h - it shows the max throttle when I push the TX throttle stick to the very top.
I tried to change it into 2000, but no luck.
The speed of propellers spin were Far different of - when I directly connected it to battery - without other wirings.
That darlington looses more than a volt from your motor supply.
You should be using logic level mosfets with a low Rds(on).
Not sure what those motors draw under load, but it's definately more than the 80-100mA stated on that website. You shouldn't need a boost converter for the motors, but you do for the Arduino.
Leo..
I'll take a WILD guess and say it's something to do with the above.
To begin with, a TIP122 is a darlington transistor, not a mosfet.
Then I took a look at your bias setup.....ouch!!!!
This is the second projects, the first can fly but not this 2nd one. I use arduino promini here. I think there's nothing wrong if I use pro mini instead of nano. In related to the diy ESC, it really can control the speed of the motor. I tested
How did you match the Flysky TX to the flightcontroller? What is the procedure? Did you adjust the throttle ranges on the TX to match the ESC and flightcontroller?
I use YMFC32 auto and the calibration procedure is quite simple to understand.
I never adjust anything in throttle range in fs-i6. Wait, I don't know what "throttle range" in the fs-i6 TX. wait ... Well, I need time to understand it. Perhaps, tomorrow I will be back.
Thanks @Wawa for your choice. but ...
LOL, I force myself to choose IRFZ44N to be able to be an ESC. I know that "L" means logic level mosfet that matches to build an ESC. But you know? it worked as expected and can reach the max throttle. I had done with this "Z" for weeks.