Tool/software:
I am trying to detect a 433mhz signal from a tpms sensor.
I am setting the cc1101 to direct mode because I want to process all of the raw signals in software on my MCU.
I can see a ton of pulses coming via the gpo0 pin on the cc1101 to my MCU. I am sure most of it is noise, so I need to use the RSSI to detect when my signal is being sent.
I can see on my log output the RSSI value and it is always about 0xA5.
This doesn't change when I know I am sending a signal from the tpms sensor. I have another app running on my PC that shows the tpms sensor data so I know it is actually sending something.
The device is withint 12 inches of the cc1101 antenna.
Can I get RSSI in raw direct mode or do I have to set up some kind of packet settings on the cc1101?