Setup Tilt Survey using SparkFun GNSS Flex pHAT - ZED-X20P & IM19 IMU #221
-
|
Title shows GNSS hardware I'm using for a rover. Here's more detail: PyGPSClient 1.5.18 I'm running a base station with a similar device, except no IMU, which is running NTRIP CASTER. The rover is running NTRIP Client connected over my LAN. I configured the X20P UART1 and UART2 to run at 460800 baud. I'm getting a solid RTL fix. I tried using the TTY Preset Feyman IM19 Tilt Survey Setup. Nothing seems to be happening. I will update the geometry specified in the preset after I get things working. I read that I need to enable GNGGA, GNRMC, and GNGST, but I don't know how to do that. I see RMC messages, but not the other two. Maybe that's all I'm missing. How do I enable the required messages? Are there other UBX configuration items I should set? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
I'm a little confused - are you trying to apply tilt compensation on a rover or on a base station? Can you clarify exactly what it is you're trying to achieve and what you're expecting to see?
Where specifically did you read that (link?), and what was the context? GGA and RMC should be enabled by default. GST is a specialised pseudorange noise statistic message that would need to be explicitly enabled. The Feyman IMU initialisation procedure is fairly convoluted - you're best referring to the manufacturer or retailer for details (Sparkfun have useful tutorials here and here) - but in essence it involves:
On the X20P, enabling or disabling specific NMEA or UBX messages is done via the UBX Configuration CFG-VALSET/DEL/GET panel. You have to choose the appropriate port e.g. UART1 or USB, depending on how you're connected to the device, e.g:
If you can clarify your objective here I may be able to provide further guidance. |
Beta Was this translation helpful? Give feedback.



I'm happy to help with general PyGPSClient issues but I'm not really in a position to assist with the Feyman setup - the Sparkfun Community Forum is by far your best resource here (FYI I did work quite closely with Sparkfun product specialists in developing the necessary TTY command and IMU monitoring functionality, so I'm reasonably confident it works but - as I say - I do recall it being a fairly complex process).
You're on the right trac…