Hi~everyone!
Now I am doing my project, got some problem.
I have 3 xbee chip, one is with the xbee explorer which plug in to my computer.
the other 2 is with the xbee shield and arduino Uno board.
what I want is just use the explorer one to control the other 2. No need any feedback from those two and no need to let the 2 communicate.
and want to let them work in API mode, can address the other 2 chips' address.
now my configure of the 3 chip is like this: (XCTU)
Explorer one- coordinator- AT
the other 2- Router- AT
now is work quite well, bec I let the coordinator send command to 2 chips at same time, but the program I write inside the arduino board is different. one is " if it receive a letter 'a', then it will active the pin3, which is connect to my load", another one is the same meaning, but I use the letter 'b'.
and I use LABVIEW to send letter to it, click different button can let the VISA Write send different command to the 2 chip at same time.
then if the arduino receive the letter which is match the one inside the program of it then it will active my load.
But now my lecture try to improve my project, she wants me can use the chip in API mode, can address this two chips separatly then I can send letter to it directly the one instead of sending to both.
Actually I try to find some tutorials of API mode configure before, but most of them is set chip to chip communication which is not enough for me.
Can anyone help me? sorry for so long explain. Really appreciate if have any command for me.! thanks~