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
The U-Blox manual mentions anti-jamming features. Can they be integrated into the Zen firmware.
This may be important for data collectors in Ukraine.
Connect with Pavlo for additional information.
To retrieve spoofing and jamming from UBX protocol: Spoofing: 32.18.20 UBX-NAV-STATUS (0x01 0x03) Receiver Navigation Status
Offset 7 uint8_t flags2 bits[4:3] spoofDetState 0: Unknown or deactivated; 1: No spoofing indicated; 2: Spoofing indicated; 3: Multiple spoofing indications
Note that the spoofing state value only reflects the detector state for the current navigation epoch. As spoofing can
be detected most easily at the transition from real signal to spoofing signal, this is also where the detector is
triggered the most. I.e. a value of 1 - No spoofing indicated does not mean that the receiver is not spoofed, it
simply states that the detector was not triggered in this epoch. Jamming: 32.17.4 UBX-MON-HW (0x0A 0x09), Hardware Status
Offset 22 uint8_t flags bits[3:2] jammingState Jamming interference monitor: 0=unknown or disabled; 1=OK; 2=warning, fix is OK; 3=critical, no fix.
Offset 45 uint8_t jamInd CW Jamming scaled 0--255.
jammingState (offset 22) applies to both CW and broadband interference.
JamInd (offset 45) indicates the presence of a narrow band (CW) signal that causes the receiver front-end automatic gain control (AGC) to reduce the input gain, thus desensitizing the input. It is not necessarily malicious, it may simply be the proximity of a powerful transmitter. To "calibrate" the jamming threshold, the device must be configured in a non-jamming environment. 32.11.14 UBX-CFG-ITFM (0x06 0x39) Jamming/Interference Monitor configuration
Configure the threshold above normal at which narrowband or broadband interference is detected in the receiver.
The U-Blox manual mentions anti-jamming features. Can they be integrated into the Zen firmware.
This may be important for data collectors in Ukraine.
Connect with Pavlo for additional information.
See Ublox manual sections...
14.2 Jamming/Interference Indicator
14.3 Jamming/Interference Monitor
15.x Spoofing Detection
The text was updated successfully, but these errors were encountered: