Page 1 of 1

LS20031 + Raspberry PI

Posted: Tue Dec 22, 2015 1:54 pm
by jb63
I managed to get the LS20031 to work with an UNO R3 board. Now, the next challenge is to repeat that with an RPI2. Most tutorials I've found talk about going through a USB interface. However, I wanted to 'talk' to the GPS module when it's connected DIRECTLY to the RPI GPIO. ANyone tried this and could shed some light?

Re: LS20031 + Raspberry PI

Posted: Tue Jan 05, 2016 11:37 am
by MonsterBot
Raspberry Pi has GPIO library that you can use to access the pins. There's a Python library and also some for C.
https://pypi.python.org/pypi/RPi.GPIO
http://www.airspayce.com/mikem/bcm2835/