Hello! I have a VK-162 G-Mouse RoHS IPX6 USB GPS receiver that I’m trying to use with my Raspberry Pi 3. I’m having some trouble getting it to work. These are the commands I found to set it up in Linux:
What application container are you deploying? Looks like the container you are using doesn’t have systemd installed (maybe it uses another mechanism to manage services, which depends on the distro). You can either use another base image, or find the right way to start gpsd on the system that you currently have
I’m using balenalib/raspberrypi3-debian:stretch which I need in order for some other things to work. I’ll try to look for the right way to start it on Debian.
There seems to be something that keeps from establishing the connection with the GPS even though it is already connected. I’m using the gps3 Python library to try to get the GPS readings.
gpsd /dev/ttyACM0 -F /var/run/gpsd.sock didn’t output anything. However if I run cat /dev/ttyACM0 I do get the NMEA strings so I know the RPi is receiving data from the GPS.