SenseCAP Decoder | Seeed Studio Wiki #1281
Replies: 2 comments 2 replies
-
Are all the Chirpstack decoder codecs on your GitHub website for Chirpstack V3? I am getting an error using the A1101 one on an SenseCap M2 multi-platform which has chirpstack V4. |
Beta Was this translation helpful? Give feedback.
-
We are also using Chirpstack V4, managed to get this working by using the Chirpstack V3 decoder, delete the first line: function Decode(fPort, bytes, variables) { Replace it with the Chirpstack V4 function name and break out the nested variables so they are available to the decoder functions: function decodeUplink(input) { |
Beta Was this translation helpful? Give feedback.
-
SenseCAP Decoder | Seeed Studio Wiki
SenseCAP_Decoder
https://wiki.seeedstudio.com/SenseCAP_Decoder/
Beta Was this translation helpful? Give feedback.
All reactions