Skip to content
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

[Bug]: Gps not present/ GPS not working anymore on Faketec Node since firmware version 2.5.15 #5521

Closed
lupusworax opened this issue Dec 7, 2024 · 17 comments
Labels
bug Something isn't working cant-reproduce Can't reproduce issues

Comments

@lupusworax
Copy link

lupusworax commented Dec 7, 2024

Category

Other

Hardware

Other

Firmware Version

2.5.15.79da236

Description

Faketec Node NRF52 dev board with HT RA-62 ( new variant that finally works flawless!) Gps is not recognized anymore ( GPS not present)
Reverting back to 2.5.14 and it works again.

Relevant log output

No response

@lupusworax lupusworax added the bug Something isn't working label Dec 7, 2024
@lupusworax
Copy link
Author

This was tested on 4 builds of the exact same kind and used hardware I made with the exact same outcome as described above.

@fifieldt
Copy link
Contributor

fifieldt commented Dec 7, 2024

Can you please provide logs of the early startup, perhaps using the Serial Console on https://flasher.meshtastic.org ?

@lupusworax
Copy link
Author

Log output under 2.5.14 were everything is working normal:

All267
Info82
Debug178
Warn2
Error3
Disconnect





//\ E S H T /\ S T / C



DEBUG | ??:??:?? 4 Filesystem files:

DEBUG | ??:??:?? 4  prefs (directory)

DEBUG | ??:??:?? 4  config.proto (183 Bytes)

DEBUG | ??:??:?? 4  module.proto (95 Bytes)

DEBUG | ??:??:?? 4  channels.proto (110 Bytes)

DEBUG | ??:??:?? 4  db.proto (8447 Bytes)

DEBUG | ??:??:?? 4  adafruit (directory)

DEBUG | ??:??:?? 4  bond_prph (directory)

DEBUG | ??:??:?? 4  bond_cntr (directory)

DEBUG | ??:??:?? 4 Power::lipoInit lipo sensor is not ready yet

DEBUG | ??:??:?? 4 Use analog input 31 for battery level

INFO | ??:??:?? 4 Scan for i2c devices

DEBUG | ??:??:?? 4 Scan for I2C devices on port 1

DEBUG | ??:??:?? 4 I2C device found at address 0x3c

INFO | ??:??:?? 4 ssd1306 display found

INFO | ??:??:?? 4 ssd1306 display found

DEBUG | ??:??:?? 4 0x4 subtype probed in 2 tries

INFO | ??:??:?? 4 1 I2C devices found

DEBUG | ??:??:?? 4 acc_info = 0

INFO | ??:??:?? 4 S:B:63,2.5.14.f2ee0df0

DEBUG | ??:??:?? 4 Reset reason: 0x0

DEBUG | ??:??:?? 4 Set random seed 1018213078

INFO | ??:??:?? 4 Init NodeDB

INFO | ??:??:?? 4 Load /prefs/db.proto

INFO | ??:??:?? 4 Loaded /prefs/db.proto successfully

INFO | ??:??:?? 4 Loaded saved devicestate version 23, with nodecount: 76

INFO | ??:??:?? 4 Load /prefs/config.proto

INFO | ??:??:?? 4 Loaded /prefs/config.proto successfully

INFO | ??:??:?? 4 Loaded saved config version 23

INFO | ??:??:?? 4 Load /prefs/module.proto

INFO | ??:??:?? 4 Loaded /prefs/module.proto successfully

INFO | ??:??:?? 4 Loaded saved moduleConfig version 23

INFO | ??:??:?? 4 Load /prefs/channels.proto

INFO | ??:??:?? 4 Loaded /prefs/channels.proto successfully

INFO | ??:??:?? 4 Loaded saved channelFile version 23

DEBUG | ??:??:?? 4 cleanupMeshDB purged 0 entries

DEBUG | ??:??:?? 4 Use nodenum 0xa85826e7

DEBUG | ??:??:?? 5 Expand short PSK #1

INFO | ??:??:?? 5 Wanted region 3, using EU_868

DEBUG | ??:??:?? 5 Coerce telemetry to min of 30 minutes on defaults

DEBUG | ??:??:?? 5 Use GPIO08 for button

DEBUG | ??:??:?? 5 Use compiled/slipstreamed tzplaceholder

DEBUG | ??:??:?? 5 Set Timezone to GMT0

INFO | ??:??:?? 5 GPS power state move from OFF to ACTIVE

DEBUG | ??:??:?? 5 NeighborInfoModule is disabled

DEBUG | ??:??:?? 5 Rescan for I2C keyboard

DEBUG | ??:??:?? 5 Scan for I2C devices on port 1

DEBUG | ??:??:?? 5 Scan address 0x1f

DEBUG | ??:??:?? 5 Scan address 0x55

DEBUG | ??:??:?? 5 Scan address 0x5a

DEBUG | ??:??:?? 5 Scan address 0x5f

DEBUG | ??:??:?? 5 Keyboard Type: 0x00 Model: 0x00 Address: 0x00

INFO | ??:??:?? 5 External Notification Module Disabled

INFO | ??:??:?? 5 Turn on screen

DEBUG | ??:??:?? 5 haveGlyphs=0

DEBUG | ??:??:?? 5 haveGlyphs=0

DEBUG | ??:??:?? 5 waypoint wants a UI Frame

DEBUG | ??:??:?? 5 canned wants a UI Frame

DEBUG | ??:??:?? 5 RF95Interface(cs=45, irq=29, rst=9, busy=10)

INFO | ??:??:?? 5 Start meshradio init

INFO | ??:??:?? 5 Radio freq=869.525, config.lora.frequency_offset=0.000

INFO | ??:??:?? 5 Set radio: region=EU_868, name=LongFast, config=0, ch=0, power=27

INFO | ??:??:?? 5 myRegion->freqStart -> myRegion->freqEnd: 869.400024 -> 869.650024 (0.250000 MHz)

INFO | ??:??:?? 5 numChannels: 1 x 250.000kHz

INFO | ??:??:?? 5 channel_num: 1

INFO | ??:??:?? 5 frequency: 869.525024

INFO | ??:??:?? 5 Slot time: 77 msec

INFO | ??:??:?? 5 Set radio: final power level=20

INFO | ??:??:?? 5 RF95 init result -2

INFO | ??:??:?? 5 Frequency set to 869.525024

INFO | ??:??:?? 5 Bandwidth set to 250.000000

INFO | ??:??:?? 5 Power output set to 20

WARN | ??:??:?? 5 No RF95 radio

DEBUG | ??:??:?? 5 SX126xInterface(cs=45, irq=10, rst=9, busy=29)

DEBUG | ??:??:?? 5 SX126X_DIO3_TCXO_VOLTAGE defined, using DIO3 as TCXO reference voltage at 1.800000 V

INFO | ??:??:?? 5 Start meshradio init

INFO | ??:??:?? 5 Radio freq=869.525, config.lora.frequency_offset=0.000

INFO | ??:??:?? 5 Set radio: region=EU_868, name=LongFast, config=0, ch=0, power=27

INFO | ??:??:?? 5 myRegion->freqStart -> myRegion->freqEnd: 869.400024 -> 869.650024 (0.250000 MHz)

INFO | ??:??:?? 5 numChannels: 1 x 250.000kHz

INFO | ??:??:?? 5 channel_num: 1

INFO | ??:??:?? 5 frequency: 869.525024

INFO | ??:??:?? 5 Slot time: 77 msec

INFO | ??:??:?? 5 Set radio: final power level=22

INFO | ??:??:?? 5 SX126x init result 0

INFO | ??:??:?? 5 Frequency set to 869.525024

INFO | ??:??:?? 5 Bandwidth set to 250.000000

INFO | ??:??:?? 5 Power output set to 22

DEBUG | ??:??:?? 5 Current limit set to 140.000000

DEBUG | ??:??:?? 5 Current limit set result 0

DEBUG | ??:??:?? 5 Set DIO2 as RF switch, result: 0

DEBUG | ??:??:?? 5 Use MCU pin 17 as RXEN and pin -1 as TXEN to control RF switching

INFO | ??:??:?? 5 Set RX gain to boosted mode; result: 0

WARN | ??:??:?? 5 SX1262 init success, TCXO, Vref 1.800000 V

DEBUG | ??:??:?? 5 LoRA bitrate = 118.500000 bytes / sec

INFO | ??:??:?? 5 PowerFSM init, USB power=1

DEBUG | ??:??:?? 5 State: BOOT

DEBUG | ??:??:?? 5 [Power] Battery: usbPower=1, isCharging=1, batMv=4246, batPct=100

DEBUG | ??:??:?? 5 [Screen] Screen: Started...

DEBUG | ??:??:?? 5 [Screen] haveGlyphs=0

DEBUG | ??:??:?? 5 [GPS] Probe for GPS at 9600

DEBUG | ??:??:?? 5 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 6 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 6 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 7 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 7 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 8 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 8 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 9 [GPS] Trying $PCAS06,0*1B (L76K)...

INFO | ??:??:?? 9 [GPS] L76K detected, using GNSS_MODEL_MTK Module

INFO | ??:??:?? 10 [GPS] GPS power state move from ACTIVE to OFF

INFO | ??:??:?? 10 [RangeTest] Range Test Module - Disabled

DEBUG | ??:??:?? 10 [PowerFSM] Init NRF52 Bluetooth

INFO | ??:??:?? 10 [PowerFSM] Init the Bluefruit nRF52 module

INFO | ??:??:?? 10 [PowerFSM] Bluetooth pin set to '123456'

INFO | ??:??:?? 10 [PowerFSM] Init the Device Information Service

INFO | ??:??:?? 10 [PowerFSM] Init the Battery Service

INFO | ??:??:?? 10 [PowerFSM] Init the Mesh bluetooth service

INFO | ??:??:?? 10 [PowerFSM] Set up the advertising payload(s)

INFO | ??:??:?? 10 [PowerFSM] Advertise

INFO | ??:??:?? 10 [Screen] Done with boot screen

DEBUG | ??:??:?? 10 [Screen] Show standard frames

DEBUG | ??:??:?? 10 [Screen] Show 0 module frames

DEBUG | ??:??:?? 10 [Screen] Total frame count: 83

DEBUG | ??:??:?? 10 [Screen] Added modules. numframes: 0

DEBUG | ??:??:?? 10 [Screen] Finished build frames. numframes: 7

DEBUG | ??:??:?? 25 [Power] Battery: usbPower=1, isCharging=1, batMv=4250, batPct=100

INFO | ??:??:?? 30 [PowerFSM] Turn off screen

INFO | ??:??:?? 32 [Button] User toggled GpsMode. Now ENABLED

INFO | ??:??:?? 32 [Button] GPS power state move from OFF to ACTIVE

DEBUG | ??:??:?? 32 [GPS] Publish pos@0:2, hasVal=0, Sats=0, GPSlock=0

DEBUG | ??:??:?? 32 [GPS] No GPS lock

DEBUG | ??:??:?? 32 [GPS] onGPSChanged() pos@0 time=0 lat=0 lon=0 alt=0

INFO | ??:??:?? 32 [GPS] updatePosition LOCAL pos@0 time=0 lat=0 lon=0 alt=0

DEBUG | ??:??:?? 32 [GPS] Set local position: lat=0 lon=0 time=0 timestamp=0

DEBUG | ??:??:?? 32 [GPS] Node status update: 76 online, 76 total

DEBUG | ??:??:?? 32 [GPS] Show standard frames

DEBUG | ??:??:?? 32 [GPS] Show 0 module frames

DEBUG | ??:??:?? 32 [GPS] Total frame count: 83

DEBUG | ??:??:?? 32 [GPS] Added modules. numframes: 0

DEBUG | ??:??:?? 32 [GPS] Finished build frames. numframes: 7

INFO | ??:??:?? 35 [NodeInfo] Send our nodeinfo to mesh (wantReplies=1)

INFO | ??:??:?? 35 [NodeInfo] Send owner !a85826e7/LWC FakeCAP Prototype 26e7/####

DEBUG | ??:??:?? 35 [NodeInfo] Initial packet id 1298222515

DEBUG | ??:??:?? 35 [NodeInfo] Partially randomized packet id 1807804852

DEBUG | ??:??:?? 35 [NodeInfo] Update DB node 0xa85826e7, rx_time=0

DEBUG | ??:??:?? 35 [NodeInfo] handleReceived(LOCAL) (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=4 WANTRESP priority=10)

DEBUG | ??:??:?? 35 [NodeInfo] No modules interested in portnum=4, src=LOCAL

DEBUG | ??:??:?? 35 [NodeInfo] Add packet record (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=4 WANTRESP priority=10)

DEBUG | ??:??:?? 35 [NodeInfo] Expand short PSK #1

DEBUG | ??:??:?? 35 [NodeInfo] Use AES128 key!

