I wanted to setup a simple ptp-communication with the xbee series 2. Therefor I tried to update the router firmware to a coordinator firmware. I selected the newest firmware for the coordinator and clicked on update.
But as it comes to “getting hardware version” it stops and I get an error: could not read the hardware version […] -> bootloader not responding.
Then I tried to recover my module, but I got an error, too:
There is no active bootloader in this module.
I just use an arduino as an USB to UART converter, but with no extra shield. I wrote a program which receives data from PC over USB an sends it out to DIN and DOUT of the xbee module.
How are you connecting the XBee module to your Arduino? Are you mounting it on an Shield or trying to connect the XBee direct? What is connected to the 2nd XBee module?
I connect them direct (via level-shifter).
But the UART on the Arduino has only a receive and a transmit pin, no DTR and RTS pins.
How can I connect them?
mvut, if I have a FTDI (3.3v) connected to my XBee, how do I have to connect DTR and RTS? DTR(of my xbee) to DSR(of FTDI) and RTS (XBee) with CTS(FTDI) ??? Or something like:
DTR-DTR
RTS-RTS?