Hi everyone,
I am extremely new to the Arduino world, and I am trying to configure my 2 Xbee transceivers with my arduino nano. My setup is as follows: (I also attached pictures)
One Xbee is connected to a USB adapter which plugs into my computer.
The receiving Xbee is connected to my nano which is then connected to a motor driver which drives a little stepper motor.
I can program the nano just fine when I use the USB cable to plug in directly to my computer, but when I try to program wirelessly, it doesn't see the arduino.
I am uncertain about the software and hardware components. I don't know which (if any) libraries I should be using in my code, and I am also unsure about which connections should be made from the receiving Xbee to the arduino...right now I have Dout(Xbee) ->Rx(Arduino) and Din(Xbee) -> Tx(Arduino). It could be wrong, but it makes sense in my head because I want the receiving xbee to send data to the receiving end of the arduino. Can regular jumper wires handle that data transfer? Or would I need some kind of twisted pair wires?
One more thing, I have tried multiple configurations using X-CTU for the Xbees, with no luck.
I appreciate any and all help from you guys. Thanks
All the best,
Marc