element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or 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
Arduino
  • Products
  • More
Arduino
Arduino Forum What is your go to DC motor driver for Arduino projects
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Arduino requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 28 replies
  • Subscribers 293 subscribers
  • Views 1160 views
  • Users 0 members are here
  • motor control
  • arduino
Related

What is your go to DC motor driver for Arduino projects

colporteur
colporteur 7 months ago

My post  Raising the Bridge...Automation with Arduino: Failure reconciliation  details some of my failures with the L293N & L298N motor drivers.

Now I find myself looking for another DC motor driver. What DC motor driver do you use in Arduino projects? Why is it you motor driver of choice? Is there a Arduino library for the module or do you roll your own.

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz 1 month ago +3
    Another advantage of trying something new: Although I initially searched around for a reliable H-bridge to help colporteur it ended up helping me too. It turned out to make a nice little AC driver for…
  • shabaz
    shabaz 1 month ago +2
    I don't know if I ever posted a photo of it, but that H450 driver (which was described here: Using H450 (Toshiba TB67H450) Motor Driver Boards with Arduino ) PCB arrived a while back. It appears to work…
  • shabaz
    shabaz 1 month ago in reply to colporteur +2
    Hi Sean, The KiCad files, and the zip Arduino library file are here: https://github.com/shabaz123/h450 If you download that repository, then the KiCad project is in the motor_pcb folder. It is a KiCad…
  • charlieo21
    charlieo21 7 months ago

    If you want a module ready to use any Pololu board would do the job, just find the one that meets your requirements www.pololu.com/.../brushed-dc-motor-drivers

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza 7 months ago

    I usually use Pololu modules, they are very well documented and have enough variety for almost all kinds of applications.

    Pololu - Brushed DC Motor Drivers

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • colporteur
    colporteur 7 months ago in reply to javagoza

    I see two of these three driver chips on the site

    TB67H450FNG
    TB6612FNG
    DRV8833

    What do you do for a library in Arduino? I realize J, you have the skills to bash out code to make it work. I need to be carried on the shoulders of people like you with libraries to get it to work:)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw 7 months ago

    Adafruit has several motor driver cards that are supported with software.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • embeddedguy
    embeddedguy 7 months ago

    I think that DFRobot has some interesting collection as well

    www.dfrobot.com/search-motor driver.html

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • colporteur
    colporteur 7 months ago

    Thanks for the input. I've selected two modules. One is using a TB67H450FNG chip and another mdoule using TB6612FNG. I found some third party Arduino libraries I will use for some testing. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz 7 months ago in reply to colporteur

    Nice, I might order one of these as well, and if you get stuck on the Arduino code, I can give it a go too. I don't have any motor drivers for 12V, but do have some stepper motors that might operate at 12V, so that will come in handy anyway.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rachna34
    rachna34 1 month ago

    I can suggest popular DC motor drivers often used in Arduino projects:

    1. L298N: This is a widely used dual H-bridge motor driver that can control two DC motors. It's affordable and works well for small to medium-sized projects.

    2. L293D: Another dual H-bridge motor driver that's compatible with Arduino. It's suitable for controlling two motors bidirectionally.

    3. Adafruit Motor Shield: This is a shield designed for Arduino boards that can control up to 4 DC motors or 2 stepper motors. It offers more advanced features and is great for larger projects.

    4. TB6612FNG: This is a compact and efficient motor driver that can control one DC motor or a stepper motor. It's a good choice for smaller projects with space constraints.

    5. DRV8833: A small and low-cost motor driver that can control one DC motor. It's suitable for basic motor control needs.

    Your choice of motor driver depends on your project's specific requirements, such as the number of motors you need to control, the power requirements, and any additional features you may need. Be sure to check compatibility with your Arduino board and the motor specifications before selecting a motor driver.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza 1 month ago in reply to rachna34

    LOL ChatGPT suggests the same as you:

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz 1 month ago

    I don't know if I ever posted a photo of it, but that H450 driver (which was described here:   Using H450 (Toshiba TB67H450) Motor Driver Boards with Arduino   ) PCB arrived a while back. 

    It appears to work fine, can be screwed on top of an Arduino if mounting pillars are available and uses jumper wires to connect to the Arduino. The Arduino library for it that was described at that blog post works fine too. I think it will be more reliable that the L293/298 boards.

    In the photo below it was being used not as a motor driver, but for testing inductors, that big resistor was to limit current. Handy to have a H-bridge for various testing purposes.

    image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • 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 © 2023 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