Shop OBEX P1 Docs P2 Docs Learn Events
Programming ESC's and Elev 8 Motors — Parallax Forums

Programming ESC's and Elev 8 Motors

NWCCTVNWCCTV Posts: 3,629
edited 2014-07-28 22:59 in Propeller 1
I have these ESC's and these motors. However, I do not think the receiver I have is compatible and I want to go a different direction instead. Is it possible to program the ESC's to control the motors perhaps by using a Propeller Board or some other means to control them?

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2014-07-27 10:11
    NWCCTV wrote: »
    I have these ESC's and these motors. However, I do not think the receiver I have is compatible and I want to go a different direction instead. Is it possible to program the ESC's to control the motors perhaps by using a Propeller Board or some other means to control them?

    What sort of receiver do you have?

    Most RC stuff is pretty standardized. You can use just about any ESC or servo with just about any receiver. You can't mix and match receivers and transmitters but the other stuff is pretty interchangeable.

    And yes, you can use a Propeller to control an ESC. If you have a QuickStart board you can use this my QuickStart servo tester. You could also use the servo tester mentioned in this post.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2014-07-27 23:44
    I have a Futaba Conquest FM receiver.
  • Duane DegnDuane Degn Posts: 10,588
    edited 2014-07-28 07:48
    NWCCTV wrote: »
    I have a Futaba Conquest FM receiver.

    As long as you have the transmitter to go with the receiver, it should work fine.

    IMO, It's harder to fly a quadcopter if the throttle "clicks". Transmitters made for airplanes tend to have throttles which move in small jumps while helicopter transmitters have throttles with a smooth motion.

    IMO, one of the hardest parts of flying a helicopter or quadcopter is learning to control the throttle. Getting the throttle setting just right so the aircraft hovers takes a while to learn and it's nearly impossible if the throttle joystick doesn't have a smooth range of motion.

    It's possible (but not always easy) to change a clicking throttle into a smooth throttle. Some gimbles, like the ones Parallax sells, allow the user to select which sort of joystick movement they want and are very easy to change between the various types. Other gimbles need to be physically modified to change the throttle type.

    Let us know which transmitter you have and whether or not your throttle clicks and one of us might know how to fix it (if needed).
  • NWCCTVNWCCTV Posts: 3,629
    edited 2014-07-28 15:28
    I did not realize I could use the Servo testers. Just hook up the ESC the same as a Servo? Do I then connect the motor to the ESC or does the tester just program the ESC?

    EDIT: I really want to try and not use the receiver/transmitter/ If I can control the motors with the ESC and a Servo tester that would be perfect. I have a few "toys" I want to hack and see if I can make them fly or just drive really fast!!!
  • PublisonPublison Posts: 12,366
    edited 2014-07-28 15:43
    You can send servo style commands to the ESC to control the motor from a Prop board.

    For Programming see:

    http://forums.parallax.com/showthread.php/154854-Open-Propeller-Project-4-Program-our-ESCs-with-a-Propeller
  • Duane DegnDuane Degn Posts: 10,588
    edited 2014-07-28 19:34
    NWCCTV wrote: »
    Just hook up the ESC the same as a Servo?

    Almost. Some ESCs require a specific start up sequence. IIRC, people have had some difficulty using a microcontroller with an ESC because they didn't use the correct throttle settings. This shouldn't be much of a problem but you want to keep this in mind if the ESC doesn't behave as expected when you first try to control it with a microcontroller or a servo tester. It's a good idea to have a servo handy to make sure you're sending the signals you think you are. Seeing how the servo behaves when connected instead of the ESC, can help diagnose any problems you may be having.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2014-07-28 22:59
    So I connect ESC to Motor then Servo Tester to ESC, correct?
Sign In or Register to comment.