Skip to content

Instantly share code, notes, and snippets.

@Jochim
Created April 17, 2019 20:39
Show Gist options
  • Save Jochim/c3dc974db8704f32694f5a6f3820cb49 to your computer and use it in GitHub Desktop.
Save Jochim/c3dc974db8704f32694f5a6f3820cb49 to your computer and use it in GitHub Desktop.
TTN ESP32 LMIC Debug Logs
Sending message...
1189759: engineUpdate, opmode=0x808
[0;32mI (19317) ttn: event EV_TXSTART
1189785: engineUpdate, opmode=0x888
1189873: TXMODE, freq=868300000, len=27, SF=7, BW=125, CR=4/5, IH=0
1256529: setupRx1 txrxFlags 0x21 --> 01
start single rx: now-rxtime: 6
1256664: RXMODE_SINGLE, freq=868300000, SF=7, BW=125, CR=4/5, IH=0
[0;32mI (20447) spi_master: Allocate RX buffer for DMA
1260503: process options (olen=0x5)
1260508: LinkAdrReq: p1:54 chmap:0007 chpage:00 uprt:01 ans:87
1260661: decodeFrame txrxFlags 0x1 --> 11
1260892: Received downlink, window=RX1, port=2, ack=0, txrxFlags=0x11
[0;32mI (20457) ttn: event EV_TXCOMPLETE[0m
1261533: engineUpdate, opmode=0x810
Message Received: UPDATE
Handling message Length: 8 bytes
data: ·
decoded data: · Erasing storage @ 1114112 size 1048576
Update Size = B7
Message Success.
1607241: engineUpdate, opmode=0x10
[0;32mI (25672) ttn: event EV_TXSTART[0m
1607257: engineUpdate, opmode=0x880
1607323: TXMODE, freq=868500000, len=14, SF=7, BW=125, CR=4/5, IH=0
1672699: setupRx1 txrxFlags 0x11 --> 01
start single rx: now-rxtime: 6
1672834: RXMODE_SINGLE, freq=868500000, SF=7, BW=125, CR=4/5, IH=0
[0;32mI (26832) spi_master: Allocate RX buffer for DMA[0m
1679549: process options (olen=0x5)
1679555: LinkAdrReq: p1:55 chmap:0007 chpage:00 uprt:01 ans:87
1679705: decodeFrame txrxFlags 0x1 --> 11
1679936: Received downlink, window=RX1, port=2, ack=0, txrxFlags=0x11
[0;32mI (26842) ttn: event EV_TXCOMPLETE
1680577: engineUpdate, opmode=0x810
1896723: engineUpdate, opmode=0x10
[0;32mI (30307) ttn: event EV_TXSTART
1896738: engineUpdate, opmode=0x880
1896804: TXMODE, freq=868100000, len=14, SF=7, BW=125, CR=4/5, IH=0
Sending message...
Transmission failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment