alfre
Posts: 2
Joined: Tue Jun 07, 2016 4:18 am

Communications interfaces in Raspberry pi 3

Tue Jun 07, 2016 4:38 am

Hello everyone!

I want to connect my RaspPi 3 with a GPS (NEO-6M) and a GPRS (SIM800L) module. I have looked the datasheets of them and i founded that the GPS module supports UART, SPI and DDC (I2C compilant), and the GPRS module supports I2C. Where can i find what communications supports the Raspi 3's GPIO in order to look if i can connect it with these modules?



Sorry for my poor english.

Thanks!

User avatar
topguy
Posts: 6466
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: Communications interfaces in Raspberry pi 3

Tue Jun 07, 2016 11:10 am


User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13009
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Communications interfaces in Raspberry pi 3

Tue Jun 07, 2016 11:12 am

A PI supports all of them, UART, SPI (with two chip-selects selects) and I2C.

mfa298
Posts: 1387
Joined: Tue Apr 22, 2014 11:18 am

Re: Communications interfaces in Raspberry pi 3

Tue Jun 07, 2016 11:35 am

A couple of things to note:

If you've bought a module on a board from the likes of eBay not all interfaces may be exposed. I've some neo-6m modules that only has the uart interface module on the chip exposed on the board.

The I2C interface on the Pi may not be compatible with the GPS as the Ublox uses clock stretching which at least some (and possibly all) the pi models have issues with that.

Lastly you've not said what this is for, depending on your project there may be some boards available that do some of what you want.

alfre
Posts: 2
Joined: Tue Jun 07, 2016 4:18 am

Re: Communications interfaces in Raspberry pi 3

Wed Jun 08, 2016 12:57 am

Thanks for the replies!

I want to do a GPS tracker for an university project, i thought to use this modules with the Pi 3:

GPS:
http://articulo.mercadolibre.com.ar/MLA ... estionText

GPRS:
http://articulo.mercadolibre.com.ar/MLA ... estionText

It's true that i am only looking the modules' datasheets and i need to look what interfaces implements the boards. Any idea where to look this?

DavidGMX
Posts: 9
Joined: Sun Jun 19, 2016 2:30 pm

Re: Communications interfaces in Raspberry pi 3

Wed Jul 06, 2016 9:33 am

Hi,all

There is a cheap but powerful Lora/GPS HAT for your projects,you can get the example about "Getting GPS to work on a Raspberry Pi" from this link: http://wiki.dragino.com/index.php?title ... spberry_Pi

Image

You can also get the solution about 'how to get the GPS started with the RPi 3 ' there.
Hope it help to the people who need it!

Cheers!

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Communications interfaces in Raspberry pi 3

Wed Jul 06, 2016 10:16 am

Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

MainStain
Posts: 2
Joined: Mon Jul 25, 2016 7:42 am

Re: Communications interfaces in Raspberry pi 3

Mon Jul 25, 2016 8:15 am

Hello, I'm also interested in this topic as i have sim800L and raspberry pi readily available.
I want to use a raspberry pi to send text message to my phone, of information from a sensor that is also connected to the pi.

Thanks in advance

Return to “General discussion”