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.

Interfacing Nokia 6230 with 16F877

Status
Not open for further replies.

Defennder

Newbie level 3
Joined
Feb 5, 2010
Messages
4
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,291
Greetings everyone,

I'm current doing a project where I'd have to interface a Nokia 6230 with a PIC16F877 through an RS232 serial cable, without the aid of a computer. This would be done by sending AT commands through the PIC so that I may read and send SMS messages. I have tested AT commands successfully with the 6230 (using the CA-53 USB cable provided) and have managed to read and send SMS messages in text mode (6230 supports that). Now I've been Googling around and have been reading threads where others have attempted similar projects. And this is what I understand. Please let me know if I've understood it wrongly.

1. The Nokia 6230 has pinouts which are compatible with both USB and Fbus cables. According to this pinout diagram. Hence it should be possible to connect an Fbus cable to the phone whilst ignoring the USB port correct?

2. Does the Fbus cable have some standard communications protocol I must know how to decode before I can interface it with the PIC? This is what I understand from reading threads **broken link removed** on other forums. It seems as though connecting an Fbus cable (which seems to be available **broken link removed** and **broken link removed**) to the phone and treating the other end as a standard RS232 serial port won't work. If so, how do I figure out the protocol?

3. Is it necessary for me to buy the Fbus/RS232 cable? Would it possible to make them using some wires?

4. The pinout diagram above does not show any Mbus support. I have read some threads which say it's possible to send AT commands to the phone on Mbus but not Fbus cables. Is this correct?

5. I heard from my friend that it's not possible to interface the 16F877 using the USB cable because the PIC does not explicitly support USB protocol. Furthermore, even if it does the protocol of USB requires a master controller such as a computer rather than a PIC (since the handphone and PIC is treated as a USB slave). So buying a USB-to-serial converter won't help unless I use a computer as well. Is this correct?

Thank you for your time. I'm currently quite confused as to what to do next.
 
Last edited by a moderator:

Hey Defender,

Have you figured out how to connect a mobile to a uC ? I am also interested in doing this, and just like you, till know, I've found only the information that you've posted. Please post your further progress. You can also contact me at : spiriad@yahoo.com
 

pin 6 and 7 of nokia 6230 are usb D+ and usb D-.
you cannot connect this phone to micocontroller using serial communication. you develop usb communication and u need to write a driver for this. and this pic will not work. you need pic 24 or 32 series.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top