c code for 89s52 gsm interfacing
#1

hi sir/madam ,

Our project is based on agricultural we r using a two energy sources for running a motor.two energy sources means kptcl n solar power.here we r using gsm because the farmer need to send a message to microcontroller like "start the motor " so microcontroller can automatically on the motor through the relay circuit.and when the soil can wet at its reaching threshold value the motor can automatically turn off and sends a message to farmer like "motor off". and also whenever the motor having problem the microcontroller sends message to user like. "motor having problem"
Reply
#2

GSM modem interface with 8051 microcontroller for SMS control of industrial equipment :

This is a beginner's tutorial in which a GSM modem is being interfaced with the AT89s51 microcontroller for SMS communication. The SMS can be sent and received for data exchange and status and control information. There are many project applications based on the 8051 microcontroller and the GSM interconnect.
We can use it as remote control of industrial machines or we can sue it for home automation or we can use it for the safety of the home or the control of office.gsm 8051
The sending SMS via the GSM modem when interfaced with the microcontroller or PC is much simpler compared to sending SMS via modem in the PDU mode. Text message can be sent through the modem using the interface only three signals from the serial interface of the modem with the microcontroller,, RxD and GND. In this scheme the GSM modem serial port interface RTS and CTS signals are connected to each other. The microcontroller serial port transmission signal is connected to the transmission signal (TxD) of the serial interface of the GSM modem while receiving The serial port signal of the microcontroller is connected to the receive signal (RxD) of the serial interface of the microcontroller. GSM modem. The COMPIM serial port model shown in the schematic diagram developed in Proteus VSM is equivalent to the serial interconnection of the GSM modem. / PC using AT commands (AT + CMGS, AT + CMSS)
8051 projects based on messages received on the mobile
Lock the circuit diagram of the GSM interface with the 8051 microcontroller
The AT commands and the sequence of events performed to send text messages to a mobile phone via the GSM modem connected to the microcontroller are shown below:

[Image: block+circuit+diagram+of+GSM+interface+w...r+8051.bmp]

1. First select the text mode for SMS by sending the following AT command to the GSM modem: AT + CMGF = 1. This command configures the GSM modem in text mode.

2. Send the following AT command to send text message SMS together with the mobile phone number to the GSM modem: AT + CMGS = + 923005281046. This command sends the mobile number of the mobile receiver to the GSM modem.

3. Send the text message string ("hello!") To the GSM modem This is a UART test message "
4. Send the ASCII code for CTRL + Z ie 0x1A to the GSM modem to transmit the message to the mobile phone. After the message string has been sent to the modem, send CTRL + Z to the microcontroller, which is equivalent to 0x1A (ASCII Value). Each AT command is followed by, for example, carriage return and line feed
You are giving the advance of the first line and the return of the car after that.
"\ R" stands for carriage return

8051 interface with the gsm modem equipped with RS232 serial interface is the same as the AVR interface with the GSM modem.
The text message SMS can contain up to 140 characters at most. It depends on the amount of information collected from GPS Engine that you need at the base station to track vehicles or people.
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 89s52 projets, c code for 89s52 gsm interfacing, code in c for security system with gsm interfacing, code for 8951 for gsm interfacing, gsm security system 89s52, hrd practices in lic pptsource code using 89s52, temperature sensor interfacing using 89s52,

[-]
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
  circuit diagram dc motor speed and direction control over gsm mobile modem pdf 2 15,072 19-03-2018, 10:57 AM
Last Post: Guest
  vehicle tracking system using gsm and gps with arm 2 1,196 29-05-2017, 11:14 AM
Last Post: jaseela123d
  how to read sms from gsm modem and display on lcd 1 1,467 12-04-2017, 02:36 PM
Last Post: jaseela123d
  street light control using gsm wiki pidia 1 879 07-04-2017, 04:25 PM
Last Post: jaseela123d
  code for interfacing 8051 with pir sensor 1 901 05-04-2017, 03:53 PM
Last Post: jaseela123d
  matlab code for adaptive differential pulse code modulation 1 1,131 04-04-2017, 11:49 AM
Last Post: jaseela123d
  gps gsm based human health monitoring and alert system 1 778 30-03-2017, 04:29 PM
Last Post: jaseela123d
  matlab code for hybrid gps gsm localization of automobile tracking system using kalman filter 1 985 29-03-2017, 03:56 PM
Last Post: jaseela123d
  intrusion detection using face recognition and gsm synopsis 1 624 28-03-2017, 03:52 PM
Last Post: jaseela123d
  cardiac arrest auto car control using gsm 1 671 27-03-2017, 04:36 PM
Last Post: jaseela123d

Forum Jump: