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.

best protocol to interface GPS, GSM, Memory chip to PIC?

Status
Not open for further replies.

Gokul_India

Junior Member level 2
Joined
Apr 1, 2011
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Coimbatore, India
Activity points
1,463
Which is the best protocol(like SPI, I2C,USART,etc..) to interface


1) GSM module
2) GPS module
3) Memory chip


to a PIC(16f877a) Microcontroller......??? why?? Give the reasons to plsss!!
 

GSM use protocol AT Command. GPS use protocol NMEA 0183. Both based on UART.
If you want, you can use PIC to interface UART and convert to SPI. Then both GSM and GPS can interface to main PIC using SPI.
 

GSM use protocol AT Command

AT commands are not protocol.... modem uses serial communication protocol. there are other protocols used in GPS other than NMEA.. Not all GPS supports NMEA..

the other GPS related protocols are SIRF, TSIP (Trimble Standard Interface Protocol), TAIP Trimble ASCII Interface Protocol......
 

spi is better if you require high speed and if you require acknowledgement mechanism at that time you also use i2c protocol ..............

---------- Post added at 14:27 ---------- Previous post was at 14:24 ----------

spi is better for higher speed and if you require acknowledgement at that time use I2C protocol................

---------- Post added at 14:29 ---------- Previous post was at 14:27 ----------

spi is better for higher speed if you require ack. at that time use I2C protocol.......................
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top