Home › Forums › Forums › Technical Support for BerryGPS and BerryGPS-IMU › Berrygps-imu v3 not getting a primary fix
Tagged: BerryGPS-IMU, fix, gps, raspberry pi 3, v3
- This topic has 24 replies, 2 voices, and was last updated 3 years, 6 months ago by fox6288.
- AuthorPosts
- May 27, 2020 at 2:17 pm #15833Mark WilliamsKeymaster
good luck!
Mark --OzzMaker.com --
May 27, 2020 at 2:42 pm #15834fox6288ParticipantAll was good and I went ahead to the ‘Viewing Meaningful GPS Data’ part. I followed all of the instructions and it came up with this. What does it mean?
Attachments:
May 27, 2020 at 3:15 pm #15836Mark WilliamsKeymastercan you kill GPSD
sudo killall gpsd
and the use minicom to view the data
minicom -b 9600 -o -D /dev/serial0
What do you see in minicom?
Mark --OzzMaker.com --
May 27, 2020 at 3:45 pm #15837fox6288ParticipantIt looks like this
May 27, 2020 at 3:51 pm #15839Mark WilliamsKeymasterthats good. at least the GPS module is now working.
try running this;
gpsmon /dev/serial
Mark --OzzMaker.com --
May 27, 2020 at 3:55 pm #15840fox6288ParticipantAnd the response was this
Attachments:
May 27, 2020 at 3:59 pm #15842Mark WilliamsKeymasterim sorry.. it should have been
gpsmon /dev/serial0
Mark --OzzMaker.com --
May 27, 2020 at 4:04 pm #15843fox6288ParticipantLol. Not much better.
Attachments:
May 27, 2020 at 4:07 pm #15845Mark WilliamsKeymasterKill GPSD first
sudo killall gpsd
then try again;
gpsmon /dev/serial0Mark --OzzMaker.com --
May 27, 2020 at 4:24 pm #15846fox6288ParticipantIt says it didn’t find the process, yet the gps is still going
- AuthorPosts
- You must be logged in to reply to this topic.