element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum How to use two motors simultaneously with an Arduino uno
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 12 replies
  • Answers 7 answers
  • Subscribers 399 subscribers
  • Views 3591 views
  • Users 0 members are here
Related

How to use two motors simultaneously with an Arduino uno

Former Member
Former Member over 11 years ago

Hi,

 

I am having trouble making two DC motors work simultaneously working with the Arduino Uno. One motor on its own works fine but both of them do not work together. It would be nice if someone could help me with the circuit and the code.

 

Thanks in Advance,

Ramgopal

  • Sign in to reply
  • Cancel

Top Replies

  • vish
    vish over 11 years ago +2 suggested
    Hi Ram, If I want to control two motors, I will go for a driver circuit. One best solution is to use a motor driver IC. L293D is one of the inexpensive yet excellent ICs for this purpose. You will be able…
  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago in reply to Former Member +1 suggested
    Based on the diagram, you may be overloading the 5v rail of the arduino, it is not designed to supply the load to two motors. Try powering the motors from a desperate supply, only share a common ground…
  • Former Member
    Former Member over 11 years ago in reply to nschreiber0813 +1
    Thank you all. I will look at using another battery for powering the motors. Will also look at the L293D. I will get back if I am still facing issues Ram
Parents
  • nschreiber0813
    0 nschreiber0813 over 11 years ago

    Dear: Ramgopal

    I have used two dc motors with arduino uno before and I noticed a simular problem. See the problem is the board is over heating because two servos use a lot of power. So my suggestion for you is to either use a different brand of servos or use a different PCB. See if you have a heating solution you should be less likely to run into this problem. If you continue you could break your UNO board and your servos so be careful.

    From: Noah

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to nschreiber0813

    Thank you all. I will look at using another battery for powering the motors. Will also look at the L293D. I will get back if I am still facing issues

    Ram

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jbecks
    0 jbecks over 7 years ago in reply to Former Member

    If you still have it, could you share the code? I am having the same issue.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • jbecks
    0 jbecks over 7 years ago in reply to Former Member

    If you still have it, could you share the code? I am having the same issue.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • jomoenginer
    0 jomoenginer over 7 years ago in reply to jbecks

    This is an old thread, however if you are just looking to control 2 DC motors, then you could just add a second definition for the second motor and then just turn both on for forward motion, or turn each off for left and right action.  the best bet is to add a driver transistor for each motor and use it as a switch which will allow you to not over draw the current from the Arduino GPIO pins.

    Something like the follow would work nicely and all you would have to do is duplicate the circuit and GPIO pin definition for the second motor:

    https://www.arduino.cc/en/Tutorial/TransistorMotorControl

     

    However, if you are looking for some forward and backward action with the motor, then you would have to build an H-bridge or by a Motor Shield which will give you more control of the motor movement.

    The Adafruit TB6612 Breakout board is an inexpensive H-Bridge that can control 2 DC Motors.

    https://www.adafruit.com/product/2448?gclid=Cj0KCQjw2KHWBRC2ARIsAJD_r3fSQvAKYUfufOVrEnXzuht1tRHnaku1np6bdeKDh9G_pJFtiXtVgtcaAuNKEALw_wcB

     

    Or you can DIY it with a L293D Quad Half-H Bridge

    http://www.ti.com/product/L293D

     

    This might help answer some questions, or raise new ones:

    https://www.element14.com/community/docs/DOC-89005#comment-127024

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube