hi all, i'm new here
i would like to know how to communication between pic to pic via xbee
here is the easy connection i made.
im using xbee starter kit for both xbee
pic18f4520 to xbee1
pin RC7 (RX receive) to xbee xbee1 TX
pin RC6 (TX transmit) to xbee1 RX
2nd pic18f4520 to xbee2
pin RC7 (RX receive) to xbee xbee2 TX
pin RC6 (TX transmit) to xbee2 RX
i have programmed one of the xbee to be coordinator, another as router, both using 9600 baud rate and AT mode.
i have tested pic to pic via wire UART, it has succeed.
i use interupt receive method.
i also tested xbee1 to xbee2 communication using x-ctu. whatever i type at xbee1 shows at xbee2. whatever i type at xbee2 shows at xbee1.
but when i replace the wire with xbee, the communication is not done.
i'm not sure whether the transmit of xbee or receive of xbee is succeed or not.
is there a need to convert uart of pic voltage from 5v to 3.3v before connect to xbee uart?
can anyone help?