Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Higher datarate. Fix for CRC issues #33

Merged
merged 4 commits into from
Jul 15, 2019
Merged

Higher datarate. Fix for CRC issues #33

merged 4 commits into from
Jul 15, 2019

Conversation

nseidle
Copy link
Member

@nseidle nseidle commented Jul 15, 2019

A variety of changes:

  • Add ignore of transactions that start with 0x7F. See issue checkUbloxI2C() should return 0xFF #26.
  • Add getMilliseconds() and getNanoseconds()
  • Add example 16 showing regular readings up to 10Hz without fail

nseidle added 4 commits July 14, 2019 12:58
We now throw out incoming transfers that start with 0x7F. This commit also increases the RAM footprint by 64 bytes so that we can correctly deal with the 92 byte response of the PVT inquiry.
@nseidle nseidle merged commit 2a8f45d into master Jul 15, 2019
@nseidle
Copy link
Member Author

nseidle commented Jul 15, 2019

Ah, and we increased the payload packet size from 64 bytes to 128. The parts of PVT that fell after 64 bytes (headingOfMotion and pDOP) were probably not valid before this commit.

@nseidle nseidle deleted the higherDatarate branch October 8, 2019 02:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant