# End Device Xbee Series 1 not associating with Coordinator Xbee Series 1??

**URL:** https://forums.digi.com/t/end-device-xbee-series-1-not-associating-with-coordinator-xbee-series-1/16433
**Category:** XBee & XBee Gateway
**Tags:** xbee, 4, s1, 15, 802
**Created:** [March 14, 2016, 10:42am UTC](https://forums.digi.com/t/end-device-xbee-series-1-not-associating-with-coordinator-xbee-series-1/16433 "2016-03-14T10:42:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ajith](https://avatars.discourse-cdn.com/v4/letter/a/bcef8e/32.png) [@Ajith](https://forums.digi.com/u/Ajith)
#### Post date: [March 14, 2016, 10:42am UTC](https://forums.digi.com/t/end-device-xbee-series-1-not-associating-with-coordinator-xbee-series-1/16433/1 "2016-03-14T10:42:09Z")

</div>

My Coordinator Xbee Series 1 is already powered on in API mode 2.  
After that i powered on my End Device Xbee Series 1 in API mode 2.

I am waiting for association to complete by checking the AI status of Xbee End Device by Arduino Program. So for that I am reading the AI status from the AT response frame after the AT request frame with AI command was sent to the local Xbee.  
I am getting the AI status as 0x10 and in between 0x2. And these Xbee is not associating which would give AI status 0x00. I checked the data sheet to know the what that meant. After restarting the coordinator xbee everything started working as normal.  
What is the reason for this behavior.

---

<div class="post-metadata">

### Author: ![mvut](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.digi.com/mvut/32/31_2.png) [@mvut](https://forums.digi.com/u/mvut)
#### Post date: [March 14, 2016, 11:49am UTC](https://forums.digi.com/t/end-device-xbee-series-1-not-associating-with-coordinator-xbee-series-1/16433/2 "2016-03-14T11:49:15Z")

</div>

Unless you have enabled the A1 and A2 settings, association does not take place in the 802.15.4 protocol. Nor is it needed. All you need to do is to have two radios in range, on the same Channel and ID values for communications to be possible.

---

<div class="post-metadata">

### Author: ![Rocker1446](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.digi.com/rocker1446/32/21_2.png) [@Rocker1446](https://forums.digi.com/u/Rocker1446)
#### Post date: [March 14, 2016, 12:26pm UTC](https://forums.digi.com/t/end-device-xbee-series-1-not-associating-with-coordinator-xbee-series-1/16433/3 "2016-03-14T12:26:38Z")

</div>

There are very few cases where Coordinator / End Device settings need to be used when working with Series 1 radios. As MVUT has stated, you simply need to make sure each radio has the same CH and ID parameters.

Because you are using API mode, you can set each packet to be either a broadcast packet (everyone hears it and passes it out the UART) or a unicast packet (everyone can hear it, but only the specified radio will send an acknowledge back to the send and pass it out the UART).

---

<div class="post-metadata">

### Author: ![Ajith](https://avatars.discourse-cdn.com/v4/letter/a/bcef8e/32.png) [@Ajith](https://forums.digi.com/u/Ajith)
#### Post date: [March 19, 2016, 12:36pm UTC](https://forums.digi.com/t/end-device-xbee-series-1-not-associating-with-coordinator-xbee-series-1/16433/4 "2016-03-19T12:36:54Z")

</div>

But giving a fixed channel, will it be a good design. Since the channel scan does not take place to determine the best channel with least energy disturbance.
