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 New guy here with question -
  • 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 6 replies
  • Answers 6 answers
  • Subscribers 393 subscribers
  • Views 588 views
  • Users 0 members are here
Related

New guy here with question -

nealbopper
nealbopper over 8 years ago

Hello, New member here. I am new to the Arduino and programming but I want to take on a project that includes my Chicken Coop. I have an inclosed Chicken Coop and a Chicken run, The coop has a small run inside of it but it's not large enough for 9 Chickens for a full day so I am wanting to create 2 auromatic doors but I need to ask a question. is it possible to run 2 separate motors that will not be running at the same time. Once door will open the interior coop door and the other motor will open the coop door to the chicken run so my chickens can roam. I have a 60w solar panel, controller and 12v marine battery. I have the arduino Uno, motor controller, Arduino clock and limit switches with a breadboard. The motor I want to use is a 12v DeWalt drill motor. If it's possible to run 2 separate motors, I will pick up the neccessary hardware and motor for the 2nd operation. Please let me know what you think. Thank you in advance.

  • Sign in to reply
  • Cancel

Top Replies

  • rachaelp
    rachaelp over 8 years ago +1 suggested
    Hi Neal, Welcome to the Element 14 forums, you should find it a very friendly place generally with lots of experienced people willing to help out I have a couple of questions, firstly what motor controller…
  • nealbopper
    nealbopper over 8 years ago in reply to rachaelp +1 suggested
    Hello Rachael, I am at work right now but I will get the DeWalt 12v drill motor and look the specs up. The motor Controller is the typical Arduino controller: Qunqi L298N Motor Drive Controller Board Module…
  • rachaelp
    rachaelp over 8 years ago in reply to nealbopper +1 suggested
    Hi Neal, Ok no problem, let us know what you find out about the motor. I think I found a link to the manual for a similar motor driver to the one you mention and it looks like it'll do two DC motors okay…
Parents
  • rachaelp
    0 rachaelp over 8 years ago

    Hi Neal,

     

    Welcome to the Element 14 forums, you should find it a very friendly place generally with lots of experienced people willing to help out image

     

    I have a couple of questions, firstly what motor controller do you have? Is is similar to this one? http://www.robotshop.com/media/files/pdf2/shield-md10_user_s_manual_rev_2_-_google_docs.pdf

     

    If so that board will do 1 motor but you should be able to stack more than one if you change the PWM and Dir jumpers to use different digital pins on the Arduino. I've not actually used this board (or any motor board with Arduino) but from a quick look through the manual I think this should work.

     

    I don't know the specs of the exact DeWalt motor you have. The board I linked to above does 10A continuous or 15A peak. What are the specs of the motor you actually have and how does that compare with the specs of the exact motor driver board (if not the same as I linked above)?

     

    Best Regards,

     

    Rachael

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • nealbopper
    0 nealbopper over 8 years ago in reply to rachaelp

    Hello Rachael,

    I am at work right now but I will get the DeWalt 12v drill motor and look the specs up. The motor Controller is the typical Arduino controller: Qunqi L298N Motor Drive Controller Board Module Dual H Bridge DC Stepper For Arduino.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • rachaelp
    0 rachaelp over 8 years ago in reply to nealbopper

    Hi Neal,

     

    Ok no problem, let us know what you find out about the motor. I think I found a link to the manual for a similar motor driver to the one you mention and it looks like it'll do two DC motors okay. My concern is the L298N is only rated for 2A continuous, 2.5A peak. So it'll depend very much on what your motors are rated at.

     

    Best Regards,

     

    Rachael

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • rachaelp
    0 rachaelp over 8 years ago in reply to nealbopper

    Hi Neal,

     

    Ok no problem, let us know what you find out about the motor. I think I found a link to the manual for a similar motor driver to the one you mention and it looks like it'll do two DC motors okay. My concern is the L298N is only rated for 2A continuous, 2.5A peak. So it'll depend very much on what your motors are rated at.

     

    Best Regards,

     

    Rachael

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • nealbopper
    0 nealbopper over 8 years ago in reply to rachaelp

    Hello Rachael,

    I am looking at the DeWALT motor now. All's it says on the description panel is that it's a Motor and Pinion - ( 393111-04 ) model # is DW991 Type 2, 14.4 volts 0-450/0-1400rpm.

    I am sorry, I thought it was 12 volts. I am not sure this will work but it might have been used by someone. My motor controller is the L298N and I am using the Adurino Uno board.

    This was a motor I had in the garage that I wasn't using anymore. I just thought I could use it. Maybe not. I could look at the salvation Army for a 12v motor if someone thinks that

    would work better with what I have.

    • 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