GSM (SMS) Controlled DC Motor
#1

[attachment=9279]
GSM (SMS) Controlled DC Motor
INTRODUCTION

GSM (SMS) Controlled DC Motor is automatic control system which capable of receiving a set of command instructions in the form of Short message service and performs the necessary actions like Start , Stop and speed control. We will be using a dedicated modem/mobile at the receiver module i.e. with the robot it self and send the commands using SMS service as per the required actions.
The mobile unit which is dedicated at the motor driver is interfaced with an intellectual device called Micro controller so that it takes the responsibility of reading the received commands in the form of SMS from the mobile unit and perform the corresponding predefined tasks such as motor start, stop, motor direction and speed control at different levels etc.
HARDWARE USED
1. AT command supporting GSM mobile phone.
2. 89S52 Microcontroller
3. Max 232 IC.
4. Motor Driver IC L293
5. Voltage regulator 78XX.
6. Diode IN4007
7. GSM Phone
SOFTWARE USED
1. Keil u-Vision 3.0

Keil Software is used provide you with software development tools for 8051 based microcontrollers. With the Keil tools, you can generate embedded applications for virtually every 8051 derivative. The supported microcontrollers are listed in the µ-vision
2. PRO51 Programmer Software
THEORY OF OPERATION

In this project we interfaced 8051 microcontroller with Motorola’s C168 GSM mobile phone to decode the received message and do the required action. The protocol used for the communication between the two is AT command.
The microcontroller continuously checks for SMS to take the decision for controlling the DC motor.
AT-Command set
The following section describes the AT-Command set. The commands can be tried out by connecting a GSM modem to one of the PC’s COM ports. Type in the test-command, adding CR + LF (Carriage return + Line feed = \r\n) before executing. Table gives an overview of the implemented AT-Commands in this application. The use of the commands is described in the later sections.
A BRIEF INTRODUCTION TO 8051 MICROCONTROLLER:
When we have to learn about a new computer we have to familiarize about the machine capability we are using, and we can do it by studying the internal hardware design (devices architecture), and also to know about the size, number and the size of the registers.
A microcontroller is a single chip that contains the processor (the CPU), non-volatile memory for the program (ROM or flash), volatile memory for input and output (RAM), a clock and an I/O control unit. Also called a "computer on a chip," billions of microcontroller units (MCUs) are embedded each year in a myriad of products from toys to appliances to automobiles. For example, a single vehicle can use 70 or more microcontrollers. The following picture describes a general block diagram of microcontroller.
89s52: The AT89S52 is a low-power, high-performance CMOS 8-bit microcontroller with 8K bytes of in-system programmable Flash memory. The device is manufactured using Atmel’s high-density nonvolatile memory technology and is compatible with the industry-standard 80C51 instruction set and pinout. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory pro-grammer. By combining a versatile 8-bit CPU with in-system programmable Flash on a monolithic chip, the Atmel AT89S52 is a powerful microcontroller, which provides a highly flexible and cost-effective solution to many, embedded control applications. The AT89S52 provides the following standard features: 8K bytes of Flash, 256 bytes of RAM, 32 I/O lines, Watchdog timer, two data pointers, three 16-bit timer/counters, a six-vector two-level interrupt architecture, a full duplex serial port, on-chip oscillator, and clock circuitry. In addition, the AT89S52 is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port, and interrupt system to continue functioning. The Power-down mode saves the RAM con-tents but freezes the oscillator, disabling all other chip functions until the next interrupt
Reply
#2
[attachment=12497]
GSM (SMS) Controlled DC Motor
INTRODUCTION

