You are on page 1of 5

International Journal of Recent Advances in Engineering & Technology (IJRAET)

_______________________________________________________________________________________________

Speed Control of DC Motors Using Wireless Technology


1
Nayana V.N, 2G Sandhya Raj, 3Nagasandhya K V Umadevi Sreedhar.D
B.E(Electrical & Electronics Engineering) in Dr.T. Thimmaiah Institute of Technology, K.G.F.VTU

Abstract— There are lots of good-quality motors with the field of power electronics and drives, on the basis of
varieties of speed controls is available in the market. which, they have published several articles.
However, their costs are relatively high. A speed control
with both low cost and good performance will be highly The researchers have given several theoretical,
marketable, especially for small mobility applications. On experimental and simulation investigations which are
the other hand, the wireless connectivity has a nature of found to be very much useful in understanding the
low cost and less environmental limitations. Combining different techniques in the field of controller for three
these ideas together this concept of a High-performable phase induction motor. The following is a brief
low-cost low-loss wireless speed control of dc motor is discussion of the exhaustive review of past work carried
developed..
out in the area of intelligent motion control, power
Index Terms- wireless, speed control, mobility electronics and their applications from the year 1968 to
applications, dc motors. till 2012.
I. INTRODUCTION 1.1 BLOCK DIAGRAM OF SPEED CONTROL
The wireless remote controller is simple: start, stop, A.TRANSMITTER SECTION
accelerate and decelerate. The source of the speed
control is a 12 V battery and control currents over a
range of 0 to 50 A. The controller has a high efficiency
for motor loads in the range of 50 to 150 W. It should
deliver the nominal power continuously and be able to
tolerate slight overloading for a short period of time. For
strong overloading, it should protect the motor from
being damaged for a few seconds, then shut down the
motor and request a reset from the user simultaneously.
Finally, the total parts cost of the converter does not to
exceed $12.
Almost every mechanical movement that we see around
us is accomplished by an electric motor. Electric
machines are a means of converting energy. Motors take
electrical energy and produce mechanical energy.
Electric motors are used to power hundreds of devices
we use in everyday life. Motors come in various sizes.
Huge motors that can take loads of 1000’s of
Horsepower are typically used in the industry. Some
examples of large motor applications include elevators,
electric trains, hoists, and heavy metal rolling mills.
Examples of small motor applications include motors
used in automobiles, robots, hand power tools and food
blenders. Micro-machines are electric machines with
parts the size of red blood cells, and find many Every system is automated in order to face new
applications in medicine many researchers have worked challenges in the present day situation. Automated
in the field of intelligent motion control and power systems have less manual operations, so that the
electronics and have developed microcontroller and flexibility, reliabilities are high and accurate. Hence
digital signal processing based controller for three phase every field prefers automated control systems.
induction motor. They have studied the need, the Especially in the field of electronics automated systems
benefits and applications of intelligent motion control in are doing better performance. The goal of the project is
to develop a system, which uses RF communication to
_______________________________________________________________________________________________
ISSN (Online): 2347 - 2812, Volume-4, Issue -9, 2016
48
International Journal of Recent Advances in Engineering & Technology (IJRAET)
_______________________________________________________________________________________________

control the speed of dc motor without any wired The Uno differs from all preceding boards in that it does
communication, which executes with respect to the not use the FTDI USB-to-serial driver chip. Instead, it
signal sent by the RF TX. There are several applications features the Atmega16U2 (Atmega8U2 up to version
with dc motors in our daily life. R2) programmed as a USB-to-serial converter.
B. RECIVER SECTION. B. Receiver Section

III. FLOW CHATRS AND TABLES


A.TRANSMITTER FLOW CHART
Obviously there exists many applications where there
might be a need to control the speed of dc motors. There
exist many ways of controlling the speed of DC motor.
Of the available ones, PWM technique is the most
efficient one and the same technique is used here in this
project. TX. By pressing the keys available at the RF TX
the speed of the DC motor is varied by making use of
the PWM technique.
II. CIRCUIT DIAGRAM

A.TRANSMITTER SECTION
The Arduino Uno is a microcontroller board based on
the ATmega328. It has 14 digital input/output pins (of
which 6 can be used as PWM outputs), 6 analog inputs,
a 16 MHz ceramic resonator, a USB connection, a Fig 5.5 Flow Chart for transmitter
power jack, an ICSP header, and a reset button.
It contains everything needed to support the
microcontroller; simply connect it to a computer with a
USB cable or power it with a AC-to-DC adapter or
battery to get started.

_______________________________________________________________________________________________
ISSN (Online): 2347 - 2812, Volume-4, Issue -9, 2016
49
International Journal of Recent Advances in Engineering & Technology (IJRAET)
_______________________________________________________________________________________________

B.FLOW CHART FOR RECIVER D. EXPERIMENTAL SETUP

There are a couple of other pins on the board:


AREF: Reference voltage for the analog inputs. Used
with analog Reference ().
Reset: Bring this line LOW to reset the microcontroller.
Typically used to add a reset button to shields which
block the one on the board. See also the mapping
between Arduino pins and ATmega328 ports. The
mapping for the Atmega8, 168, and 328 is identical
Communication: The Arduino Uno has a number of
facilities for communicating with a computer, another
Arduino, or other microcontrollers. The ATmega328
provides UART TTL (5V) serial communication, which
is available on digital pins 0 (RX) and 1 (TX). An
C. TABLE FOR SPEED CONTROL RANGE ATmega16U2 on the board channels this serial
communication over USB and appears as a virtual com
port to software on the computer. The '16U2 firmware
uses the standard USB COM drivers, and no external
driver is needed. However, on Windows, a .inf file is
required. The Arduino software includes a serial monitor
which allows simple textual data to be sent to and from
the Arduino board. The RX and TX LEDs on the board
will flash when data is being transmitted via the USB-to-
serial chip and USB connection to the computer (but not
for serial communication on pins 0 and 1).
A Software Serial library allows for serial
communication on any of the Uno's digital pins. The
ATmega328 also supports I2C (TWI) and SPI
communication. The Arduino software includes a Wire
library to simplify use of the I2C bus; see the
documentation for details. For SPI communication, use
the SPI library.

