Closed martenumberto closed 7 years ago
Which parameters did you use for the TX_Demo program? You should minimum set the transmitter address, receiver address, frequency and modulation parameters. If you have an 868MHz system, please try:
transmitter: sudo ./TX_Demo -v -a1 -r3 -i1000 -t5 -c1 -f868 -m100 receiver: sudo ./RX_Demo -v -a3 -c1 -f868 -m100
does it work?
Hi,
im running your RX_Demo on a Raspberry as following:
Some Stuff is Running on that Frequency but nothing will be received. The last Output is "PaTable: 0x03 0x17...". Whats wrong?