TTN Smart Sensor (Koidra)

Sensor

Codec Description

Codec for Koidra

Codec Preview

// Only for AT+DATAUP=0 & AT+ALLDATAMOD=0 // Tekbox format only function Decoder(bytes, port) { const Report_Len = 41; const Bat_Len = 25; const Measure_Len = 38; if(port==5) { var freq_band; var sub_band; var sensor; } else if(port==100) { var datas_sum={}; for(var j=0;j

This codec is sourced from The Things Network. All rights belong to The Things Network.

This codec is licensed under the GNU General Public License v3 (GPL v3). Modifications, if any, are clearly marked. You are free to use, modify, and distribute the codec under the terms of GPL v3.

Community Feedback