Project Info
Author: Chris
Difficulty: Medium
Time Invested: 4 Hours
Prerequisites:
Take a look at the above
articles before continuing
to read this article.
Author: Chris
Difficulty: Medium
Time Invested: 4 Hours
Prerequisites:
Take a look at the above
articles before continuing
to read this article.
This article will explain how to build a dual DC motor control system, combined with a wireless receiver and transmitter which will tell the motors at what speed they should move forward, or backward. We will use standard and widely available parts so that anyone can follow along.
Purpose & Overview of this project
The purpose of this project is to build a system that can independently and wirelessly control two DC motors. To do this, the system will need 4 core components: an input system for the transmitter, a wireless transmitter, a wireless receiver, and a motor controller connected to the receiver.
The input system to the transmitter will be the output from two trimpots. The analog voltage they output will be translated by the microcontroller's ADC to a value from 0 to 1023. This value will be scaled to 16 unique values for each motor and then transmitted through a XBee module. The receiver will receive these unique values from a XBee module and tell each motor independently which way to turn and how fast by sending a PWM signal to the motor controller.