Hello, I am attempting to establish a connection between my new Rf 434 (https://www.sparkfun.com/products/10534) transmitter and receiver. My connections are as follows (according to https://www.sparkfun.com/datasheets/RF/KLP_Walkthrough.pdf):
Transmitter: 2 >> Arduino DP1 (RXI)
Receiver: 2 >> Arduino DP0 (TXO)
I'm using the VirtualWire Library and Code on two Arduino Pro Minis (VirtualWire: Examples).
The DP13 LED on the Transmitter Arduino side flashes but the Reciever Arduino shows no signs of getting the signal.
When I removed the Serial commands from the code the receiver shows an endless string of "|<~<<>øøx|" in the serial monitor. The receiver serial monitor is interrupted every time I power up and down the transmitter, which to me shows they are working from a hardware perspective. Something is clearly going wrong on the software side and if you have any ideas I greatly appreciate them.
Thank you.