_______________________________________________________________________________________________
ISSN (Online): 2347 - 2812, Volume-4, Issue -9, 2016
50
International Journal of Recent Advances in Engineering & Technology (IJRAET)
_______________________________________________________________________________________________

E.WORKING MODULE. the reset line of the ATmega328 via a 100 Nano farad
capacitor.
When this line is asserted (taken low), the reset line
drops long enough to reset the chip. The Arduino
software uses this capability to allow you to upload code
by simply pressing the upload button in the Arduino
environment. This means that the boot loader can have a
shorter timeout, as the lowering of DTR can be well-
coordinated with the start of the upload.
IV. CONCLUSION:
Dc motors are finding various applications one
technique is more suitable & economic with less power
loss & more efficiency improves efficiency up to 80%
by reducing losses such as
Programming: 1)switching losses
The Arduino Uno can be programmed with the Arduino 2) Machine losses
software (download). Select "Arduino Uno from the
Remote itself is a stator (made of resistances) including
Tools > Board menu (according to the microcontroller
resistances to armature so heat is reduced with increased
on your board). For details, see the reference and
efficiency.
tutorials.
The ATmega328 on the Arduino Uno comes preburned REFERENCES
with a bootloader that allows you to upload new code to [1] Tze-Yee Ho; Mu-Song Chen; Lung-Hsian Yang;
it without the use of an external hardware programmer. Wei-Lun Lin, 2012. The Design of a High Power
It communicates using the original STK500 protocol Factor Brushless DC MotorDrive Conference: 4-
(reference, C header files). 6 June 2012, International Symposiumon
You can also bypass the bootloader and program the Computer, Consumer and Control (IS3C), 2012 ,
microcontroller through the ICSP (In-Circuit Serial IEEE,pp. 345-348.
Programming) header; see these instructions for details. [2] Mohamed A. Awadallah, Ehab H. E. Bayoumi,
F. MAIN PROGRAM HishamM.Suliman, 2009. Adaptive Deadbeat
Controllers for Brushlessdc Drives Using PSO
Constant pot+A0 and ANFIS Techniques, Journal of Electrical
Void setup () Engineering, Vol. 60, and No. 1.

{ [3] Sarat Kumar Sahoo, Ashwin Kumar Sahoo,


Razia Sultana, 2012.LabVIEW Based Speed
Serial.begin (9600); Control of DC Motor using ModulusHugging
} Approach. European Journal of Scientific
Research, Vol.68, No.3, pp. 367-376.
Void loop ()
[4] Bayoumi E. H., Soliman H. M., 2007. PID/PI
{ Tuning for Minimal Overshoot of Permanent-
Magnet Brushless DC Motor Drive using
Int temp;
Particle Swarm Optimization, Electromotion 14
temp=analog Read(pot);// any value b/w 0to 1023(read) No.4, 198–208.
temp=temp14;//PWM=8bit, ADC=10 bit(divide) [5] Rath, J.J.,Saha, S.;Ikkurti, H.P. , 2012. Sliding
mode scheme for speed and current control of
Serial. pointln(temp);// to give to next line (not going for
brushless DC (BLDC) motor. International
delay so that we need to wait)(send)
Conference on Advances in Engineering, Science
} and Management (ICAESM), 30-31 March 2012,
Drives & Control Syst. Group, CSIR-Central
Automatic (software) reset
Mech. Eng. Res. Inst.,Durgapur, India. Pp. 450 –
Rather than requiring a physical press of the reset button 455.
before an upload, the Arduino Uno is designed in a way
[6] K. Ayyar, G. Gurusamy, K. Thanushkodi, 2012.
that allows it to be reset by software running on a
Design of Speed Controller for Speed Control of
connected computer. One of the hardware flow control
Converter Fed DC Motor Drive using Model
lines (DTR) of the ATmega8U2/16U2 is connected to

_______________________________________________________________________________________________
ISSN (Online): 2347 - 2812, Volume-4, Issue -9, 2016
51
International Journal of Recent Advances in Engineering & Technology (IJRAET)
_______________________________________________________________________________________________

Order Reduction Technique.European Journal of [9] T. Manigandan, N. Devarajan, S.N. Sivanandam,


Scientific Research, Vol.76 No.2,pp.288-299. 2005. Design of PID Controller Using Reduced
Order Model. Academic Open Internet Journal,
[7] Moleykutty George, 2008. Speed Control of
Volume 15, Volume 35, Issue 7 July 2007,pp.
Separately Excited DC motor. American Journal
837 - 849.
of Applied Sciences, Vol.5 (3),227-233.
[10] R. Prasad, S.P. Sharma and A.K. Mittal, 2003.
[8] Vichupong Vibunjaroen1, Yothin
Linear Model Reduction Using the Advantages
Prempraneerach, 2007. Tuning of PI and PID
of Mihailov Criterion and Factor Division,” IE
Controller Designed by SO” PSU-
(I) Journal-EL vol. 84, pp. 710.
UNS.International Conference on Engineering
and Environment -ICEE-2007.



_______________________________________________________________________________________________
ISSN (Online): 2347 - 2812, Volume-4, Issue -9, 2016
52

You might also like