XB24-BUIT-004 Digi International/Maxstream, XB24-BUIT-004 Datasheet - Page 82

no-image

XB24-BUIT-004

Manufacturer Part Number
XB24-BUIT-004
Description
MODULE 802.15.4 SER 2 U.FL CONN
Manufacturer
Digi International/Maxstream
Series
XBee™r
Datasheet

Specifications of XB24-BUIT-004

Frequency
2.4GHz
Data Rate - Maximum
250kbps
Modulation Or Protocol
802.15.4
Applications
Home/Building Automation, Industrial Control, ZigBee™
Power - Output
2 mW (3 dBm)
Sensitivity
-96dBm
Voltage - Supply
2.1 V ~ 3.6 V
Current - Receiving
38mA
Current - Transmitting
35mA
Data Interface
PCB, Through Hole
Antenna Connector
U.FL
Operating Temperature
-40°C ~ 85°C
Package / Case
Module
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Memory Size
-
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-BUIT-004