TX power of conduit
- This topic has 0 replies, 1 voice, and was last updated 8 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › TX power of conduit
Hello!
Please clarify to me one thing
I use network server as the software for LoraWAN
this is my cfg
15:57:42:692|INFO| Network Server Config ---------------------
{
"addressRange" : {
"end" : "FF:FF:FF:FE",
"start" : "00:00:00:01"
},
"db" : "/var/config/lora/lora-network-server.db",
"log" : {
"console" : false,
"level" : 30,
"path" : "/var/log/lora-network-server.log",
"syslog" : false
},
"lora" : {
"ADRStep" : 30,
"beaconDelay" : 0,
"beaconInterval" : 0,
"beaconPower" : 27,
"dutyCyclePeriod" : 60,
"eui_1" : "00:80:00:00:00:00:BA:D3",
"frequencyBand" : "EU868",
"frequencyEU" : 867500000,
"frequencySubBand" : 7,
"joinByteOrder" : "LSB",
"maxDatarate" : 5,
"maxDatarateEU" : 5,
"maxDatarateUS" : 4,
"maxTxPower" : 26,
"minDatarate" : 0,
"minDatarateEU" : 0,
"minDatarateUS" : 0,
"netID" : "010203",
"rx1DatarateOffset" : 0,
"rx2Datarate" : 12
},
with “maxTxPower” : 26,
but it seems to me conduint sends to client ACK message with powe ~ 11
lora/00-80-00-00-00-00-9e-51/packet_sent {“codr”:”4/5″,”data”:”YDgjxu8gJAA4XSjv”,”datr”:”SF12BW125″,”freq”:868.29999999999995,”ipol”:true,”modu”:”LORA”,”ncrc”:false,”powe”:11,”rfch”:0,”size”:12,”tmst”:3845245044}
Any ideas?
Thanks