GPS not working
Posted: Thu Jul 28, 2016 1:19 am
Forgive me I'm kind of new to all this but I can't seem to get my GPS to connect or pick up any coordinates.
My particular GPS dongle is "Diymall Vk-172" and it uses a "ublox 7020 chip"
The commands i've run are
Running: In the terminal tells me that the device is located at "/dev/ttyACM0"
Then I run:
Usually running "cgps" gives me nothing at all. "Status: NO FIX" and it never timesout it just keeps running.
Although while typing this; I tested it and it gave me a "Time" and "Time offset" for the first time, but no other information.
I thought maybe it could be that i'm not getting signal but i've tried it in a different part of my house near a window and figured that would at least give me something and it didn't. I can't even get any of the lights on the dongle to turn on.
I've been looking for answers everywhere and haven't been able to get it to work at all.
Any suggestions?
My particular GPS dongle is "Diymall Vk-172" and it uses a "ublox 7020 chip"
The commands i've run are
Code: Select all
sudo apt-get install gpsdCode: Select all
sudo apt-get install gpsd-clientsCode: Select all
dmesg | tail -n 20Then I run:
Code: Select all
sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sockAlthough while typing this; I tested it and it gave me a "Time" and "Time offset" for the first time, but no other information.
I thought maybe it could be that i'm not getting signal but i've tried it in a different part of my house near a window and figured that would at least give me something and it didn't. I can't even get any of the lights on the dongle to turn on.
I've been looking for answers everywhere and haven't been able to get it to work at all.
Any suggestions?