Stefal
Stefal
This feature is a work in progress in the branch https://github.com/Stefal/rtkbase/tree/detect_button Sadly it doesn't work when server.py is launched with a systemd service because https://github.com/Stefal/rtkbase/blob/2e939c89f12d5bac538716947c29b4d74bcbb0a7/tools/install.sh#L397 fails when it is called...
On a Pi 4 with the beta 64 bit Raspberry Os, a usb gnss receiver is only detected after a reboot. We need to investigate (dialout membership?) Some python modules...
> On a Pi 4 with the beta 64 bit Raspberry Os, a usb gnss receiver is only detected after a reboot. We need to investigate (dialout membership?) -Fresh Raspi...
pystemd prebuilt wheel is not needed anymore since the 0.8.0 release
Nothing wrong on my side with your gnss base station: 
I just made a quick test with rtk2go and everything seems ok:  result on http://monitor.use-snip.com/?hostUrl=rtk2go.com&port=2101: 
Hi! So your problem is that `apt-get install gpsd -y` overwrite the gpsd release you compiled from the source?
Ok. I should find a way to check if there is an already installed gpsd release > v3.22 before installing it. As RTKBase doesn't need an up to date gpsd...
Thanks for the information. I'll take a look when I will have some time.
I can reproduce the problem when using a clean Raspberry Pi os lite buster and `sudo ./install.sh --all`. ``` pi@raspberrypi:~ $ gpsd -V Illegal instruction pi@raspberrypi:~ $ apt-cache policy gpsd...