aws-samples / aws-iot-core-lorawan

Quickly get started with AWS IoT Core for LoRaWAN with sample solutions (binary decoding, device and gateway monitoring, downlink, dashboarding, provisioning automation)
MIT No Attribution
78 stars 32 forks source link

What is the unit of the parameter for aws iot lorawan device profile #53

Open lgb861213 opened 7 months ago

lgb861213 commented 7 months ago

What is the unit of MaxEirp? PingSlotPeriod under classb, according to the standard protocol, the value range of this value is 2^n, n=[0, 7], but it is not the case in AWS. How does this correspond to the standard? What are the units of PingSlotFreq?