DEBUG | ??:??:?? 35 [NodeInfo] enqueue for send (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 35 [NodeInfo] txGood=0,txRelay=0,rxGood=0,rxBad=0

DEBUG | ??:??:?? 35 [RadioIf] Started Tx (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 35 [RadioIf] Packet TX: 1075ms

DEBUG | ??:??:?? 36 [RadioIf] Completed sending (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

ERROR | ??:??:?? 38 [RadioIf] Ignore received packet due to error=-7

DEBUG | ??:??:?? 38 [RadioIf] Packet RX (noise?) : 1075ms

DEBUG | ??:??:?? 40 [RadioIf] Lora RX (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 40 [RadioIf] Packet RX: 1058ms

DEBUG | ??:??:?? 40 [Router] Rx someone rebroadcasting for us (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 40 [Router] Didn't find pending packet

DEBUG | ??:??:?? 40 [Router] Found existing packet record for fr=0xa85826e7,to=0xffffffff,id=0x6bc0e9b4

DEBUG | ??:??:?? 40 [Router] Add packet record (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 40 [Router] Ignore dupe incoming msg (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 40 [Router] cancelSending id=0x6bc0e9b4, removed=0

DEBUG | ??:??:?? 40 [Router] Incoming msg was filtered from 0xa85826e7

DEBUG | ??:??:?? 41 [RadioIf] Lora RX (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-27 hopStart=3)

DEBUG | ??:??:?? 41 [RadioIf] Packet RX: 1075ms

DEBUG | ??:??:?? 41 [Router] Rx someone rebroadcasting for us (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-27 hopStart=3)

DEBUG | ??:??:?? 41 [Router] Didn't find pending packet

DEBUG | ??:??:?? 41 [Router] Found existing packet record for fr=0xa85826e7,to=0xffffffff,id=0x6bc0e9b4

DEBUG | ??:??:?? 41 [Router] Add packet record (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-27 hopStart=3)

DEBUG | ??:??:?? 41 [Router] Ignore dupe incoming msg (id=0x6bc0e9b4 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-27 hopStart=3)

DEBUG | ??:??:?? 41 [Router] cancelSending id=0x6bc0e9b4, removed=0

DEBUG | ??:??:?? 41 [Router] Incoming msg was filtered from 0xa85826e7

DEBUG | ??:??:?? 44 [RadioIf] Lora RX (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted rxSNR=6.75 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 44 [RadioIf] Packet RX: 608ms

DEBUG | ??:??:?? 44 [Router] Add packet record (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted rxSNR=6.75 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 44 [Router] Use channel 0 (hash 0x8)

DEBUG | ??:??:?? 44 [Router] Expand short PSK #1

DEBUG | ??:??:?? 44 [Router] Use AES128 key!

DEBUG | ??:??:?? 44 [Router] decoded message (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=3 rxSNR=6.75 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 44 [Router] handleReceived(REMOTE) (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=3 rxSNR=6.75 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 44 [Router] Module 'position' wantsPacket=1

INFO | ??:??:?? 44 [Router] Received position from=0x461c1787, id=0xc7c2cbbc, portnum=3, payloadlen=28

DEBUG | ??:??:?? 44 [Router] POSITION node=461c1787 l=28 lat=477872203 lon=137451728 msl=430 hae=0 geo=0 pdop=0 hdop=0 vdop=0 siv=0 fxq=0 fxt=0 pts=0 time=1733566380

DEBUG | ??:??:?? 44 [Router] Ignore time from mesh because we have a GPS, RTC, or Phone/NTP time source in the past day

INFO | ??:??:?? 44 [Router] updatePosition REMOTE node=0x461c1787 time=1733566380 lat=477872203 lon=137451728

DEBUG | ??:??:?? 44 [Router] Node status update: 76 online, 76 total

DEBUG | ??:??:?? 44 [Router] Module 'position' considered

DEBUG | ??:??:?? 44 [Router] Module 'routing' wantsPacket=1

INFO | ??:??:?? 44 [Router] Received routing from=0x461c1787, id=0xc7c2cbbc, portnum=3, payloadlen=28

DEBUG | ??:??:?? 44 [Router] Routing sniffing (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=3 rxSNR=6.75 rxRSSI=-23 hopStart=3)

INFO | ??:??:?? 44 [Router] Rebroadcast received floodmsg

DEBUG | ??:??:?? 44 [Router] Expand short PSK #1

DEBUG | ??:??:?? 44 [Router] Use AES128 key!

DEBUG | ??:??:?? 44 [Router] enqueue for send (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.75 rxRSSI=-23 hopStart=3 priority=64)

DEBUG | ??:??:?? 44 [Router] txGood=1,txRelay=0,rxGood=3,rxBad=1

DEBUG | ??:??:?? 44 [Router] rx_snr found. hop_limit:2 rx_snr:6.750000

DEBUG | ??:??:?? 44 [Router] rx_snr found in packet. Setting tx delay:1463

DEBUG | ??:??:?? 44 [Router] Delivering rx packet (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=3 rxSNR=6.75 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 44 [Router] Update DB node 0x461c1787, rx_time=0

DEBUG | ??:??:?? 44 [Router] Forwarding to phone (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=3 rxSNR=6.75 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 44 [Router] Module 'routing' considered

DEBUG | ??:??:?? 45 [Power] Battery: usbPower=1, isCharging=1, batMv=4248, batPct=100

ERROR | ??:??:?? 45 [RadioIf] Ignore received packet due to error=-7

DEBUG | ??:??:?? 45 [RadioIf] Packet RX (noise?) : 591ms

DEBUG | ??:??:?? 45 [RadioIf] Started Tx (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.75 rxRSSI=-23 hopStart=3 priority=64)

DEBUG | ??:??:?? 45 [RadioIf] Packet TX: 608ms

DEBUG | ??:??:?? 46 [RadioIf] Completed sending (id=0xc7c2cbbc fr=0x87 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6.75 rxRSSI=-23 hopStart=3 priority=64)

INFO | ??:??:?? 50 [DeviceTelemetry] Send: air_util_tx=0.046750, channel_utilization=10.150000, battery_level=101, voltage=4.248000, uptime=50

DEBUG | ??:??:?? 50 [DeviceTelemetry] Partially randomized packet id 895647157

DEBUG | ??:??:?? 50 [DeviceTelemetry] updateTelemetry LOCAL

DEBUG | ??:??:?? 50 [DeviceTelemetry] Node status update: 76 online, 76 total

INFO | ??:??:?? 50 [DeviceTelemetry] Send packet to mesh

DEBUG | ??:??:?? 50 [DeviceTelemetry] Update DB node 0xa85826e7, rx_time=0

DEBUG | ??:??:?? 50 [DeviceTelemetry] handleReceived(LOCAL) (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=10)

DEBUG | ??:??:?? 50 [DeviceTelemetry] No modules interested in portnum=67, src=LOCAL

DEBUG | ??:??:?? 50 [DeviceTelemetry] Add packet record (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=10)

DEBUG | ??:??:?? 50 [DeviceTelemetry] Expand short PSK #1

DEBUG | ??:??:?? 50 [DeviceTelemetry] Use AES128 key!

DEBUG | ??:??:?? 50 [DeviceTelemetry] enqueue for send (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 50 [DeviceTelemetry] txGood=2,txRelay=1,rxGood=3,rxBad=2

DEBUG | ??:??:?? 50 [DeviceTelemetry] Use channel 0 (hash 0x8)

DEBUG | ??:??:?? 50 [DeviceTelemetry] Expand short PSK #1

DEBUG | ??:??:?? 50 [DeviceTelemetry] Use AES128 key!

DEBUG | ??:??:?? 50 [DeviceTelemetry] decoded message (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 hopStart=3 priority=10)

DEBUG | ??:??:?? 50 [RadioIf] Started Tx (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 50 [RadioIf] Packet TX: 591ms

DEBUG | ??:??:?? 51 [RadioIf] Completed sending (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

ERROR | ??:??:?? 52 [RadioIf] Ignore received packet due to error=-7

DEBUG | ??:??:?? 52 [RadioIf] Packet RX (noise?) : 575ms

DEBUG | ??:??:?? 52 [RadioIf] Lora RX (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=5.75 rxRSSI=-28 hopStart=3)

DEBUG | ??:??:?? 52 [RadioIf] Packet RX: 591ms

DEBUG | ??:??:?? 52 [Router] Rx someone rebroadcasting for us (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=5.75 rxRSSI=-28 hopStart=3)

DEBUG | ??:??:?? 52 [Router] Didn't find pending packet

DEBUG | ??:??:?? 52 [Router] Found existing packet record for fr=0xa85826e7,to=0xffffffff,id=0x35627db5

DEBUG | ??:??:?? 52 [Router] Add packet record (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=5.75 rxRSSI=-28 hopStart=3)

DEBUG | ??:??:?? 52 [Router] Ignore dupe incoming msg (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=5.75 rxRSSI=-28 hopStart=3)

DEBUG | ??:??:?? 52 [Router] cancelSending id=0x35627db5, removed=0

DEBUG | ??:??:?? 52 [Router] Incoming msg was filtered from 0xa85826e7

DEBUG | ??:??:?? 57 [RadioIf] Lora RX (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 57 [RadioIf] Packet RX: 575ms

DEBUG | ??:??:?? 57 [Router] Rx someone rebroadcasting for us (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 57 [Router] Didn't find pending packet

DEBUG | ??:??:?? 57 [Router] Found existing packet record for fr=0xa85826e7,to=0xffffffff,id=0x35627db5

DEBUG | ??:??:?? 57 [Router] Add packet record (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 57 [Router] Ignore dupe incoming msg (id=0x35627db5 fr=0xe7 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=6.25 rxRSSI=-67 hopStart=3)

DEBUG | ??:??:?? 57 [Router] cancelSending id=0x35627db5, removed=0

DEBUG | ??:??:?? 57 [Router] Incoming msg was filtered from 0xa85826e7

INFO | ??:??:?? 59 [Screen] Turn on screen

DEBUG | ??:??:?? 65 [Power] Battery: usbPower=1, isCharging=1, batMv=4250, batPct=100

INFO | ??:??:?? 83 [PowerFSM] Turn off screen

DEBUG | ??:??:?? 85 [Power] Battery: usbPower=1, isCharging=1, batMv=4250, batPct=100

DEBUG | ??:??:?? 105 [Power] Battery: usbPower=1, isCharging=1, batMv=4252, batPct=100

INFO | ??:??:?? 107 [Screen] Turn on screen

DEBUG | ??:??:?? 125 [Power] Battery: usbPower=1, isCharging=1, batMv=4253, batPct=100

INFO | ??:??:?? 127 [PowerFSM] Turn off screen

INFO | ??:??:?? 133 [Screen] Turn on screen

INFO | ??:??:?? 134 [Button] User toggled GpsMode. Now DISABLED

INFO | ??:??:?? 134 [Button] GPS power state move from ACTIVE to OFF

DEBUG | ??:??:?? 145 [Power] Battery: usbPower=1, isCharging=1, batMv=4256, batPct=100



Powered by [▲ Vercel](https://vercel.com/?utm_source=meshtastic&utm_campaign=oss) | Meshtastic® is a registered trademark of Meshtastic LLC. | [Legal Information](https://meshtastic.org/docs/legal).

Connected

@lupusworax
Copy link
Author

lupusworax commented Dec 7, 2024

after updating to 2.5.15 or daily 2.5.16 startup is laggy and button presses are ignored, like it always is when gps is enabled and cant find it. I just realized that once its done with the first gps search and "gives up" I actually can enable and disable gps but it still cant find it anymore for some reason.

All828
Info173
Debug691
Warn48
Error2
Disconnect





//\ E S H T /\ S T / C



DEBUG | ??:??:?? 4 Filesystem files:

DEBUG | ??:??:?? 4  prefs (directory)

DEBUG | ??:??:?? 4  config.proto (183 Bytes)

DEBUG | ??:??:?? 4  module.proto (95 Bytes)

DEBUG | ??:??:?? 4  channels.proto (110 Bytes)

DEBUG | ??:??:?? 4  db.proto (8447 Bytes)

DEBUG | ??:??:?? 4  adafruit (directory)

DEBUG | ??:??:?? 4  bond_prph (directory)

DEBUG | ??:??:?? 4  bond_cntr (directory)

DEBUG | ??:??:?? 4 Power::lipoInit lipo sensor is not ready yet

DEBUG | ??:??:?? 4 Use analog input 31 for battery level

INFO | ??:??:?? 4 Scan for i2c devices

DEBUG | ??:??:?? 4 Scan for I2C devices on port 1

INFO | ??:??:?? 4 SSD1306 found at address 0x3c

INFO | ??:??:?? 4 SSD1306 found at address 0x3c

DEBUG | ??:??:?? 4 0x4 subtype probed in 2 tries

INFO | ??:??:?? 4 1 I2C devices found

DEBUG | ??:??:?? 4 acc_info = 0

INFO | ??:??:?? 4 S:B:63,2.5.15.79da2365

DEBUG | ??:??:?? 4 Reset reason: 0x0

DEBUG | ??:??:?? 4 Set random seed 3775063232

INFO | ??:??:?? 4 Init NodeDB

INFO | ??:??:?? 4 Load /prefs/db.proto

INFO | ??:??:?? 4 Loaded /prefs/db.proto successfully

INFO | ??:??:?? 4 Loaded saved devicestate version 23, with nodecount: 76

INFO | ??:??:?? 4 Load /prefs/config.proto

INFO | ??:??:?? 4 Loaded /prefs/config.proto successfully

INFO | ??:??:?? 4 Loaded saved config version 23

INFO | ??:??:?? 4 Load /prefs/module.proto

INFO | ??:??:?? 4 Loaded /prefs/module.proto successfully

INFO | ??:??:?? 4 Loaded saved moduleConfig version 23

INFO | ??:??:?? 4 Load /prefs/channels.proto

INFO | ??:??:?? 4 Loaded /prefs/channels.proto successfully

INFO | ??:??:?? 4 Loaded saved channelFile version 23

DEBUG | ??:??:?? 4 cleanupMeshDB purged 0 entries

DEBUG | ??:??:?? 4 Use nodenum 0xa85826e7

DEBUG | ??:??:?? 4 Expand short PSK #1

INFO | ??:??:?? 4 Wanted region 3, using EU_868

DEBUG | ??:??:?? 4 Coerce telemetry to min of 30 minutes on defaults

DEBUG | ??:??:?? 4 Use GPIO08 for button

DEBUG | ??:??:?? 4 Use compiled/slipstreamed tzplaceholder

DEBUG | ??:??:?? 4 Set Timezone to GMT0

INFO | ??:??:?? 4 GPS power state move from OFF to ACTIVE

DEBUG | ??:??:?? 4 NeighborInfoModule is disabled

DEBUG | ??:??:?? 4 Rescan for I2C keyboard

DEBUG | ??:??:?? 4 Scan for I2C devices on port 1

DEBUG | ??:??:?? 4 Scan address 0x1f

DEBUG | ??:??:?? 4 Scan address 0x55

DEBUG | ??:??:?? 4 Scan address 0x5a

DEBUG | ??:??:?? 4 Scan address 0x5f

INFO | ??:??:?? 4 External Notification Module Disabled

INFO | ??:??:?? 4 Turn on screen

DEBUG | ??:??:?? 4 haveGlyphs=0

DEBUG | ??:??:?? 4 haveGlyphs=0

DEBUG | ??:??:?? 4 waypoint wants a UI Frame

DEBUG | ??:??:?? 4 canned wants a UI Frame

DEBUG | ??:??:?? 4 RF95Interface(cs=45, irq=29, rst=9, busy=10)

INFO | ??:??:?? 4 Start meshradio init

INFO | ??:??:?? 4 Radio freq=869.525, config.lora.frequency_offset=0.000

INFO | ??:??:?? 4 Set radio: region=EU_868, name=LongFast, config=0, ch=0, power=27

INFO | ??:??:?? 4 myRegion->freqStart -> myRegion->freqEnd: 869.400024 -> 869.650024 (0.250000 MHz)

INFO | ??:??:?? 4 numChannels: 1 x 250.000kHz

INFO | ??:??:?? 4 channel_num: 1

INFO | ??:??:?? 4 frequency: 869.525024

INFO | ??:??:?? 4 Slot time: 77 msec

INFO | ??:??:?? 4 Set radio: final power level=20

INFO | ??:??:?? 5 RF95 init result -2

INFO | ??:??:?? 5 Frequency set to 869.525024

INFO | ??:??:?? 5 Bandwidth set to 250.000000

INFO | ??:??:?? 5 Power output set to 20

WARN | ??:??:?? 5 No RF95 radio

DEBUG | ??:??:?? 5 SX126xInterface(cs=45, irq=10, rst=9, busy=29)

DEBUG | ??:??:?? 5 SX126X_DIO3_TCXO_VOLTAGE defined, using DIO3 as TCXO reference voltage at 1.800000 V

INFO | ??:??:?? 5 Start meshradio init

INFO | ??:??:?? 5 Radio freq=869.525, config.lora.frequency_offset=0.000

INFO | ??:??:?? 5 Set radio: region=EU_868, name=LongFast, config=0, ch=0, power=27

INFO | ??:??:?? 5 myRegion->freqStart -> myRegion->freqEnd: 869.400024 -> 869.650024 (0.250000 MHz)

INFO | ??:??:?? 5 numChannels: 1 x 250.000kHz

INFO | ??:??:?? 5 channel_num: 1

INFO | ??:??:?? 5 frequency: 869.525024

INFO | ??:??:?? 5 Slot time: 77 msec

INFO | ??:??:?? 5 Set radio: final power level=22

INFO | ??:??:?? 5 SX126x init result 0

INFO | ??:??:?? 5 Frequency set to 869.525024

INFO | ??:??:?? 5 Bandwidth set to 250.000000

INFO | ??:??:?? 5 Power output set to 22

DEBUG | ??:??:?? 5 Current limit set to 140.000000

DEBUG | ??:??:?? 5 Current limit set result 0

DEBUG | ??:??:?? 5 Set DIO2 as RF switch, result: 0

DEBUG | ??:??:?? 5 Use MCU pin 17 as RXEN and pin -1 as TXEN to control RF switching

INFO | ??:??:?? 5 Set RX gain to boosted mode; result: 0

WARN | ??:??:?? 5 SX1262 init success, TCXO, Vref 1.800000 V

DEBUG | ??:??:?? 5 LoRA bitrate = 118.394310 bytes / sec

INFO | ??:??:?? 5 PowerFSM init, USB power=1

DEBUG | ??:??:?? 5 State: BOOT

DEBUG | ??:??:?? 5 [Power] Battery: usbPower=0, isCharging=0, batMv=4152, batPct=97

DEBUG | ??:??:?? 5 [Screen] Screen: Started...

DEBUG | ??:??:?? 5 [Screen] haveGlyphs=0

DEBUG | ??:??:?? 5 [GPS] Probe for GPS at 9600

DEBUG | ??:??:?? 5 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 5 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 6 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 6 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 7 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 8 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 8 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 9 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 9 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 10 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 11 [GPS] No GNSS Module (baudrate 9600)

INFO | ??:??:?? 11 [RangeTest] Range Test Module - Disabled

INFO | ??:??:?? 11 [PowerFSM] Loss of power in Powered

INFO | ??:??:?? 11 [Screen] Done with boot screen

DEBUG | ??:??:?? 11 [Screen] Show standard frames

DEBUG | ??:??:?? 11 [Screen] Show 0 module frames

DEBUG | ??:??:?? 11 [Screen] Total frame count: 83

DEBUG | ??:??:?? 11 [Screen] Added modules. numframes: 0

DEBUG | ??:??:?? 11 [Screen] Finished build frames. numframes: 7

INFO | ??:??:?? 11 [PowerFSM] Loss of power in Powered

DEBUG | ??:??:?? 11 [PowerFSM] Init NRF52 Bluetooth

INFO | ??:??:?? 11 [PowerFSM] Init the Bluefruit nRF52 module

INFO | ??:??:?? 11 [PowerFSM] Bluetooth pin set to '123456'

INFO | ??:??:?? 11 [PowerFSM] Init the Device Information Service

INFO | ??:??:?? 11 [PowerFSM] Init the Battery Service

INFO | ??:??:?? 11 [PowerFSM] Init the Mesh bluetooth service

INFO | ??:??:?? 11 [PowerFSM] Set up the advertising payload(s)

INFO | ??:??:?? 11 [PowerFSM] Advertise

DEBUG | ??:??:?? 11 [PowerFSM] State: ON

DEBUG | ??:??:?? 13 [GPS] Probe for GPS at 115200

DEBUG | ??:??:?? 13 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 14 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 14 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 15 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 15 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 16 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 16 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 17 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 17 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 18 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 19 [GPS] No GNSS Module (baudrate 115200)

DEBUG | ??:??:?? 21 [GPS] Probe for GPS at 38400

DEBUG | ??:??:?? 21 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 21 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 22 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 22 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 23 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 23 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 24 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 24 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 25 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 25 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 27 [GPS] No GNSS Module (baudrate 38400)

DEBUG | ??:??:?? 27 [Power] Battery: usbPower=0, isCharging=0, batMv=4156, batPct=97

DEBUG | ??:??:?? 29 [GPS] Probe for GPS at 9600

DEBUG | ??:??:?? 29 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 29 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 30 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 30 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 31 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 32 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 32 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 33 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 33 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 34 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 35 [GPS] No GNSS Module (baudrate 9600)

INFO | ??:??:?? 35 [NodeInfo] Send our nodeinfo to mesh (wantReplies=1)

INFO | ??:??:?? 35 [NodeInfo] Send owner !a85826e7/LWC FakeCAP Prototype 26e7/####

DEBUG | ??:??:?? 35 [NodeInfo] Initial packet id 1939437600

DEBUG | ??:??:?? 35 [NodeInfo] Partially randomized packet id 1611148321

DEBUG | ??:??:?? 35 [NodeInfo] Update DB node 0xa85826e7, rx_time=0

DEBUG | ??:??:?? 35 [NodeInfo] handleReceived(LOCAL) (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=4 WANTRESP priority=10)

DEBUG | ??:??:?? 35 [NodeInfo] No modules interested in portnum=4, src=LOCAL

DEBUG | ??:??:?? 35 [NodeInfo] Add packet record (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=4 WANTRESP priority=10)

DEBUG | ??:??:?? 35 [NodeInfo] Expand short PSK #1

DEBUG | ??:??:?? 35 [NodeInfo] Use AES128 key!

DEBUG | ??:??:?? 35 [NodeInfo] enqueue for send (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 35 [NodeInfo] txGood=0,txRelay=0,rxGood=0,rxBad=0

INFO | ??:??:?? 35 [PowerFSM] Turn off screen

DEBUG | ??:??:?? 35 [RadioIf] Started Tx (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 35 [RadioIf] Packet TX: 1075ms

DEBUG | ??:??:?? 36 [RadioIf] Completed sending (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 37 [GPS] Probe for GPS at 115200

DEBUG | ??:??:?? 37 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 37 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 38 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 38 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 39 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 39 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 40 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 40 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 41 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 42 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 43 [GPS] No GNSS Module (baudrate 115200)

ERROR | ??:??:?? 43 [RadioIf] Ignore received packet due to error=-7

DEBUG | ??:??:?? 43 [RadioIf] Packet RX (noise?) : 1058ms

DEBUG | ??:??:?? 45 [RadioIf] Lora RX (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=0 Ch=0x8 encrypted rxSNR=5.25 rxRSSI=-70 hopStart=3)

DEBUG | ??:??:?? 45 [RadioIf] Packet RX: 1058ms

DEBUG | ??:??:?? 45 [Router] Rx someone rebroadcasting for us (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=0 Ch=0x8 encrypted rxSNR=5.25 rxRSSI=-70 hopStart=3)

DEBUG | ??:??:?? 45 [Router] Didn't find pending packet

DEBUG | ??:??:?? 45 [Router] Found existing packet record for fr=0xa85826e7,to=0xffffffff,id=0x60082c21

DEBUG | ??:??:?? 45 [Router] Add packet record (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=0 Ch=0x8 encrypted rxSNR=5.25 rxRSSI=-70 hopStart=3)

DEBUG | ??:??:?? 45 [Router] Ignore dupe incoming msg (id=0x60082c21 fr=0xe7 to=0xff, WantAck=0, HopLim=0 Ch=0x8 encrypted rxSNR=5.25 rxRSSI=-70 hopStart=3)

DEBUG | ??:??:?? 45 [Router] cancelSending id=0x60082c21, removed=0

DEBUG | ??:??:?? 45 [Router] Incoming msg was filtered from 0xa85826e7

DEBUG | ??:??:?? 45 [GPS] Probe for GPS at 38400

DEBUG | ??:??:?? 45 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 45 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 46 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 46 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 47 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 47 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 48 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 48 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 49 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 49 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 51 [GPS] No GNSS Module (baudrate 38400)

DEBUG | ??:??:?? 51 [GPS] Probe for GPS at 4800

DEBUG | ??:??:?? 51 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 52 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 52 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 53 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 53 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 54 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 54 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 55 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 55 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 56 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 57 [GPS] No GNSS Module (baudrate 4800)

DEBUG | ??:??:?? 57 [RadioIf] Lora RX (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=2.5 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 57 [RadioIf] Packet RX: 542ms

DEBUG | ??:??:?? 57 [Power] Battery: usbPower=0, isCharging=0, batMv=4155, batPct=97

DEBUG | ??:??:?? 57 [Router] Add packet record (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=2.5 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 57 [Router] Use channel 0 (hash 0x8)

DEBUG | ??:??:?? 57 [Router] Expand short PSK #1

DEBUG | ??:??:?? 57 [Router] Use AES128 key!

DEBUG | ??:??:?? 57 [Router] decoded message (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=3 rxSNR=2.5 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 57 [Router] handleReceived(REMOTE) (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=3 rxSNR=2.5 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 57 [Router] Module 'position' wantsPacket=1

INFO | ??:??:?? 57 [Router] Received position from=0x7c5a5344, id=0x63a81405, portnum=3, payloadlen=21

DEBUG | ??:??:?? 57 [Router] POSITION node=7c5a5344 l=21 lat=477972564 lon=137688254 msl=473 hae=0 geo=0 pdop=0 hdop=0 vdop=0 siv=0 fxq=0 fxt=0 pts=0 time=1729271635

DEBUG | ??:??:?? 57 [Router] Ignore time from mesh because it has a unknown or manual source

INFO | ??:??:?? 57 [Router] updatePosition REMOTE node=0x7c5a5344 time=1729271635 lat=477972564 lon=137688254

DEBUG | ??:??:?? 57 [Router] Node status update: 76 online, 76 total

DEBUG | ??:??:?? 57 [Router] Show standard frames

DEBUG | ??:??:?? 57 [Router] Show 0 module frames

DEBUG | ??:??:?? 57 [Router] Total frame count: 83

DEBUG | ??:??:?? 57 [Router] Added modules. numframes: 0

DEBUG | ??:??:?? 57 [Router] Finished build frames. numframes: 7

DEBUG | ??:??:?? 57 [Router] Module 'position' considered

DEBUG | ??:??:?? 57 [Router] Module 'routing' wantsPacket=1

INFO | ??:??:?? 57 [Router] Received routing from=0x7c5a5344, id=0x63a81405, portnum=3, payloadlen=21

DEBUG | ??:??:?? 57 [Router] Routing sniffing (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=3 rxSNR=2.5 rxRSSI=-22 hopStart=3)

INFO | ??:??:?? 57 [Router] Rebroadcast received floodmsg

DEBUG | ??:??:?? 57 [Router] Expand short PSK #1

DEBUG | ??:??:?? 57 [Router] Use AES128 key!

DEBUG | ??:??:?? 57 [Router] enqueue for send (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=2.5 rxRSSI=-22 hopStart=3 priority=64)

DEBUG | ??:??:?? 57 [Router] txGood=1,txRelay=0,rxGood=2,rxBad=1

DEBUG | ??:??:?? 57 [Router] rx_snr found. hop_limit:1 rx_snr:2.500000

DEBUG | ??:??:?? 57 [Router] rx_snr found in packet. Setting tx delay:2618

DEBUG | ??:??:?? 57 [Router] Delivering rx packet (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=3 rxSNR=2.5 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 57 [Router] Update DB node 0x7c5a5344, rx_time=0

DEBUG | ??:??:?? 57 [Router] Forwarding to phone (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=3 rxSNR=2.5 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 57 [Router] Module 'routing' considered

INFO | ??:??:?? 57 [DeviceTelemetry] Send: air_util_tx=0.029861, channel_utilization=6.221666, battery_level=97, voltage=4.155000, uptime=57

DEBUG | ??:??:?? 57 [DeviceTelemetry] Partially randomized packet id 238647330

DEBUG | ??:??:?? 57 [DeviceTelemetry] updateTelemetry LOCAL

DEBUG | ??:??:?? 57 [DeviceTelemetry] Node status update: 76 online, 76 total

INFO | ??:??:?? 57 [DeviceTelemetry] Send packet to mesh

DEBUG | ??:??:?? 57 [DeviceTelemetry] Update DB node 0xa85826e7, rx_time=0

DEBUG | ??:??:?? 57 [DeviceTelemetry] handleReceived(LOCAL) (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=10)

DEBUG | ??:??:?? 57 [DeviceTelemetry] No modules interested in portnum=67, src=LOCAL

DEBUG | ??:??:?? 57 [DeviceTelemetry] Add packet record (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=10)

DEBUG | ??:??:?? 57 [DeviceTelemetry] Expand short PSK #1

DEBUG | ??:??:?? 57 [DeviceTelemetry] Use AES128 key!

DEBUG | ??:??:?? 57 [DeviceTelemetry] enqueue for send (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 57 [DeviceTelemetry] txGood=1,txRelay=0,rxGood=2,rxBad=1

DEBUG | ??:??:?? 57 [DeviceTelemetry] rx_snr found. hop_limit:1 rx_snr:2.500000

DEBUG | ??:??:?? 57 [DeviceTelemetry] rx_snr found in packet. Setting tx delay:2079

DEBUG | ??:??:?? 57 [DeviceTelemetry] Use channel 0 (hash 0x8)

DEBUG | ??:??:?? 57 [DeviceTelemetry] Expand short PSK #1

DEBUG | ??:??:?? 57 [DeviceTelemetry] Use AES128 key!

DEBUG | ??:??:?? 58 [DeviceTelemetry] decoded message (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 hopStart=3 priority=10)

DEBUG | ??:??:?? 59 [GPS] Probe for GPS at 57600

DEBUG | ??:??:?? 59 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 60 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 60 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 61 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 61 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 62 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 62 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 63 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 63 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 64 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 65 [GPS] No GNSS Module (baudrate 57600)

DEBUG | ??:??:?? 65 [RadioIf] Started Tx (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=2.5 rxRSSI=-22 hopStart=3 priority=64)

DEBUG | ??:??:?? 65 [RadioIf] Packet TX: 542ms

DEBUG | ??:??:?? 66 [RadioIf] Completed sending (id=0x63a81405 fr=0x44 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=2.5 rxRSSI=-22 hopStart=3 priority=64)

DEBUG | ??:??:?? 66 [RadioIf] Started Tx (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 66 [RadioIf] Packet TX: 591ms

DEBUG | ??:??:?? 66 [RadioIf] Completed sending (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted hopStart=3 priority=10)

DEBUG | ??:??:?? 67 [GPS] Probe for GPS at 9600

DEBUG | ??:??:?? 67 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 68 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 68 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 69 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 69 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 70 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 70 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 71 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 71 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 72 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 73 [GPS] No GNSS Module (baudrate 9600)

WARN | ??:??:?? 73 [GPS] Give up on GPS probe and set to 9600

INFO | ??:??:?? 73 [GPS] GPS power state move from ACTIVE to OFF

DEBUG | ??:??:?? 73 [RadioIf] Lora RX (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=1 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 73 [RadioIf] Packet RX: 591ms

DEBUG | ??:??:?? 73 [Router] Rx someone rebroadcasting for us (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=1 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 73 [Router] Didn't find pending packet

DEBUG | ??:??:?? 73 [Router] Found existing packet record for fr=0xa85826e7,to=0xffffffff,id=0xe397822

DEBUG | ??:??:?? 73 [Router] Add packet record (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=1 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 73 [Router] Ignore dupe incoming msg (id=0x0e397822 fr=0xe7 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=1 rxRSSI=-22 hopStart=3)

DEBUG | ??:??:?? 73 [Router] cancelSending id=0xe397822, removed=0

DEBUG | ??:??:?? 73 [Router] Incoming msg was filtered from 0xa85826e7

DEBUG | ??:??:?? 77 [Power] Battery: usbPower=0, isCharging=0, batMv=4157, batPct=97

DEBUG | ??:??:?? 97 [Power] Battery: usbPower=0, isCharging=0, batMv=4157, batPct=97

DEBUG | ??:??:?? 102 [RadioIf] Lora RX (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=7.25 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 102 [RadioIf] Packet RX: 600ms

DEBUG | ??:??:?? 102 [Router] Add packet record (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=7.25 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 102 [Router] Use channel 0 (hash 0x8)

DEBUG | ??:??:?? 102 [Router] Expand short PSK #1

DEBUG | ??:??:?? 102 [Router] Use AES128 key!

DEBUG | ??:??:?? 102 [Router] decoded message (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=67 rxSNR=7.25 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 102 [Router] handleReceived(REMOTE) (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=67 rxSNR=7.25 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 102 [Router] Module 'DeviceTelemetry' wantsPacket=1

INFO | ??:??:?? 102 [Router] Received DeviceTelemetry from=0x7c5a5344, id=0x63a81406, portnum=67, payloadlen=29

INFO | ??:??:?? 102 [Router] (Received from ####): air_util_tx=0.844000, channel_utilization=6.498333, battery_level=86, voltage=4.027000

DEBUG | ??:??:?? 102 [Router] updateTelemetry REMOTE node=0x7c5a5344

DEBUG | ??:??:?? 102 [Router] Node status update: 76 online, 76 total

DEBUG | ??:??:?? 102 [Router] Module 'DeviceTelemetry' considered

DEBUG | ??:??:?? 102 [Router] Module 'EnvironmentTelemetry' wantsPacket=1

INFO | ??:??:?? 102 [Router] Received EnvironmentTelemetry from=0x7c5a5344, id=0x63a81406, portnum=67, payloadlen=29

DEBUG | ??:??:?? 102 [Router] Module 'EnvironmentTelemetry' considered

DEBUG | ??:??:?? 102 [Router] Module 'PowerTelemetry' wantsPacket=1

INFO | ??:??:?? 102 [Router] Received PowerTelemetry from=0x7c5a5344, id=0x63a81406, portnum=67, payloadlen=29

DEBUG | ??:??:?? 102 [Router] Module 'PowerTelemetry' considered

DEBUG | ??:??:?? 102 [Router] Module 'routing' wantsPacket=1

INFO | ??:??:?? 102 [Router] Received routing from=0x7c5a5344, id=0x63a81406, portnum=67, payloadlen=29

DEBUG | ??:??:?? 102 [Router] Routing sniffing (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=67 rxSNR=7.25 rxRSSI=-23 hopStart=3)

INFO | ??:??:?? 102 [Router] Rebroadcast received floodmsg

DEBUG | ??:??:?? 102 [Router] Expand short PSK #1

DEBUG | ??:??:?? 102 [Router] Use AES128 key!

DEBUG | ??:??:?? 102 [Router] enqueue for send (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=1 Ch=0x8 encrypted rxSNR=7.25 rxRSSI=-23 hopStart=3 priority=64)

DEBUG | ??:??:?? 102 [Router] txGood=3,txRelay=1,rxGood=4,rxBad=1

DEBUG | ??:??:?? 102 [Router] rx_snr found. hop_limit:1 rx_snr:7.250000

DEBUG | ??:??:?? 102 [Router] rx_snr found in packet. Setting tx delay:3003

DEBUG | ??:??:?? 102 [Router] Delivering rx packet (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=67 rxSNR=7.25 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 102 [Router] Update DB node 0x7c5a5344, rx_time=0

DEBUG | ??:??:?? 102 [Router] Forwarding to phone (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x0 Portnum=67 rxSNR=7.25 rxRSSI=-23 hopStart=3)

DEBUG | ??:??:?? 102 [Router] Module 'routing' considered

DEBUG | ??:??:?? 104 [RadioIf] Lora RX (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6 rxRSSI=-66 hopStart=3)

DEBUG | ??:??:?? 104 [RadioIf] Packet RX: 600ms

DEBUG | ??:??:?? 104 [Router] Found existing packet record for fr=0x7c5a5344,to=0xffffffff,id=0x63a81406

DEBUG | ??:??:?? 104 [Router] Add packet record (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6 rxRSSI=-66 hopStart=3)

DEBUG | ??:??:?? 104 [Router] Ignore dupe incoming msg (id=0x63a81406 fr=0x44 to=0xff, WantAck=0, HopLim=2 Ch=0x8 encrypted rxSNR=6 rxRSSI=-66 hopStart=3)

DEBUG | ??:??:?? 104 [Router] cancelSending id=0x63a81406, removed=1

DEBUG | ??:??:?? 104 [Router] Incoming msg was filtered from 0x7c5a5344

DEBUG | ??:??:?? 117 [Power] Battery: usbPower=0, isCharging=0, batMv=4159, batPct=97

INFO | ??:??:?? 121 [Button] Loss of power in Powered

INFO | ??:??:?? 121 [PowerFSM] Loss of power in Powered

DEBUG | ??:??:?? 121 [PowerFSM] State: ON

INFO | ??:??:?? 121 [Screen] Turn on screen

DEBUG | ??:??:?? 123 [Button] State: ON

INFO | ??:??:?? 124 [Button] User toggled GpsMode. Now ENABLED

INFO | ??:??:?? 124 [Button] GPS power state move from OFF to ACTIVE

DEBUG | ??:??:?? 124 [GPS] Probe for GPS at 1032

DEBUG | ??:??:?? 125 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 126 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 126 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 127 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 128 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 128 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 129 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 129 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 130 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 131 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 132 [GPS] No GNSS Module (baudrate 1032)

DEBUG | ??:??:?? 133 [Button] State: ON

DEBUG | ??:??:?? 134 [Button] State: ON

DEBUG | ??:??:?? 134 [GPS] Probe for GPS at 264

DEBUG | ??:??:?? 135 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 136 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 136 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 137 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 137 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 138 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 139 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 139 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 140 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 140 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 142 [GPS] No GNSS Module (baudrate 264)

DEBUG | ??:??:?? 142 [Power] Battery: usbPower=0, isCharging=0, batMv=4153, batPct=97

DEBUG | ??:??:?? 143 [Button] State: ON

DEBUG | ??:??:?? 144 [GPS] Probe for GPS at 512

DEBUG | ??:??:?? 145 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 145 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 146 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 146 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 147 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 148 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 148 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 149 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 149 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 150 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 152 [GPS] No GNSS Module (baudrate 512)

DEBUG | ??:??:?? 154 [GPS] Probe for GPS at 550502401

DEBUG | ??:??:?? 154 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 154 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 155 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 155 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 156 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 156 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 157 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 157 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 158 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 158 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 159 [GPS] No GNSS Module (baudrate 550502401)

ERROR | ??:??:?? 159 [RadioIf] Ignore received packet due to error=-7

DEBUG | ??:??:?? 159 [RadioIf] Packet RX (noise?) : 591ms

DEBUG | ??:??:?? 161 [GPS] Probe for GPS at -805305854

DEBUG | ??:??:?? 162 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 162 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 163 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 163 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 164 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 164 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 165 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 165 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 166 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 166 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 167 [GPS] No GNSS Module (baudrate -805305854)

DEBUG | ??:??:?? 167 [Power] Battery: usbPower=0, isCharging=0, batMv=4152, batPct=97

INFO | ??:??:?? 167 [PowerFSM] Turn off screen

DEBUG | ??:??:?? 169 [GPS] Probe for GPS at 1344

DEBUG | ??:??:?? 170 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 171 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 171 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 172 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 172 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 173 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 173 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 174 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 174 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 175 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 176 [GPS] No GNSS Module (baudrate 1344)

DEBUG | ??:??:?? 178 [GPS] Probe for GPS at -805305088

DEBUG | ??:??:?? 178 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 179 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 179 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 180 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 180 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 181 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 181 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 182 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 182 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 183 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 184 [GPS] No GNSS Module (baudrate -805305088)

DEBUG | ??:??:?? 186 [GPS] Probe for GPS at 134218032

DEBUG | ??:??:?? 186 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 187 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 187 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 188 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 188 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 189 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 189 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 190 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 190 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 191 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 192 [GPS] No GNSS Module (baudrate 134218032)

DEBUG | ??:??:?? 192 [Power] Battery: usbPower=0, isCharging=0, batMv=4150, batPct=97

DEBUG | ??:??:?? 194 [GPS] Probe for GPS at 17879040

DEBUG | ??:??:?? 194 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 195 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 195 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 196 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 196 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 197 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 197 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 198 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 198 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 199 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 200 [GPS] No GNSS Module (baudrate 17879040)

DEBUG | ??:??:?? 202 [GPS] Probe for GPS at 282066953

DEBUG | ??:??:?? 202 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 203 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 203 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 204 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 204 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 205 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 205 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 206 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 206 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 207 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 208 [GPS] No GNSS Module (baudrate 282066953)

DEBUG | ??:??:?? 210 [GPS] Probe for GPS at -805302271

DEBUG | ??:??:?? 210 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 211 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 211 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 212 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 212 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 213 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 213 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 214 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 214 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 215 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 216 [GPS] No GNSS Module (baudrate -805302271)

DEBUG | ??:??:?? 216 [Power] Battery: usbPower=0, isCharging=0, batMv=4147, batPct=96

DEBUG | ??:??:?? 218 [GPS] Probe for GPS at 272

DEBUG | ??:??:?? 219 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 219 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 220 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 220 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 221 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 222 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 222 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 223 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 223 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 224 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 226 [GPS] No GNSS Module (baudrate 272)

DEBUG | ??:??:?? 228 [GPS] Probe for GPS at 256

DEBUG | ??:??:?? 228 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 229 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 230 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 230 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 231 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 232 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 232 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 233 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 233 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 234 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 235 [GPS] No GNSS Module (baudrate 256)

DEBUG | ??:??:?? 236 [Power] Battery: usbPower=0, isCharging=0, batMv=4146, batPct=96

DEBUG | ??:??:?? 237 [GPS] Probe for GPS at 550502401

DEBUG | ??:??:?? 237 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 238 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 238 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 239 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 239 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 240 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 240 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 241 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 241 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 242 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 243 [GPS] No GNSS Module (baudrate 550502401)

DEBUG | ??:??:?? 245 [GPS] Probe for GPS at -805305854

DEBUG | ??:??:?? 245 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 246 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 246 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 247 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 247 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 248 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 248 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 249 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 249 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 250 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 251 [GPS] No GNSS Module (baudrate -805305854)

DEBUG | ??:??:?? 253 [GPS] Probe for GPS at 1344

DEBUG | ??:??:?? 254 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 254 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 255 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 255 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 256 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 256 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 257 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 257 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 258 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 259 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 260 [GPS] No GNSS Module (baudrate 1344)

DEBUG | ??:??:?? 260 [Power] Battery: usbPower=0, isCharging=0, batMv=4191, batPct=100

DEBUG | ??:??:?? 262 [GPS] Probe for GPS at -805305088

DEBUG | ??:??:?? 262 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 263 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 263 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 264 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 264 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 265 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 265 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 266 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 266 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 267 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 268 [GPS] No GNSS Module (baudrate -805305088)

DEBUG | ??:??:?? 270 [GPS] Probe for GPS at 134218032

DEBUG | ??:??:?? 270 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 271 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 271 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 272 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 272 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 273 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 273 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 274 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 274 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 275 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 276 [GPS] No GNSS Module (baudrate 134218032)

DEBUG | ??:??:?? 278 [GPS] Probe for GPS at 17879040

DEBUG | ??:??:?? 278 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 278 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 279 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 279 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 280 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 280 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 281 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 281 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 282 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 282 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 284 [GPS] No GNSS Module (baudrate 17879040)

DEBUG | ??:??:?? 284 [Power] Battery: usbPower=1, isCharging=1, batMv=4220, batPct=100

DEBUG | ??:??:?? 286 [GPS] Probe for GPS at 282066953

DEBUG | ??:??:?? 286 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 286 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 287 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 287 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 288 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 288 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 289 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 289 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 290 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 290 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 292 [GPS] No GNSS Module (baudrate 282066953)

DEBUG | ??:??:?? 294 [GPS] Probe for GPS at -805302271

DEBUG | ??:??:?? 294 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 294 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 295 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 295 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 296 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 296 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 297 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 297 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 298 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 298 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 300 [GPS] No GNSS Module (baudrate -805302271)

DEBUG | ??:??:?? 302 [GPS] Probe for GPS at 272

DEBUG | ??:??:?? 302 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 303 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 304 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 304 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 305 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 306 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 306 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 307 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 307 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 308 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 309 [GPS] No GNSS Module (baudrate 272)

DEBUG | ??:??:?? 309 [Power] Battery: usbPower=1, isCharging=1, batMv=4237, batPct=100

DEBUG | ??:??:?? 311 [GPS] Probe for GPS at 1230259009

DEBUG | ??:??:?? 311 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 312 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 312 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 313 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 313 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 314 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 314 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 315 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 315 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 316 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 317 [GPS] No GNSS Module (baudrate 1230259009)

DEBUG | ??:??:?? 319 [GPS] Probe for GPS at 17750

DEBUG | ??:??:?? 319 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 320 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 320 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 321 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 321 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 322 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 322 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 323 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 323 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 324 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 325 [GPS] No GNSS Module (baudrate 17750)

DEBUG | ??:??:?? 327 [GPS] Probe for GPS at 1162626121

DEBUG | ??:??:?? 327 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 328 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 328 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 329 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 329 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 330 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 330 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 331 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 331 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 332 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 333 [GPS] No GNSS Module (baudrate 1162626121)

DEBUG | ??:??:?? 333 [Power] Battery: usbPower=1, isCharging=1, batMv=4246, batPct=100

DEBUG | ??:??:?? 335 [GPS] Probe for GPS at 0

DEBUG | ??:??:?? 336 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 337 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 337 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 338 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 339 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 339 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 340 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 340 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 341 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 342 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 343 [GPS] No GNSS Module (baudrate 0)

DEBUG | ??:??:?? 345 [GPS] Probe for GPS at 1413893971

DEBUG | ??:??:?? 345 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 346 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 346 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 347 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 347 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 348 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 348 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 349 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 349 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 350 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 351 [GPS] No GNSS Module (baudrate 1413893971)

DEBUG | ??:??:?? 353 [GPS] Probe for GPS at 1162169427

DEBUG | ??:??:?? 353 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 353 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 354 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 354 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 355 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 355 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 356 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 356 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 357 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 357 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 359 [GPS] No GNSS Module (baudrate 1162169427)

DEBUG | ??:??:?? 359 [Power] Battery: usbPower=1, isCharging=1, batMv=4251, batPct=100

DEBUG | ??:??:?? 361 [GPS] Probe for GPS at 80

DEBUG | ??:??:?? 362 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 362 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 363 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 363 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 364 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 365 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 365 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 366 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 366 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 367 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 368 [GPS] No GNSS Module (baudrate 80)

DEBUG | ??:??:?? 370 [GPS] Probe for GPS at 1146241352

DEBUG | ??:??:?? 371 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 371 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 372 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 372 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 373 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 373 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 374 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 374 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 375 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 375 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 376 [GPS] No GNSS Module (baudrate 1146241352)

DEBUG | ??:??:?? 378 [GPS] Probe for GPS at 1162169427

DEBUG | ??:??:?? 379 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 379 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 380 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 380 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 381 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 381 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 382 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 382 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 383 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 383 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 384 [GPS] No GNSS Module (baudrate 1162169427)

DEBUG | ??:??:?? 384 [Power] Battery: usbPower=1, isCharging=1, batMv=4255, batPct=100

DEBUG | ??:??:?? 386 [GPS] Probe for GPS at 80

DEBUG | ??:??:?? 387 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 388 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 388 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 389 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 390 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 390 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 391 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 391 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 392 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 393 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 394 [GPS] No GNSS Module (baudrate 80)

DEBUG | ??:??:?? 396 [GPS] Probe for GPS at 4605519

DEBUG | ??:??:?? 396 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 397 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 397 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 398 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 398 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 399 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 399 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 400 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 400 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 401 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 402 [GPS] No GNSS Module (baudrate 4605519)

DEBUG | ??:??:?? 404 [GPS] Probe for GPS at 795046515

DEBUG | ??:??:?? 404 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 405 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 405 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 406 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 406 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 407 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 407 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 408 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 408 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 409 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 410 [GPS] No GNSS Module (baudrate 795046515)

DEBUG | ??:??:?? 410 [Power] Battery: usbPower=1, isCharging=1, batMv=4257, batPct=100

DEBUG | ??:??:?? 412 [GPS] Probe for GPS at 796094567

DEBUG | ??:??:?? 412 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 413 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 413 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 414 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 414 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 415 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 415 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 416 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 416 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 417 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 418 [GPS] No GNSS Module (baudrate 796094567)

DEBUG | ??:??:?? 420 [GPS] Probe for GPS at 777211975

DEBUG | ??:??:?? 420 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 420 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 421 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 421 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 422 [GPS] Trying $PAIR021*39 (AG3335)...

DEBUG | ??:??:?? 422 [GPS] Trying $PAIR021*39 (AG3352)...

DEBUG | ??:??:?? 423 [GPS] Trying $PQTMVERNO*58 (LC86)...

DEBUG | ??:??:?? 423 [GPS] Trying $PCAS06,0*1B (L76K)...

DEBUG | ??:??:?? 424 [GPS] Trying $PMTK605*31 (L76B)...

DEBUG | ??:??:?? 424 [GPS] Trying $PMTK605*31 (PA1616S)...

WARN | ??:??:?? 426 [GPS] No GNSS Module (baudrate 777211975)

Powered by ▲ Vercel | Meshtastic® is a registered trademark of Meshtastic LLC. | Legal Information.

Connected

@lupusworax lupusworax changed the title [Bug]: Gps not present/ GPS enable not working anymore on Faketec Node since firmware version 2.5.15 [Bug]: Gps not present/ GPS not working anymore on Faketec Node since firmware version 2.5.15 Dec 7, 2024
@thebentern
Copy link
Contributor

Something might have regressed as part of the changes in #5433 or #5447 as those are the only GPS related changes as a part of .15. Is your GPS module indeed an L76K or is it another mtk based module just being detected as that?

@lupusworax
Copy link
Author

its an ATGM336H

@thebentern
Copy link
Contributor

its an ATGM336H

Excellent! I have a ton of these (and some RAK's already wired up to them). One of my favorites. I can try to reproduce this locally.

@lupusworax
Copy link
Author

lupusworax commented Dec 7, 2024

its an ATGM336H

Excellent! I have a ton of these (and some RAK's already wired up to them). One of my favorites. I can try to reproduce this locally.

Same, they have a super small footprint, work great and are very inexpensive, I pretty much use them for all of my builds by now ;)

@fifieldt
Copy link
Contributor

fifieldt commented Dec 7, 2024

Tried using my closest combination - T114 (NRF52) and ATGM332D. Was not able to reproduce - detection and GPS worked fine.

DEBUG | ??:??:?? 26 [GPS] Probe for GPS at 9600

DEBUG | ??:??:?? 27 [GPS] Trying $PDTINFO (UC6580)...

DEBUG | ??:??:?? 27 [GPS] Trying $PDTINFO (UM600)...

DEBUG | ??:??:?? 28 [GPS] Trying $PCAS06,1*1A (ATGM336H)...

DEBUG | ??:??:?? 28 [GPS] $GPTXT,01,01,02,HW=ATGM332D,0000000000000*1A.

DEBUG | ??:??:?? 28 [GPS] Trying $PCAS06,1*1A (ATGM332D)...

DEBUG | ??:??:?? 28 [GPS] Found: $GPTXT,01,01,02,HW=ATGM332D

INFO | ??:??:?? 28 [GPS] ATGM332D detected, using GNSS_MODEL_ATGM336H Module

@fifieldt
Copy link
Contributor

fifieldt commented Dec 7, 2024

Oh, interesting. I just noticed that your ATGM336H is detected as an L76K when it is "working", rather than an ATGM336H.

Can you make a firmware with GPS_DEBUG set to 1 in the variant.h and paste the log results here?

@lupusworax
Copy link
Author

sadly I never compiled my own firmware for my nodes, but I also have a ATGM336H running on my T114 V2 without a problem on 2.5.15............ could it be that TX and RX are swapped for some reason? one thing I noticed on the faketec build is that when you connect RX to RX and TX to TX it does not help to swap gpios in the meshtastic app, only when I physically swapped the cables it started working for me ( tx ->rx and rx ->tx)

@fifieldt
Copy link
Contributor

fifieldt commented Dec 7, 2024

Not a problem.

What I'm wondering is if your ATGM336H's on these new nodes reply slightly differently to other ATGM336Hs we've seen before. Easy to update once we get what it's saying. If it's not replying at all (RX/TX swap/connection problem), we'll be able to see that straight away with GPS_DEBUG.

Which variant are you using from the flasher? I can make a GPS_DEBUG build for you :)

@lupusworax
Copy link
Author

lupusworax commented Dec 8, 2024

That would be great:
https://mrekin.duckdns.org/flasher/
image

@thebentern
Copy link
Contributor

Tested out fine for me on the latest with RAK4631 connected to ATGM336H module over UART. Detected on startup (as L76K which is normal) and got a GPS lock shortly thereafter.

DEBUG | ??:??:?? 1 [GPS] Probe for GPS at 9600
DEBUG | ??:??:?? 1 [GPS] Trying $PDTINFO (UC6580)...
DEBUG | ??:??:?? 2 [GPS] Trying $PDTINFO (UM600)...
DEBUG | ??:??:?? 2 [GPS] Trying $PCAS06,1*1A (ATGM336H)...
DEBUG | ??:??:?? 3 [GPS] Trying $PCAS06,1*1A (ATGM332D)...
DEBUG | ??:??:?? 3 [GPS] Trying $PAIR021*39 (AG3335)...
DEBUG | ??:??:?? 4 [GPS] Trying $PAIR021*39 (AG3352)...
DEBUG | ??:??:?? 4 [GPS] Trying $PQTMVERNO*58 (LC86)...
DEBUG | ??:??:?? 5 [GPS] Trying $PCAS06,0*1B (L76K)...
INFO  | ??:??:?? 5 [GPS] L76K detected, using GNSS_MODEL_MTK Module
DEBUG | ??:??:?? 5 [GPS] Publish pos@0:2, hasVal=0, Sats=0, GPSlock=0
DEBUG | ??:??:?? 5 [GPS] No GPS lock
DEBUG | ??:??:?? 5 [GPS] onGPSChanged() pos@0 time=0 lat=0 lon=0 alt=0
INFO  | ??:??:?? 5 [GPS] updatePosition LOCAL pos@0 time=0 lat=0 lon=0 alt=0
DEBUG | ??:??:?? 5 [GPS] Set local position: lat=0 lon=0 time=0 timestamp=0

@lupusworax
Copy link
Author

lupusworax commented Dec 8, 2024

Could the Promicro NRF52 dev board be the "culprint"? I am not owning a RAK so no clue how it would behave there. I am having this problem on a FakeTec build. ( same GPS module works fine on 2.5.16 with a Heltec T114)
https://github.com/gargomoma/fakeTec_pcb

@lupusworax
Copy link
Author

lupusworax commented Dec 8, 2024

Cheese............ I feel stupid right now, there is a new bootloader available for the Pro micro NRF52 dev board. 0.9.2 after updating it and flashing the most recent nightly build it works normal again........Sorry I had no clue that a bootloader is so critical for this to work?!
This solved the problem on 3 nodes now........so it cant be coincidence.

@lupusworax
Copy link
Author

lupusworax commented Dec 8, 2024

4 boards now all working after updating to newest bootloader version. I tested all of them by just updating to recent firmware, all of them could not find gps after the update, but all work fine now.

Interesting is that when I updated to most recent firmware first before updating the bootloader, it did not work flashing the same firmware after flashing the bootloader, I had to go one back and then forth to most recent again to make it finally work.
But I guess it has to do with the fact the the firmware you want to flash is already on the node so it simply skips it but doesn't solve the problem after the bootloader update.

Sorry and also Thanks for the effort from everyone involved.

@thebentern thebentern closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2024
@thebentern thebentern added the cant-reproduce Can't reproduce issues label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cant-reproduce Can't reproduce issues
Projects
None yet
Development

No branches or pull requests

3 participants