SpaceTeddy / CC1101

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

Tx is working, however Rx does not register any received signal. Antennas confirmed working. #38

Open skloppe2 opened 5 years ago

skloppe2 commented 5 years ago

When Tx is transmitting successfully, we ran Rx and this is what it displays in serial monitor:

12:59:12.482 -> Frequency:4 12:59:12.482 -> Channel:1 12:59:12.482 -> My_Addr:3 12:59:12.482 -> Cfg_reg: 12:59:12.482 -> 06 2E 24 47 57 43 FF 04 05 03 12:59:12.482 -> 01 06 00 23 31 3B 87 83 3B 22 12:59:12.482 -> F8 15 07 30 18 14 6C 07 00 92 12:59:12.482 -> 87 6B FB 56 07 E9 2A 00 1F 41 12:59:12.482 -> 00 59 7F 3F 81 35 09 12:59:12.482 -> PaTable: 12:59:12.482 -> 0B 1B 6D 67 50 85 C9 C1 12:59:12.482 -> CC1101 RX Demo 12:59:12.482 -> TX_Timecode: 0ms 12:59:12.482 -> 12:59:37.452 -> ...sleep MCU

Can't get any received data from Tx. Please comment if you have the solution.