xb24-awi-001 hardware components

Hi all,

I just start to work with XBee modules and I am using now the BeeKit 1.9.16 from freescale to generate some exaples for XBee.

But I do not know exaclly what is the microcontroller of this module.
I have reed someware that XBee is based on MC9S08GT60 microcontroller and MC13193 RF chip, but I am not shure is this.

I run the Wireless_UART example generated for MC9S08GB60 micro and is working.

Can anyone tell me which are the exact components of the XBee.

Thanks!
Dan

Dear Dan

XBee is pretty straightforward to work with BeeKit, even though it does not appear in the list of BeeKit target boards (at least not in BeeKit 1.6.0 which I use)

But it has to be an XBee 802.15.4 module (formerly Series 1) because the XBee ZNet 2.5 module (formerly Series 2) is based on Ember hardware.

The key to get started is the following link:

http://www.digi.com/support/kbase/kbaseresultdetl.jsp?id=3150

Based on the information in this link, I was able to generate a BeeKit project for my XBee 802.15.4 module, selecting MC1321x-NCB as hardware target board.

Erwin