-
Hello there,
I am using Ublox M8p receiver and once I converted ubx data to Rinex using RTKCONV, It provides SNR to nearest integer. I need SNR values at least 2nd decimal place (For GNSS reflectom…
-
I always get error:no double-differenced residual.and the solution sometimes single never got float or fix.
I use ublox NEO-M8T as base, sony CXD5603 as rover,
ublox output ublox raw data and sony …
-
**Describe the bug**
build fail
**To Reproduce**
On foxy :
bart@ubuntu:~$ mkdir gps_ws
bart@ubuntu:~$ cd gps_ws/
bart@ubuntu:~/gps_ws$ mkdir src
bart@ubuntu:~/gps_ws$ cd src
bart@ubuntu:~/…
-
**Is your enhancement proposal related to a problem? Please describe.**
Yes, we need to receive UBLOX messages from UBX-NEO-M8 GNSS device, and UBLOX messages are not terminated by a delimiter, but r…
-
## Background
OS: Mac OS Sonoma 14.5
IDE: Arduino IDE
BOARD SETTING: Discovery
VARIANT SETTING: STM32WB5MM-DK
OPTIMISATION: None
C RUNTIME LIBRARY: Newlib Nano (default)
UPLOAD METHOD: SWD
…
-
See example code (and great analysis) here: https://github.com/StuartsProjects/GPSTutorial
N.B. some modules from other brands still use uBlox modules, like the BN220, which apparently uses uBlox M…
TD-er updated
3 years ago
-
Hi,
when I use this ublox driver to collect data from ublox EVK-M8T using the mini-USB port, I get the error as following
![error](https://user-images.githubusercontent.com/24927996/32602836-979873…
-
```
What steps will reproduce the problem?
1. Load ArduPlane 2.5 (or current git version)
2. Observe that GPS location and satellite count never get updated
3.
What is the expected output? What do yo…
-
```
What steps will reproduce the problem?
1. Load ArduPlane 2.5 (or current git version)
2. Observe that GPS location and satellite count never get updated
3.
What is the expected output? What do yo…
-
https://github.com/GAVLab/ublox/blob/22de15b9ca240b4c60495388b292bbecc7a4c601/src/ublox.cpp#L1488
This will fail for packets bigger than 255 bytes.
EDIT: Even worse it will dead-lock.