So I am fairly new to Arduino. I have an Arduino Uno and a Micro. They are both hooked up to a pair of nRF24L01 transmitters. What I want is the Uno to be the Transmitter and the Micro to be the receiver. When I run the examples for the nRF transmitters, the micro works fine and shows that it is receiving the package and responding. The Uno, however, is printing out garbled messages to the Serial monitor. Like the picture attached. It is the same code but they react differently. Am I missing something? They should ping pong but I can't tell if they are.