You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon @loginov-rocks
I'm trying to run the library with an example for the neo-6m module.
But nothing is output to the serial port.
Please tell me, have you tried running the library with such an ancient and godforsaken module as NEO-6M?
Perhaps the problem is related to the NEO-6M module itself, but perhaps also to the version of the UBX protocol in it ... perhaps the version is outdated, the module shows through the u-center software 7.03 (45969).
First, I configure the module through the u-center at 5 Hz (tried it at 10 Hz).
Although according to the datasheet for NEO-6M
up to 1 Hz is possible and the y-center highlights the field in red, in the binary console there is a noticeable change in the output speed, but on the module itself the red LED always blinks with the same frequency - 1 Hz.
I also disabled all NMEA and UBX messages and enabled only three: VEDNED, POSLLH, SOL.
Compile OK
There is peace and quiet in the port ...
None of the existing libraries want to work with this module.
I can only read data from the module using a self-written parser, but the parser has a drawback - it does not work if a delay is added to the parser code, even 10 ms, and the messages are no longer parsed.
Therefore, I want to make the module work with normal UBX parsing libraries.
The text was updated successfully, but these errors were encountered:
Good afternoon @loginov-rocks
I'm trying to run the library with an example for the neo-6m module.
But nothing is output to the serial port.
Please tell me, have you tried running the library with such an ancient and godforsaken module as
NEO-6M
?Perhaps the problem is related to the
NEO-6M
module itself, but perhaps also to the version of theUBX
protocol in it ... perhaps the version is outdated, the module shows through theu-center
software7.03 (45969)
.First, I configure the module through the u-center at
5 Hz
(tried it at10 Hz
).Although according to the datasheet for
NEO-6M
up to
1 Hz
is possible and the y-center highlights the field in red, in thebinary console
there is a noticeable change in the output speed, but on the module itself the redLED
always blinks with the same frequency -1 Hz
.I also disabled all
NMEA
andUBX
messages and enabled only three:VEDNED
,POSLLH
,SOL
.Code, upload to
stm32f411
Compile OK
There is peace and quiet in the port ...
None of the existing libraries want to work with this module.
I can only read data from the module using a self-written parser, but the parser has a drawback - it does not work if a delay is added to the parser code, even
10 ms
, and the messages are no longer parsed.Therefore, I want to make the module work with normal
UBX
parsing libraries.The text was updated successfully, but these errors were encountered: