Stefal

Results 167 comments of 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: ![image](https://user-images.githubusercontent.com/8255984/149668556-b25c1ab0-e1c7-430c-b171-e45285ae855f.png)

I just made a quick test with rtk2go and everything seems ok: ![image](https://user-images.githubusercontent.com/8255984/153496698-cf8f9f8e-6ccd-4d51-9dc1-feb088226686.png) result on http://monitor.use-snip.com/?hostUrl=rtk2go.com&port=2101: ![image](https://user-images.githubusercontent.com/8255984/153496575-d17448f9-3b93-4916-86fe-c13e776efc5f.png)

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...