GSM (SMS) Controlled DC Motor is automatic control system which capable of receiving a set of command instructions in the form of Short message service and performs the necessary actions like Start , Stop and speed control. We will be using a dedicated modem/mobile at the receiver module i.e. with the robot it self and send the commands using SMS service as per the required actions.
The mobile unit which is dedicated at the motor driver is interfaced with an intellectual device called Micro controller so that it takes the responsibility of reading the received commands in the form of SMS from the mobile unit and perform the corresponding predefined tasks such as motor start, stop, motor direction and speed control at different levels etc.
HARDWARE USED
1. AT command supporting GSM mobile phone.
2. 89S52 Microcontroller
3. Max 232 IC.
4. Motor Driver IC L293
5. Voltage regulator 78XX.
6. Diode IN4007
7. GSM Phone
SOFTWARE USED
1. Keil u-Vision 3.0
Keil Software is used provide you with software development tools for 8051 based microcontrollers. With the Keil tools, you can generate embedded applications for virtually every 8051 derivative. The supported microcontrollers are listed in the µ-vision
2. PRO51 Programmer Software
THEORY OF OPERATION
In this project we interfaced 8051 microcontroller with Motorola’s C168 GSM mobile phone to decode the received message and do the required action. The protocol used for the communication between the two is AT command.
The microcontroller continuously checks for SMS to take the decision for controlling the DC motor.
AT-Command set
The following section describes the AT-Command set. The commands can be tried out by connecting a GSM modem to one of the PC’s COM ports. Type in the test-command, adding CR + LF (Carriage return + Line feed = \r\n) before executing. Table gives an overview of the implemented AT-Commands in this application. The use of the commands is described in the later sections.
A BRIEF INTRODUCTION TO 8051 MICROCONTROLLER:
When we have to learn about a new computer we have to familiarize about the machine capability we are using, and we can do it by studying the internal hardware design (devices architecture), and also to know about the size, number and the size of the registers.
A microcontroller is a single chip that contains the processor (the CPU), non-volatile memory for the program (ROM or flash), volatile memory for input and output (RAM), a clock and an I/O control unit. Also called a "computer on a chip," billions of microcontroller units (MCUs) are embedded each year in a myriad of products from toys to appliances to automobiles. For example, a single vehicle can use 70 or more microcontrollers. The following picture describes a general block diagram of microcontroller.
89s52: The AT89S52 is a low-power, high-performance CMOS 8-bit microcontroller with 8K bytes of in-system programmable Flash memory. The device is manufactured using Atmel’s high-density nonvolatile memory technology and is compatible with the industry-standard 80C51 instruction set and pinout. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory pro-grammer. By combining a versatile 8-bit CPU with in-system programmable Flash on a monolithic chip, the Atmel AT89S52 is a powerful microcontroller, which provides a highly flexible and cost-effective solution to many, embedded control applications. The AT89S52 provides the following standard features: 8K bytes of Flash, 256 bytes of RAM, 32 I/O lines, Watchdog timer, two data pointers, three 16-bit timer/counters, a six-vector two-level interrupt architecture, a full duplex serial port, on-chip oscillator, and clock circuitry. In addition, the AT89S52 is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port, and interrupt system to continue functioning. The Power-down mode saves the RAM con-tents but freezes the oscillator, disabling all other chip functions until the next interrupt
Reply
#3


to get information about the topic dc motor speed and direction control using gsm mobile full report ppt and related topic refer the page link bellow
http://studentbank.in/report-speed-and-d...-using-gsm

http://studentbank.in/report-gsm-sms-con...d-dc-motor
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: gsm sms controlled dc motor projects, wireless motor controlled, gsm controlled relay, ppt on gsm controlled motor, gsm controlled dc motor circuit, gsm sms controlled dc motor ppt, to control a motor by sms,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  gsm pdf and final seminars report suvendu9238 10 11,526 19-11-2014, 09:34 PM
Last Post: jaseela123d
  advanced mobile phone signal jammer for gsm cdma and 3g networks with prescheduled ti shilpa16 1 1,682 28-10-2013, 12:17 PM
Last Post: ShayneThill
  Ultrasonic Motor computer science crazy 3 3,781 20-03-2013, 12:59 PM
Last Post: computer topic
  SMS BASED VEHICLE LOCATION FINDER FOR PARKING seminar project explorer 2 2,909 31-01-2013, 02:09 PM
Last Post: seminar details
  Design & Development of a GSM Based Vehicle Theft Control System seminar class 9 11,456 29-11-2012, 01:15 PM
Last Post: seminar details
  Enhanced Text Steganography in SMS computer girl 0 1,265 07-06-2012, 12:22 PM
Last Post: computer girl
  switched reluctance motor full report project report tiger 3 5,470 29-02-2012, 10:17 AM
Last Post: seminar paper
  Patient monitoring system to Remote Doctors using GSM and Zigbee technology smart paper boy 1 3,531 24-02-2012, 01:16 PM
Last Post: seminar paper
  WIRELESS CONTROLLED MINE DETECTING ROBOT projects wizhard 7 9,103 14-02-2012, 12:24 PM
Last Post: seminar paper
  SPEED CONTROL OF DC MOTOR USING PULSE-WIDTH MODULATION seminar class 1 2,450 09-02-2012, 04:29 PM
Last Post: seminar paper

Forum Jump: