XB24-BPDK Digi International/Maxstream, XB24-BPDK Datasheet - Page 82

no-image

XB24-BPDK

Manufacturer Part Number
XB24-BPDK
Description
KIT DEVELOPMENT XBEE SERIES 2
Manufacturer
Digi International/Maxstream
Series
XBee™r
Type
802.15.4/Zigbeer
Datasheet

Specifications of XB24-BPDK

Frequency
2.4GHz
For Use With/related Products
XBee™ Series 2 Modules
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
XBee ZNet 2.5/XBee‐PRO ZNet 2.5 ZigBee OEM RF Modules v1.x4x 
8.6. Developing Custom Firmware
8.7. Design Considerations for Digi Drop-in Networking
Designers can implement custom firmware projects on the XBee module and upload the firmware
using X-CTU or one of Ember’s programming tools. The X-CTU can upload firmware onto an XBee
as long as the original bootloader is not erased (see section 8.4).
For some applications, it may be necessary to determine if the board is an XBee or an XBee-PRO
flavor. The GPIO1 pin is used to identify the module type – it is grounded on the XBee, and
unconnected on the XBee-PRO. To determine if a module is an XBee or an XBee-PRO, do the
following:
configure the RF path correctly.
XBee/XBee-PRO ZNet 2.5 embedded RF modules contain a variety of features that allow for
interoperability with Digi's full line of Drop-in Networking products. Interoperability with other
"DIN" products can offer these advantages:
We encourage you to contact our technical representatives for consideration, implementation, or
design review of your product for interoperability with Digi's Drop-in Networking solutions.
Custom applications should call emberSetTxPowerMode() with the appropriate parameters to
© 2008 Digi International, Inc.
• GPIO_DIRCLRL = GPIO(1); // Set GPIO1 as an input
• GPIO_PUL |= GPIO(1);
• ModuleIsXBeePro = (GPIO_INL & GPIO(1));
• Applications running on the XBee should callemberSetTxPower-
• Applications running on the XBee-PRO should call emberSetTxPower-
• Add IP-connectivity to your network via Cellular, Ethernet or WiFi with a ConnectPort X Gate-
• Extend the range of your network with the XBee Wall Router.
• Make deployment easy by enabling the Commissioning Pushbutton (pin 20) and Associate
• Interface with standard RS-232, USB, Analog & Digital I/O, RS-485, and other industrial
• Monitor and manage your network securely from remote locations with Connectware Manager
XBee.
Mode(EMBER_TX_POWER_MODE_DEFAULT) or emberSetTxPower-
Mode(EMBER_TX_POWER_MODE_BOOST).
Mode(EMBER_TX_POWER_MODE_ALTERNATE) or emberSetTxPower-
Mode(EMBER_TX_POWER_MODE_BOOST_AND_ALTERNATE).
way.
LED (pin 15) to operate with the Network Commissioning Tool software.
devices using XBee Adapters.
software.
// Enable GPIO1 pullup resistor
// Read GPIO1. If high, XBee-PRO. If low,
     81

Related parts for XB24-BPDK