-
Notifications
You must be signed in to change notification settings - Fork 32
getMeasurementRate() returns inconsistent values #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Ozan (@ozankilic7 ), You haven't shared enough of your code for me to replicate your issue. What type is There are two ways to call
I don't have a SAM-M10Q here. Below is what I see on the MAX-M10S - almost the same module. The code is running on an ESP32 Thing Plus C, connected to UART1. I suspect the error is in your Be careful with your constellations and baud rate. The SAM-M10Q will run at 20Hz, but only when tracking GPS + GAL in High Performance mode - configuration required. With all four constellations enabled, in default mode, 4Hz is the fastest you can go.
Closing... Please reopen if you need more help with this. Best wishes, |
Hello,
I have been trying to use getMeasurementRate() verify the configuration of a SAM-M10Q module on a custom board. However, it returns "16329" value repeatedly when it pushes the data rate command. The command is pushed right after the module is powered on. I have no valid position due to no satellite coverage. I think that explains the initial "0" value.
After 50+ tries it actually returns expected value. (Still no valid position) Not sure what it could be related to.
Here is the part I request the data rate:
Your workbench
It is wired to ESP32 via UART.
Steps to reproduce
Immediately after connecting SAM-M10Q via UART serial, request the measurement rate with getMeasurementRate() .
The text was updated successfully, but these errors were encountered: