SenseCAP Decoder | Seeed Studio Wiki #1281
Replies: 3 comments 3 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.
-
|
Using S2100 with electricity meter (1000 pulses/kWh) and scaling factor A=0.001, B=0. If internal counter is also signed int32: max ~2.1M pulses = only 2,147 kWh capacity Which is it? The documentation doesn't specify the internal counter data type. This is critical for determining the correct scaling factor for long-term deployment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
SenseCAP Decoder | Seeed Studio Wiki
SenseCAP_Decoder
https://wiki.seeedstudio.com/SenseCAP_Decoder/
Beta Was this translation helpful? Give feedback.
All reactions