AT interface talking to non-XBee

I am trying to get an 802.15.4 XBee to talk to our device, which has a TI CC2430 in it. The goal is to make it easy for our customers to interact with our device using XBees connected to Arduinos and so forth. I’d like to support the AT transparent data connection if possible. From what I can gather I should set up the CC230 with an endpoint id of 0xE8 and a cluster id of 0x11 to do this. I’m not sure what profile id to specify. I’m also not sure what the format of the data should be for this cluster id. I got as far as having the CC2430 establish a PAN and I got the XBee to join that PAN; I could send data from the CC2430 to the XBee and it would print data out in my serial console, but it didn’t seem to match well with what I sent. I set ATMM to 2 to acknowledge data back to the CC2430 and that is working also.

Can anyone point me to more documentation on this?

Is your CC2430 running an 802.15.4 stack or a ZigBee stack? The 802.15.4 XBee operates with the MAC 802.15.4 protocol. For ZigBee compatibility, try the XBee ZB modules.

http://www.digi.com/products/wireless/zigbee-mesh/xbee-zb-module.jsp