Apply XBee profiles
Applying a profile is the recommended way to configure an XBee or update it. A configuration profile is an XPRO file that may contain several items: device firmware, setting values to configure, and a file system.
Upload XBee profiles
XPRO files are uploaded to the /etc/config/xbee-profiles directory of the IX15. You can upload profiles to the IX15 using:
- The WebUI. See Manage XBee profiles.
- The scp Secure Copy command from the CLI. See Upload and download files.
- A utility such as SSH File Transfer Protocol (SFTP) or an SFTP application like FileZilla. See Upload and download files.
- Digi Remote Manager. See Upload files to a device in the Digi Remote Manager User Guide.
Update an XBee
To apply a profile use the xbee update command. Use xbee update ? to display its help and syntax.
> xbee update ? Updates the profile (.xpro) of an XBee. Syntax: update XBEE-ID PROFILE Parameters ------------------------------------------------------------------------------- XBEE-ID XBee ID (MAC or node ID). (Required) PROFILE Profile path and filename. (Required) >
- XBEE-ID—required—is the XBee identifier, that can be the 64-bit address or the node identifier.
- PROFILE—required—is the full path of the XPRO file inside the IX15.
For example, to apply the XPRO file /etc/config/xbee-profiles to an XBee with 64-bit address 0013A200DDDDDDD1, enter the following command:
Example: xbee update
> xbee update 0013A200DDDDDDD1 /etc/config/xbee-profiles/profile_1008.xpro Applying profile /etc/config/xbee-profiles/profile_1008.xpro (0013A200DDDDDDD1 - REMOTE1) Reading device parameters Updating remote XBee firmware Updating remote XBee firmware: 1% ... Updating remote XBee firmware: 99% Updating remote XBee firmware: 100% Updating XBee settings Updating XBee settings: 10% Updating XBee settings: 20% ... Updating XBee settings: 90% Updating XBee settings: 100% Success: 100%
Note See Apply XBee profiles for more information on how to perform an update from the WebUI.