Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

sending and receiving sms via 8051microcontroller

Status
Not open for further replies.

f_siddiqui

Junior Member level 3
Joined
May 28, 2010
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
pakistan
Activity points
1,453
I want to send sms via 8051 mc.My cell phone is nokia 2700
How can I connect my 8051 with nokia?
Basically when the LED is on then the nokia has to send a predefined sms to another cell fone.Kindly help me how to generate the predefined text and how can i send it?
One more thing and that is the another cell fone should be nokia 2700 or can be another one?
And at the receiving end i have to receive the text and want to display on pc.How can i dislay it?
Kindly help me.
I have to resolve all these qurie by sunday coz i am short of time for its implementation
 

noone here to help ma:cry:
have anyone worked with nokia and microcontroller then plz adviced me any alternative solution
 

if nokia2700 has serial port then you can try Txd and Rxd of 8051 to interface and send commands.

srizbf
8/7
 

ok fine thanx.But i have gone through the net then i have realized that it is much better to use a gsm modem istead of cell fone since all companies follow different protocols.
Can anyone help me that which one gsm modem should i purchase and anyone can give me the the instruction set for that mossem for sending sms only.I dont want to delete etc etc.I have only to send sms from one sim to another.Kindly help me
 

There are many GSM modems in the market... china models are real cheap one's

use the at commands "AT+CMGS="mobile no."
when you receive ">" , type the messege and press "ctrl+z" to send the message

this should do the job... if you have a problem PM me
 

dear joydeepsarkar87

i am able to send sms via 8051, and now i want to read SMS via controller, decode it and perform corresponding functions.... please help me in this regard..
 

at+cmgr=1 will read the message in 1st location...

---------- Post added at 22:12 ---------- Previous post was at 22:11 ----------

store the incoming message in a array and then display or do whatever you need.....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top