Since the PL command accepts a 32-bit value, is the permissible value for that command 0x00000000 to 0xFFFFFFFF?
Yes but note that the power level parameter is a signed value because it represents units in dBm (actually deci-dBm or dBm/10).
So for instance, to set a power level of -10 dBm one would write
FFFFFF9C (-100 in hex). If this parameter is used, the value FFFFFF9A is
read back since this is the closest value the radio could find to the
desired level.
Related Articles
In order to save power, can the coordinator send a PL command over the air to each endpoint?
No this is not a way to remotely change the power level. Also, we do not allow coordinators to dynamically change the listen window for endpoints. The reason for this is that a sleepy endpoint is typically battery powered and dynamically extending ...
What is the AT command to enter the bootloader?
The AT command is: BL. Note that the bootloader runs at 115200 baud so it is best to first change your baud rate to 115200 (ATBR7), do a write to flash (ATWR), and then enter bootloader (ATBL). After you update the firmware, the default baud rate of ...
Instead of sending the SK in 2 AT commands (KU and then KL), is there some AT command that allows it to be sent as one command?
There is no command which sends both parts automatically, they must be sent individually. Also, it doesn’t matter which order they are sent, as long as both parts of the key are received by the endpoint, encryption will be enabled automatically.
Is there any AT command I can send the module to cause it to reboot?
There isn’t a reboot command that is the equivalent of pulling reset low, but you can use the RE (restore parameters) or FR (factory reset) to reset all parameter values to default. Note that the difference between the two is that FR also clears the ...
When I try to read the BroadcastID Only setting (ATBO) or set it (ATBO0 or ATBO1) I get a reply that the command isn’t recognized (ERR 000A).
The ATBO command will be removed on the next firmware release. During the Discover Endpoint sequence on the coordinator, any packet from the radio will be used to add the associated endpoint to the list of connected devices. In other words, if the ...