GavynSykes
Posts: 4
Joined: Thu Apr 07, 2016 6:11 pm

Microstack GPS problem

Thu Apr 07, 2016 6:17 pm

Hi guys.

I bought a Raspberry Pi 3 Model B, a microstack baseboard and a microstack GPS.

I followed the instructions written in the official documentation but I can't connect to the GPS.

Basically, the GPS led flashes so it means it has find a gps fix, but I can't see any data from the PI.

For example, if I try "cat /dev/ttyAMA0" i get always nothing. I already used raspi-config to disable kernel serial and to enable i2c and spi.

Also if I try "stty -F /dev/ttyAMA0 ispeed 4800 && cat </dev/ttyAMA0" I get an error.

Anyone has any advice, please?

Or maybe these modules are not compatible with Pi 3?

Thanks a lot!

Marco

izzycm
Posts: 9
Joined: Wed Apr 13, 2016 10:02 am

Re: Microstack GPS problem

Thu Apr 21, 2016 8:30 pm

Im having this same issue, I'll be looking into it for the next few days, if I find something i'll let you know

GavynSykes
Posts: 4
Joined: Thu Apr 07, 2016 6:11 pm

Re: Microstack GPS problem

Thu Apr 21, 2016 9:31 pm

thanks a lot!

i can't go any further...

User avatar
Douglas6
Posts: 4860
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Microstack GPS problem

Thu Apr 21, 2016 10:27 pm

Have you tried ttyS0 instead of ttyAMA0?

GavynSykes
Posts: 4
Joined: Thu Apr 07, 2016 6:11 pm

Re: Microstack GPS problem

Fri Apr 22, 2016 11:43 am

Yes.

I tried also with a different board, a Raspberry Pi GPS HAT. The behaviour is the same: I got a gps fix from the led on the board, but I'm not able to communicate with the board in any way.

Maybe it's something related to the version 3 of the Pi? But the last gps board supports Pi 3.

I tried to reinstall raspbian, tried different configurations, I don't have any clue on how to resolve this issue...

Stingray13
Posts: 1
Joined: Wed Jun 22, 2016 6:51 pm

Re: Microstack GPS problem

Thu Jun 23, 2016 5:54 pm

I'm having the same problem!
Have tried numerous scripts, patches and tricks! None have worked!

Are we missing something here???

GavynSykes
Posts: 4
Joined: Thu Apr 07, 2016 6:11 pm

Re: Microstack GPS problem

Tue Jun 28, 2016 8:46 am

I finally found a solution:

On the Pi 3, there are more steps to use serial, you have to disable the BT.

Edit config file:

sudo nano /boot/config.txt

Add this at the bottom:

dtoverlay=pi3-disable-bt-overlay

Then run this:

sudo systemctl disable hciuart

Return to “HATs and other add-ons”