SpaceTeddy / CC1101

driver library for Ti CC1100 / CC1101. For Arduino and Raspberry Pi
MIT License
271 stars 92 forks source link

Nothing received #10

Closed martenumberto closed 7 years ago

martenumberto commented 7 years ago

Hi,

im running your RX_Demo on a Raspberry as following:

sudo ./RX_Demo -f 868 -v

Some Stuff is Running on that Frequency but nothing will be received. The last Output is "PaTable: 0x03 0x17...". Whats wrong?

SpaceTeddy commented 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

SpaceTeddy commented 7 years ago

does it work?