Lora-net / sx1302_hal

SX1302/SX1303 Hardware Abstraction Layer and Tools (packet forwarder...)
Other
219 stars 271 forks source link

Issue with gps sync on sx1302 : ERROR: UBX message is not supported #119

Closed n3bojs4 closed 2 months ago

n3bojs4 commented 2 months ago

Hello,

I am trying to get working the gps of my sx1302 : https://www.elecrow.com/lr1302-868m-915m-lorawan-hat-for-rpi-sx1302-long-range-module-support-rpi-1-2-3-4-5-series.html

i put DEBUG_GPS= 1 into libloragw/library.cfg for debugging and i have these messages :

Warning: aberrant UTC value for synchronization Warning: 3 successive aberrant sync attempts, sync reset ERROR: UBX message is not supported (01 01) ERROR: UBX message is not supported (01 11) ERROR: UBX message is not supported (01 04) ERROR: UBX message is not supported (01 06) NOTE: NAV-TIMEGPS

Can we patch this to work ? Thanks for your help !

Regards.