I am trying to connect 2 nRF24L01+ modules that just arrived in my inbox with 2 arduinos.
I am using the RF24 library with client in one and server on the other, pingpair, scanners. On ALL of them I am getting strange characters in Serial terminal display:
http://postimg.org/image/yaufirnaj/
Please help !
Not a lot to go on. Is the baud rate the same on the transmitter and receiver?
However a lot of RFID readers do not send ASCII but just binary code or hex.
We need the code you are running along with how you have wired it up.
I didn't know that the terminal should be the same baud rate as the code. Thank you, you saved me lots of hours of work !