Skip to content

[Bug]: Ad-hoc Location Ping not broadcasting correctly. #9160

Description

@Zolotkey

Category

Other

Hardware

Other

Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?

  • Meshtastic UI aka MUI colorTFT
  • InkHUD ePaper
  • OLED slide UI on any display

Firmware Version

2.7.15.567b8ea

Description

Hardware: muziWorks R1 Neo

When double taping the user button for an ad-hoc location packet, the packet is sent over LORA with what looks like the wrong psk.

Channels:


  Index 0: PRIMARY psk=default { "psk": "AQ==", "name": "MeshOregon", "uplinkEnabled": true, "downlinkEnabled": true, "moduleSettings": { "positionPrecision": 16, "isMuted": false }, "channelNum": 0, "id": 0 }
  Index 1: SECONDARY psk=secret { "psk": "xxxx", "name": "xxxx", "uplinkEnabled": true, "downlinkEnabled": true, "moduleSettings": { "positionPrecision": 32, "isMuted": false }, "channelNum": 0, "id": 0 }
  Index 2: SECONDARY psk=secret { "psk": "xxxx", "name": "xxxx", "uplinkEnabled": true, "downlinkEnabled": true, "moduleSettings": { "positionPrecision": 15, "isMuted": false }, "channelNum": 0, "id": 0 }
  Index 3: SECONDARY psk=secret { "psk": "xxxx", "name": "xxxx", "uplinkEnabled": true, "downlinkEnabled": true, "moduleSettings": { "positionPrecision": 15, "isMuted": false }, "channelNum": 0, "id": 0 }

Relevant log output

INFO  | 15:18:17 4957 [UserButton] Double press!
DEBUG | 15:18:17 4957 [UserButton] State: ON
INFO  | 15:18:17 4957 [UserButton] Input event 175! kb 0
INFO  | 15:18:17 4957 [UserButton] Send position ping to 0xffffffff, wantReplies=1, channel=0
DEBUG | 15:18:17 4957 [UserButton] cancelSending id=0xecef0a2f, removed=0
DEBUG | 15:18:17 4957 [UserButton] Send location with precision 16
INFO  | 15:18:17 4957 [UserButton] Position packet: time=1767395897 lat=45511 lon=-122961
DEBUG | 15:18:17 4957 [UserButton] Partially randomized packet id 563877533
DEBUG | 15:18:17 4957 [UserButton] Ignore update from self
DEBUG | 15:18:17 4957 [UserButton] handleReceived(LOCAL) (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 0, WantAck=0, HopLim=7 Ch=0x0 Portnum=3 WANTRESP rxtime=1767395897 priority=10)
DEBUG | 15:18:17 4957 [UserButton] No modules interested in portnum=3, src=LOCAL
INFO  | 15:18:17 4958 [UserButton] Packet History - insert: Reusing slot aged 3822.136s TRACE OLDEST SLOT
DEBUG | 15:18:17 4958 [UserButton] Expand short PSK #1
DEBUG | 15:18:17 4958 [UserButton] Use AES128 key!
DEBUG | 15:18:17 4958 [UserButton] enqueue for send (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 0, WantAck=0, HopLim=7 Ch=0xf encrypted len=54 rxtime=1767395897 hopStart=7 relay=0x6
DEBUG | 15:18:17 4958 [UserButton] txGood=2,txRelay=0,rxGood=181,rxBad=0
DEBUG | 15:18:17 4958 [UserButton] Use channel 0 (hash 0xf)
DEBUG | 15:18:17 4958 [UserButton] Expand short PSK #1
DEBUG | 15:18:17 4958 [UserButton] Use AES128 key!
DEBUG | 15:18:17 4958 [UserButton] decoded message (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 0, WantAck=0, HopLim=7 Ch=0x0 Portnum=3 WANTRESP rxtime=1767395897 hopStart=7 relay=0x
INFO  | 15:18:18 4958 Tell client we have new packets 304
INFO  | 15:18:18 4958 BLE notify fromNum
DEBUG | 15:18:18 4958 [RadioIf] Started Tx (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 0, WantAck=0, HopLim=7 Ch=0xf encrypted len=54 rxtime=1767395897 hopStart=7 relay=0x63 prio
DEBUG | 15:18:18 4958 [RadioIf] 0 packets remain in the TX queue
DEBUG | 15:18:18 4959 [RadioIf] Packet TX: 201ms
DEBUG | 15:18:18 4959 [RadioIf] Completed sending (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 0, WantAck=0, HopLim=7 Ch=0xf encrypted len=54 rxtime=1767395897 hopStart=7 relay=0x
DEBUG | 15:18:18 4959 FromRadio=STATE_SEND_PACKETS
DEBUG | 15:18:18 4959 FromRadio=STATE_SEND_PACKETS
DEBUG | 15:18:18 4959 phone downloaded packet (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 0, WantAck=0, HopLim=7 Ch=0x0 Portnum=3 WANTRESP rxtime=1767395897 hopStart=7
DEBUG | 15:18:19 4959 [RadioIf] Corrected frequency offset: -34.875000
DEBUG | 15:18:19 4959 [RadioIf] Lora RX (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 0, WantAck=0, HopLim=6 Ch=0xf encrypted len=54 rxSNR=13.25 rxRSSI=-51 hopStart=7 relay=0x2f)
DEBUG | 15:18:19 4959 [RadioIf] Packet RX: 201ms
DEBUG | 15:18:19 4959 [Router] Rx someone rebroadcasting for us (id=0x219c169d fr=0xc9bfed63 to=0xffffffff, transport = 1, WantAck=0, HopLim=6 Ch=0xf encrypted len=54 rxSNR=13.25 rxRSSI=-51

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleIssues that will be closed if not triaged.bugSomething isn't workingfirst-contribution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions