Both of these xbee are series 2. Can these radio to communicate with each other?
I have connected the first xbee with Explorer USB to my pc. the second xbee powered with 3.3 voltage. Also, the Dout pin goes to RX and Din goes to TX : XbeeArduino
Dout ---> RX
Din ---> TX
I have regulate the Xbee's with X-CTU Software and when I put "+++" in the terminal window I get "OK". However, I can't control the Arduino from my computer and I can not upload a program to Arduino Wirelessly ... What else should I do?
Thank you! Sorry for my bad english...
Yes, they can. But why you chose mesh-network models to do point-to-point communications escapes me. The series 1 models are far simpler to configure and use to point-to-point (i.e. just 2 modules) use.
I have connected the first xbee with Explorer USB to my pc. the second xbee powered with 3.3 voltage. Also, the Dout pin goes to RX and Din goes to TX
Are the grounds connected?
I have regulate the Xbee's with X-CTU Software and when I put "+++" in the terminal window I get "OK".
There's more to configuring them than that.
However, I can't control the Arduino from my computer
With what code on the PC? With what code on the Arduino?
and I can not upload a program to Arduino Wirelessly
Forget this for a while. You have a lot to learn before this can happen.
But why you chose mesh-network models to do point-to-point communications escapes me. The series 1 models are far simpler to configure and use to point-to-point (i.e. just 2 modules) use.
because I want the future to create a network with various devices, so I preferred this series... It was a bad choice?
Are the grounds connected?
Yes of course, VCC goes to 3,3V and Gnd goes to ground...
There's more to configuring them than that.
I uploaded the default items in my unit. If i put another command in the "terminal window" does not get any answer. Only when I send "+++" he answers "OK"...
With what code on the PC? With what code on the Arduino?
When I select the baut rate to 115200, the Xbee seems to meet if i write a command in terminal window. I think that the reason that no working my communication is because the modem configuration in xctu is wrong.
What should I choose in the category "Function Set"?