EmbeddedRelated.com
Forums
Memfault Beyond the Launch

Interfacing a pic18f2520 microcontroller with a cell phone

Started by Lusweti November 5, 2008
Hi,

I'm Lusweti. I am working on a project where i have a PIC18F2520
microcontroller taking readings from some sensors and displays them on a
2*8 LCD screen. I need it to further send these readings directly to a cell
phone via usb interface. I am designing software to enable the phone to
send these data to a website once it receives it.

Now the problem is on how to build an interface betwen the microcontroller
and the phone. Is there a way this is possible? Any information will be
greatly appreciated.

Please inform me as soon as possible.

Thak you.


On Nov 6, 1:14=A0am, "Lusweti" <klusw...@gmail.com> wrote:
> Hi, > > I'm Lusweti. I am working on a project where i have a PIC18F2520 > microcontroller taking readings from some sensors and displays them on a > 2*8 LCD screen. I need it to further send these readings directly to a ce=
ll
> phone via usb interface. I am designing software to enable the phone to > send these data to a website once it receives it. > > Now the problem is on how to build an interface betwen the microcontrolle=
r
> and the phone. Is there a way this is possible? Any information will be > greatly appreciated. > > Please inform me as soon as possible. > > Thak you.
Hmm, that reminds me my old school days. Have a look at www.powercell.cjb.n= et where i have my project. I hop eit can provide you some good starting points. Infact we did the same thing;-) cheers, ali
On Nov 6, 5:21 am, Ali <abdulra...@gmail.com> wrote:
> On Nov 6, 1:14 am, "Lusweti" <klusw...@gmail.com> wrote: > > > Hi, > > > I'm Lusweti. I am working on a project where i have a PIC18F2520 > > microcontroller taking readings from some sensors and displays them on a > > 2*8 LCD screen. I need it to further send these readings directly to a cell > > phone via usb interface. I am designing software to enable the phone to > > send these data to a website once it receives it. > > > Now the problem is on how to build an interface betwen the microcontroller > > and the phone. Is there a way this is possible? Any information will be > > greatly appreciated. > > > Please inform me as soon as possible. > > > Thak you. > > Hmm, that reminds me my old school days. Have a look atwww.powercell.cjb.net > where i have my project. I hop eit can provide you some good starting > points. Infact we did the same thing;-) > > cheers, > ali
Hey, thanks a great deal. It sure is of help. Lusweti
>I'm Lusweti. I am working on a project where i have a PIC18F2520 >microcontroller taking readings from some sensors and displays them on a >2*8 LCD screen. I need it to further send these readings directly to a cell >phone via usb interface. I am designing software to enable the phone to >send these data to a website once it receives it.
My project used my cellphone's serial port. Much easier: just use the PIC's UART. Most cellphones are not USB native: the cable has an RS232 to USB adapter. If you're forced to use USB, you'll have to write host mode code since the phone's a device (kinda master/slave). Circuit Cellar had articles on the PIC USB devices recently. See http://www.circuitcellar.com/usb/ http://www.lvr.com/usb.htm http://www.circuitcellar.com/library/print/0803/Eady-157/index.htm

Memfault Beyond the Launch