Microcontroller › 8051 › how to interface a cellphone with a micro controller
- This topic has 15 replies, 7 voices, and was last updated 13 years, 11 months ago by
romel emperado.
-
AuthorPosts
-
February 14, 2011 at 6:19 am #671
andile
ParticipantCan anyone help me with my project i want to interface my 8051 with my 3310 nokia cellphone can anyone help.
February 24, 2011 at 6:53 am #5609Anonymous
GuestHello,
Could you tell more about your project. What exactly you want to do?
March 9, 2011 at 5:47 am #5674sagar
Participantyou can also interfacing the gsm modem …which work same as mobile phone..
March 9, 2011 at 9:59 am #5689andile
ParticipantI WANT TO READ A MESSAGE FROM A PHONE TO THE 8051 AND I WILL HAVE DEVICES WHICH I WILL CONTROLE VIA THE SMS
March 10, 2011 at 6:20 am #5693dagakshay
Participantandile you can use GSM modem…
just go to the link:
http://www.engineersgarage.com/articles/gsm-gprs-modulesMarch 12, 2011 at 8:30 am #5719romel emperado
Participant3310 is using FBUs protocol. packing and unpacking data to be able to introduce it to your controller is a pain..
use phone that supports AT commands so that you can have easy life
see this link:
April 1, 2011 at 10:50 am #5850vinay
Participantcan anyone help me out…i wanna interfacing nokia 1110 with 8051,,,,does it supports at commands????wats process???plz help me out
April 3, 2011 at 9:45 am #5861romel emperado
Participantits the same also to 3310… its a pain.. jeje
April 6, 2011 at 4:54 pm #5911Apuva shrivastava
Participantk… we hv found out nokia 6303 tht supports AT Commands…
bt the problem now is how to connect d mobile with microcontroller…
lyk..mobile can b connected to PC using data cable..n it responds well on Hyperterminal…
bt wat abt using same data cable wid microcontroller..!!??????……….
April 6, 2011 at 5:06 pm #5912romel emperado
Participantif it responds well in hyperterminal using AT commands you can connect it to controller ..
check this process..
mobile phone <—> max232 <—-> controller.
it is done via serial communication..
April 7, 2011 at 1:21 pm #5922Apuva shrivastava
Participantthanx for d reply….
bt i still hav some doubts
we chekd phone in hyperterminal on a system that had NOKIA PC SUITE installed….
PC SUITE is needed coz it has got the drivers fr datacable….
now d question is tht…..
Would MICROCONTROLLER b able to connect through datacable n hav serial communication WITHOUT those DRIVERS fr datacable…???
also…..,
fr process….
mobile phone <
>……?????.……..<
> max232 <—-> controller…April 7, 2011 at 3:53 pm #5924romel emperado
Participantyou dont need any drivers from PC suite
I said from my previous post it is done via serial communcation..
but i need you to answer this question.. what type of cable do you have?
make sure you have rs232 cable to have serial communication with the controller…
if you are using USB cable then you cannot interface that to the controller using my diagram above about the interfacing…
April 7, 2011 at 4:14 pm #5926Apuva shrivastava
Participanti understand its serial communication….
n cable which we hav is a USB to rs232 DB9….
we thot of USB to rs232 coz datacable of mobile phone has USB at its 1 end and othr end fr connecting to mobile’s port…
here m sending the images of 2 cables we r thinking to connect…!!
wysiwyg_imageupload:967:height=127,width=127
wysiwyg_imageupload:datacable for mobile…:height=145,width=192wysiwyg_imageupload:966:height=115,width=154
frst 1 is data cable for mobile…its USB end connected to….ths USB to 232 cable..
is it wrong..??
April 7, 2011 at 9:17 pm #5927romel emperado
Participantyeah! its possible but i havent tried it yet. but the concept is the same..
let me know your progress.
http://www.societyofrobots.com/microcontroller_uart.shtml
http://makecircuits.com/blog/2009-03-23-usb-to-rs232-using-atmel-attiny2313-or-atmega8.html
April 8, 2011 at 6:03 am #5928dagakshay
Participanthello apuva,
the pics you have shown above cable 1 is connect the mobile(your device) to PC(host) via USB… so the procols will be follwed as USB one… now in pic 2 ys have shown USB to serial converter… the USB side must be connced to HOST and the serial DB9 pin on the device side…. you cannot connet it in reverse way…
i never tried but i studied a little bit in USB so i can say that….
-
AuthorPosts
- You must be logged in to reply to this topic.