2

I want to control these motors: hexTronik DT750 Brushless Outrunner 750kv with this battery: Turnigy 2200mAh 3S 25C Lipo Pack and these ESCs: TURNIGY Plush 18amp Speed Controller.

I am new to this field of driving brush-less motors. Can someone tell me if I need anything else? Will this set-up work without anything getting destroyed?

asked Oct 11, 2014 at 23:57
1
  • 1
    This looks like shopping advice, which is off-topic for ee.se. See the help center for advice. "Can someone tell me if I need anything else?" What do you actually want to do? The motor specification (spec) describes the max current 18A for a specific propeller, but only repeats the same value for its maximum current, which seems an odd coincidence. The ESC has a maximum continuous current of 18A, with a burst of 22A, but the specification doesn't say the burst duration. So it looks okay for some uses, but might not be for others. Commented Oct 12, 2014 at 1:18

1 Answer 1

2

I 've been working on an autonomous arduino quadcopter for about 7 months now and I have a few tips for you.

1) your setup seems fine as long as your motors aren't going to draw more amps than your ESC can supply, but It is always a good idea to buy ESCs with a higher "max amps" than your motors draws. I would choose 25 amp max ESCs or higher.

2) In order to control the motors via PWM, I use the Servo library because you get a resolution from 700-2000 as opposed to "analogWrite" which gives a default resolution of 0-255.

3) your ESC probably has a minimum pulse width value before it will start. I would recommend writing a program that gives you the ability to plug in values from 700-2000, and use the program to slowlly find that arming pulse width value. Mine is 1110 for reference.

If you have anymore questions, I will glady answer them.

May I ask, what is your project?

answered Oct 13, 2014 at 20:34
3
  • Thanks for the feedback. I too am working on a quad. I essentially started this project to learn as much as I can about electronics, since I have just gotten into the hobby. Commented Oct 17, 2014 at 23:06
  • Nice, I have been learning a lot about quads and electronics. Message me with a question when you have one. I had a successful test flight 2 weeks ago so I can help you up to that point. I'm now on altitude hold. Commented Oct 18, 2014 at 17:51
  • @Trexter you are awesome. So glad to see a community member be so helpful, it's what makes these SE sites great. I didn't see any blog information on your profile. Do you have any examples of your autonomous arduino work you can show off? Commented Jul 26, 2016 at 1:02

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.