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:

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)

> 

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.