Simple 2-way motor control for the arduino

When I say simple, I don’t mean use a speed control. But control the motor directly without any external circuitry. Here’s how:

How this came about:

I recently was working on an instructable about charlieplexing with an arduino. And I was wondering if the same principle would work with motors to some extent. So I came up with the idea that if you used a motor instead of an led you could have 2-way control of it & if you used 2 PWM (Pulse Width Modulation) ports you could have 2-way variable speed control for a motor with no external hardware!! So I decided to post my findings. Have fun! If you have any questions Please ask them.


motor control for the arduino

Note: This is not the safest way to control a motor. Each I/O pin can only handle 40 mA of current. I would recommend using a H-Bridge as pointed out by: Bongmaster & Frollard.

I am not responsible for any thing bad that happens to you or to your arduino!

Step 1: The stuff you need:

Parts:
– Arduino
– Small DC motor
– Wire for motor

Tools:
– Computer with Arduino IDE installed
– A-B USB cord

Step 2: Connecting the motor

Connect your DC motor to your arduino.

– Connect one wire from the motor to pin 5 on you arduino
– Connect the other wire from your motor to pin 6 on your arduino

The hardware setup for this is pretty simple.

Step 3: Coding the Arduino

Here’s some basic steps to program your arduino.

1) Download the source code from below
2) Open the file in the Arduino IDE
3) Press the “Upload to I/O Board” button
4) Once the program is uploaded it will start running

I tried to add a good amount of comments to the code, but if you have any questions, please ask them.

Step 4: How this works & more Ideas

How This Works:
When you make one pin HIGH & another LOW, the pin that is HIGH has a positive voltage & the pin that is LOW works like a ground(-).

[box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” border=”#985D12″ float=”right” head=”Major Components in Project” headbg=”#FFEB70″ headcolor=”#985D00″]- Arduino
– Small DC motor
– Wire for motor[/box]

 

For more detail: Simple 2-way motor control for the arduino


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top