Mobile To PC Interface
Mobile To PC Interface
INTRODUCTION-:
The project is aimed at developing and testing the use of
mobile phones to remotely control an appliance control
system. The microcontroller would then control an
device based on the information given to it. The
proposed solution will need to be easy to use, simple,
secure, robust and be useful on most mobile phones. To
achieve this testing will need to be carried out to create a
useful system.
The report consists of a background into the area of 8051
microcontroller and mobile communication, how they
are interfaced to each other and AT (Attention)
commands set used in communication.
HARDWARE USED
SOFTWARE USED
1. Keil u-Vision 3.0
THEORY OF OPERATION
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.
Command Description
Check if serial interface and
AT GSM modem is working.
Turn echo off, less traffic
ATE0 on serial line.
Display of new incoming
AT+CNMI SMS.
AT+CPMS Selection of SMS memory.
SMS string format, how
AT+CMGF they are compressed.
Read new message from a
AT+CMGR given memory location.
Send message to a given
AT+CMGS recipient.
AT+CMGD Delete message.
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.