Pic development kit
-----------------------------------------------------------------------------
|… |
|… |
|… |
|…|–|…|-------------|…|
|…|…|…| I O 5 0 |…|
|…|…|…|…|…|
|…|–|…|-------------|…|
|…Pic …external connection…|
|… |
|… |
|… |
|… |
|… |
|… |
|… |
----------------------------------------------------------------------------
I : Input
O : Output
5 : Vcc
0 : Ground
I have 6 inc jumper and pic development kit. I have connect Input pin of the external connection to the regulated Din pin. Moreover, I have connect Output pin of the external connection to the regulated Dout pin. The other connection Vcc to Vcc, and Ground to Ground.
On the regulated, there is a xbee end point.
I just write data packet to the rs232 register. Then, data frame is taken from din then send via xbee end points to the coordinator xbee.
I have configured the xbee as in the attachment.
My job is :
send data frame from xbee end points to the coordinator xbee.
coordinator xbee connected to the pc via usb. On the pc, libxbee api installed.
Problem:
They are not see each other, and data frame did not taken by the xbee coordinator. I do not understand whether the problem is related to hardware or software. Can you tell me the problem ?
I have used libxbee api to receive data. It works.
Data frame I have send from xbee end points;
API1 (DEST ADR=0013A200404AFD15)
7E 00 0F 10 00 00 13 A2 00 40 4A FD 15 FF FE 00 08 41 58
In the attachment ;
- xbee photo
- configuration screenshot and pro files