Replies: 1 comment 4 replies
-
Hi @szilvasyz So, as you're aware, the offiical NMEA 4.0 talker ID for the Beidou constellation is "GB" - "BD" is a legacy code which is effectively obsolete, but it would be perfectly possible to add support for it and I'm happy to do so. Assuming the messages are otherwise standard, this would require a simple change to the It would greatly assist me if you could send me a binary dump of the output of one of your cheap Chinese GNSS module containing these "BD" sentences - none of the receivers I have output it. If you don't want to post it publicly in this Discussion, you can send it to me directly at semuadmin@semuconsulting.com. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am helping in an Arduino project for one of my friends. We use GPS/GNSS modules in this project and I found this amazing software for PC for diagnosing the output of modules.
Some of our cheap chinese GNSS modules seem sending information on BeiDou satellites with BDGSV sentences instead of the common (or standard?) GBGSV sentences. Simply said they use the talker ID "BD" of BeiDou positioning system. The uncommon NMEA sentences even not appear in the console window, they only can be observed using a regular serial port monitor.
Due to the weird messages, there could be appear a very strange state in the number of satellites: more satellites are active than followed. Is there any possibility to make PyGPSClient know that talker ID "BD" is a synonym of "GB" to handle them identically?
Thank you for answering in advance.
Beta Was this translation helpful? Give feedback.
All reactions