RadioLib icon indicating copy to clipboard operation
RadioLib copied to clipboard

CC1101 PAGER

Open Szetya opened this issue 4 months ago • 11 comments

Hi! I have several questions about using ESP32 CC1101 PAGER. -I will start with the less problematic one. For some reason, above version 5.7.0 the reception does not work. Using the example code I have stepped through the versions so I suspect there is some kind of breakage there. -Other: Since direct mode reception is using is there any way to stop it once it has been started by pager.startReceive()? So you can't switch between transmit and receive. The goal would be to listen continuously and if needed to stop reception for the duration of the transmission. -Third, which may not be a radiolib problem. I have found that with Skyper Rubic receive, ESP crashes. Skyper uses ROT-1 encoding but only for the printable characters, but the rubic index can be included in the non-printable range.(?)

A case where this happens: image

LOG: [Pager] Address: 666411 [Pager] Data: Uptime Warning [Pager] Received pager data, decoding ... success! [Pager] Address: 4512 [Pager] Data: (Decoded) > 1*DAPNET NEWS Failed to obtain time [Pager] Received pager data, decoding ... Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception). Debug exception reason: Stack canary watchpoint triggered () Core 0 register dump: PC : 0x4008eb77 PS : 0x00060036 A0 : 0x800ebd62 A1 : 0x3ffbc990 A2 : 0x9c400000 A3 : 0x00038000 A4 : 0x9c400000 A5 : 0x00000008 A6 : 0x00000004 A7 : 0x00000000 A8 : 0x3ff5f000 A9 : 0x00000008 A10 : 0x3ffbc9c0 A11 : 0x00000000 A12 : 0x00000008 A13 : 0x3ffbc9c8
A14 : 0x00000001 A15 : 0x00000000 SAR : 0x00000020 EXCCAUSE: 0x00000001 EXCVADDR: 0x00000008 LBEG : 0x400869e8 LEND : 0x400869f3 LCOUNT : 0xffffffff

Backtrace: 0x4008eb74:0x3ffbc990 0x400ebd5f:0x3ffbc9c0 0x400ebda5:0x3ffbc9f0 0x400ec1e7:0x3ffbca60 0x4008395d:0x3ffbcab0 0x40084940:0x3ffbcad0 0x4008d8fa:0x3ffbcb90 0x4008c5aa:0x3ffbcbb0 0x4008aa88:0x3ffbcbe0 0x4008aa38:0xa5a5a5a5 |<-CORRUPTED

Szetya avatar Oct 06 '24 16:10 Szetya