The BR1 Mini 5G does not have it’s own GPS antenna. To substitute, I have NMEA 0183 data being sent over UDP from a reliable NMEA datasource, I can capture this on the network.
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on enp6s18, link-type EN10MB (Ethernet), snapshot length 262144 bytes
11:09:23.944093 IP 192.168.50.11.46055 > 192.168.50.255.2000: UDP, length 37
E..A$.@[email protected].$GPGLL,3358.0076,N,08419.4238,W,,A*3D
11:09:24.158410 IP 192.168.50.11.46055 > 192.168.50.255.2000: UDP, length 37
E..A$$@[email protected].$GPGLL,3358.0076,N,08419.4247,W,,A*35
11:09:24.158544 IP 192.168.50.11.46055 > 192.168.50.255.2000: UDP, length 15
E..+$%@[email protected].........$IIZDA,,,,,,*5F...
11:09:24.943273 IP 192.168.50.11.46055 > 192.168.50.255.2000: UDP, length 37
E..A$a@.@./...2...2......-_.$GPGLL,3358.0074,N,08419.4247,W,,A*37
11:09:25.155667 IP 192.168.50.11.46055 > 192.168.50.255.2000: UDP, length 37
E..A$n@.@./...2...2......-_.$GPGLL,3358.0074,N,08419.4247,W,,A*37
I have my Peplink MAX BR1 Mini 5G configured to receive GPS using
However I do not see any sign of GPS data, nor any logging nor status information.
I tried the Peplink API for info.location and received
{
"stat": "ok",
"response": {
"gps": false
}
}
Can anyone suggest troubleshooting steps on how to configure the GPS Receiver?
Thank you.



