![]() | ![]() | ![]() |
| |||||||
| 8051/8951 A specify forum for the Intel 8051/8951 single chip microcontroller. |
![]() |
| | Tools |
| | #1 |
|
sir/mam i want to know how to interface 8051 with gsm phone. what are AT commands? how can we send sms and make a call with these commands? simran. | |
| |
| | #2 |
|
google for "hayes modem at commands" or us robotics in place of hayes. They are ascii bytes you send to the serial port to dial and send messages to your phone. Your phone will have specific AT (attention) commands. But "ATDT999" is attention, Dial Touchtone the digits 999 | |
| |
| | #3 |
|
sir/mam, i can understand the interfacings of 8051 to other things but, when it comes to interfacing with mobile phone as GSM - i dont know even the abc... of it. can you please guide me the steps to be followed as for the beginner so that i can be successful even in this activity too. regards simran | |
| |
| | #4 |
|
To the external world the mobile acts as a modem. and u have to consider that thik like a modem too. so understanding the AT commands is the first thing to do. if ur trying with nokia sets , have a look at F-Bus and M-Bus protocols.
__________________ Gods own Country Incredible !ndia www.flickr.com/photos/_akg/ "Give a man a fish, and he will eat for a day. Teach that man to fish, and he will eat for a lifetime." | |
| |
| | #5 |
|
It would help if you mentioned the brand and model phone you are tring to communicate with. Some are serial, etc.
| |
| |
| | #6 | |
| Quote:
thanks! | ||
| |
| | #7 |
|
Use Motorola C168 which works on AT Commands. Pin out of C168 is given below ![]() Examples for send and receive SMS For sending SMS in text Mode: AT+CMGF=1 press enter AT+CMGS=”mobile number” press enter Once The AT commands is given’ >’ prompt will be displayed on the screen. Type the message to sent via SMS. After this, press ctrl+Z to send the SMS. If the SMS sending is successful, “ok” will be displayed along with the message number. For reading SMS in the text mode: AT+CMGF=1 Press enter AT+CMGR= no. Number (no.) is the message index number stored in the sim card. For new SMS, URC will be received on the screen as +CMTI: SM ‘no’. Use this number in the AT+CMGR number to read the message. Voice call Initiating outgoing call: ATD+ mobile number; press enter For disconnecting the active call: ATH press enter For receiving incoming call: ATA press enter | |
| |
| | #8 | |
| Quote:
| ||
| |
|
| Tags |
| 8051, gsm, interfacing, phone |
| Thread Tools | |
| Display Modes | |
| |