Hi Harrison,
thanks for your quick response!
I am powering the radio of the Arduino's 3.3V power supply. I have no battery inserted.
RTS provides flow control for the UART interface so it's a bit surprising to see proper communication working without it.
I am absolutely no serial expert, but I interpreted the ANT documentation as if the RTS only indicates when the radio is ready to receive (Interfacing with ANT General Purpose Chipsets and Modules, page 8). I am using the radio as a receiver, so the only data I send from the Arduino to the radio is the configuration commands. I included a short pause between the various configuration commands to work around the RTS. Is this supposed to work? (It is working for the radio that I connected directly).) If this is not supposed to work, can you provide a little more info on using the RTS pin.
For the radio I connected directly I tied all pins that have to do with EEPROM to ground, as I am not using this. Since the documentation states that those pins can be left unconnected, I did not bother connecting these pins for the radio that I am trying to connect using the battery board. (I only connected power, ground, rx, tx). Can this be causing the one board to work and the other not?
Thanks again,
Mark