Hi everybody,
I use a SparkX combo-board and I don’t see RMX PMP messages in the u- center if I connect the USB for Neo D9S.
I use the u-blox L1/L2 antenna. as far as i understand to see the RMX PMP encrypted datas no PP key is needed. I have a L Band Point Perfect Abo and putted the keys in the IDE code
If a go to use an ESP board i get the position, but not fixed only 3D.
This ist my programm
Use the NEO-D9S L-Band receiver to provide corrections to a ZED-F9x via UBX-RXM-PMP messages
By: SparkFun Electronics / Paul Clark
Based on original code by: u-blox AG / Michael Ammann v3 updates: Decembe 22nd, 2022
License: MIT. See license file for more information.
This example shows how to obtain SPARTN correction data from a NEO-D9S L-Band receiver and push it over I2C to a ZED-F9x.
This is a proof of concept to show how the UBX-RXM-PMP corrections control the accuracy.
If you are using the SparkFun Combo Board (SPX-20167), the correction data is transferred from the NEO to the ZED via UART2.
You don’t need to push it over I2C. Doing so just gives the ZED twice as many correction messages.
Uncomment the “#define noPush” below to disable the I2C push.
You will need a Thingstream PointPerfect account to be able to access the SPARTN Credentials (L-Band or L-Band + IP Dynamic Keys).
Copy and paste the Current Key and Next Key into secrets.h.
Feel like supporting open source hardware?
Buy a board from SparkFun!
ZED-F9P RTK2: https://www.sparkfun.com/products/16481
NEO-D9S:
https://www.sparkfun.com/products/19390
Combo Board: https: //www.sparkfun.com/products/20167
Hardware Connections:
Use Qwiic cables to connect the NEO-D9S and ZED-F9x GNSS to your board
If you don’t have a platform with a Qwiic connection use the SparkFun Qwiic Breadboard Jumper (https: //www.sparkfun.com/products (4425)
Open the serial monitor at 115200 baud to see the output
*/
#define noPush // Uncomment this line to disable pushing the correction data over I2C. Useful for the combo board which uses UART2 instead.
I have uncommented no Push and use the frequency for EU.
What do I wrong? can someone help me? Which additionally information are needed for you?
Thanks in advance
Bernhard