Manual Documentation Number: MDR3243A-807 35
Black Box Corporation - 1000 Park Drive - Lawrence, PA 15055-1018
www.blackbox.com -- Tech Support and Ordering: 724-746-5500 - Fax: 724-746-0746
broadcast address for the PAN.
Refer to the XBee/XBee-PRO Addressing section for more information.
DN (Destination Node)
Command
<Networking {Identification}> The
DN command is used to resolve a
NI (Node Identifier) string to a
physical address. The following
events occur upon successful command execution:
1. DL and DH are set to the address of the module with the matching NI (Node
Identifier).
2. ‘OK’is returned.
3. RF module automatically exits AT Command Mode.
If there is no response from a modem within 200 msec or a parameter is not specified
(left blank), the command is terminated and an ‘ERROR’message is returned.
DP (Disassociation Cyclic Sleep
Period) Command
<Sleep Mode (Low Power)>
NonBeacon Firmware
End Device - The DP command is
used to set and read the time
period of sleep for cyclic sleeping
remotes that are configured for
Association but are not associated
to a Coordinator. (i.e. If a
device is configured to associate,
configured as a Cyclic Sleep remote, but does not find a Coordinator; it will sleep for
DP time before reattempting association.) Maximum sleep period is 268 seconds
(0x68B0). DP should be > 0 for NonBeacon systems.
EA (ACK Failures) Command
<Diagnostics> The EA command
is used to reset and read the count
of ACK (acknowledgement)
failures. This parameter value
increments when the module
expires its transmission retries without receiving an ACK on a packet transmission.
This count saturates at its maximum value.
Set the parameter to “0”to reset count.
EC (CCA Failures) Command
<Diagnostics> The EC command
is used to read and reset the count
of CCA (Clear Channel
Assessment) failures. This
parameter value increments when
the RF module does not transmit a
packet due to the detection of
AT Command: ATDN
Parameter Range: 20-character ASCII String
Minimum Firmware Version Required: v1.x80
AT Command: ATDP
Parameter Range: 1 - 0x68B0 _ [x 10
milliseconds]
Default Parameter Value:0x3E8_ (1000 decimal)
Related Commands: SM (Sleep Mode), SP
(Cyclic Sleep Period), ST (Time before Sleep)
Minimum Firmware Version Required: v1.x80
AT Command: ATEA
Parameter Range:0 - 0xFFFF
Minimum Firmware Version Required: v1.x80
AT Command: ATEC
Parameter Range:0 - 0xFFFF
Related Command: CA (CCA Threshold)
Minimum Firmware Version Required: v1.x80
36 Manual Documentation Number: MDR3243A-807
Black Box Corporation - 1000 Park Drive - Lawrence, PA 15055-1018
www.blackbox.com -- Tech Support and Ordering: 724-746-5500 - Fax: 724-746-0746
energy that is above the CCA threshold level (set with CA command).
This count saturates at its maximum value.
Set the EC parameter to “0”to reset count.
ED (Energy Scan) Command
<Networking {Association}> The
ED command is used to send an
“Energy Detect Scan”. This
parameter determines the length
of scan on each channel. The
maximal energy on each channel
is returned and each value is
followed by a carriage return. An additional carriage return is sent at the end of the
command.
The values returned represent the detected energy level in units of -dBm. The actual
scan time on each channel is measured as Time = [(2 ^ ED PARAM) * 15.36] ms.
Note: Total scan time is this time multiplied by the number of channels to be scanned.
Also refer to the SD (Scan Duration) table. Use the SC (Scan Channel) command to
choose which channels to scan.
EE (AES Encryption Enable)
Command
<Networking {Security}> The EE
command is used to set/read the
parameter that disables/enables
128-bit AES encryption.
The Wireless data extenders
firmware uses the 802.15.4 Default
Security protocol and uses AES
encryption with a 128-bit key. AES
encryption dictates that all
modules in the network use the
same key and the maximum RF
packet size is 95 Bytes.
When encryption is enabled, the module will always use its 64-bit long address as the
source address for RF packets. This does not affect how the MY (Source Address),
DH (Destination Address High) and DL (Destination Address Low) parameters work
If MM (MAC Mode) > 0 and AP (API Enable) parameter > 0:
With encryption enabled and a 16-bit short address set, receiving modules will only be
able to issue RX (Receive) 64-bit indicators. This is not an issue when MM = 0.
If a module with a non-matching key detects RF data, but has an incorrect key: When
encryption is enabled, non-encrypted RF packets received will be rejected and will not
be sent out the UART.
Transparent Operation --> All RF packets are sent encrypted if the key is set.
AT Command: ATED
Parameter Range:0 - 6
Related Command: SD (Scan Duration), SC
(Scan Channel)
Minimum Firmware Version Required: v1.x80
AT Command: ATEE
Parameter Range:0 - 1
Parameter Configuration
0 Disabled
1 Enabled
Default Parameter Value:0
Related Commands: KY (Encryption Key), AP
(API Enable), MM (MAC Mode)
Minimum Firmware Version Required: v1.xA0