Table of Content

TOPSNAP LR Mousetrap LoRaWAN®Payload V1

This document describes version 1 of the application payload introduced with Firmware V2.0.x

TS-LR is sending 3 bytes of hex encoded data on Port 2 every time a trap triggers or once in 24h.

Byte# Property   Possible HEX Values
0 STA Trap Status
11 : both armed
01 : left trap triggered
10 : right trap triggered
00 : both triggered
00
01
10
11
1 TEMP Temperature
-128 … +127°C
transmitted in the two’s complement format
40…7F
2 BATT Battery level
0…100%
00…64

Payload Examples

Both armed, 20°C, Battery 98%

11 14 62

Left triggered, -2°C, Battery 20%

01 FE 14