XBP09-DPUIT-156 Digi International, XBP09-DPUIT-156 Datasheet - Page 47

no-image

XBP09-DPUIT-156

Manufacturer Part Number
XBP09-DPUIT-156
Description
MODULE XBEE PRO W/U.FL
Manufacturer
Digi International
Series
XBEE-PRO™r
Datasheets

Specifications of XBP09-DPUIT-156

Frequency
902MHz ~ 928MHz
Data Rate - Maximum
156kbps
Modulation Or Protocol
FHSS
Applications
ISM
Power - Output
17dBm (50mW)
Sensitivity
-100dBm
Voltage - Supply
3 V ~ 3.6 V
Current - Receiving
80mA
Current - Transmitting
210mA
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
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
602-1168
XBee‐PRO® 900 RF Modules  
Supporting the API
Frame Data
AT Command
void XBee_HandleRxAPIFrame(_apiFrameUnion *papiFrame){
}
switch(papiFrame->api_id){
}
Applications that support the API should make provisions to deal with new API frames that may be
introduced in future releases. For example, a section of code on a host microprocessor that
handles received serial API frames (sent out the module's DOUT pin) might look like this:
The following sections illustrate the types of frames encountered while using the API.
Frame Type: 0x08
Used to query or set module parameters on the local device. This API command applies changes
after executing the command. (Changes made to module parameters take effect once changes are
applied.) The API example below illustrates an API frame when modifying the NH parameter value
of the module
case RX_RF_DATA_FRAME:
case RX_IO_SAMPLE_FRAME:
case NODE_IDENTIFICATION_FRAME:
default:
© 2009 Digi International, Inc.
//process received RF data frame
break;
//process IO sample frame
break;
//process node identification frame
break;
//Discard any other API frame types that are not being used
break;
     47

Related parts for XBP09-DPUIT-156