SmartRC-CC1101-Driver-Lib
SmartRC-CC1101-Driver-Lib copied to clipboard
SpiReadStatus(CC1101_RXBYTES)
Hello,
I am trying to connect a CC1101 433MHz to and ESP32, to receive some data.
I noticed that the new New_Method_without_GDO was not retriving anything, but the old one retrives the Rssi and LQI values. But do not return the ReceiveData.
So, after checking the library code I think that the problem is in SpiReadStatus(CC1101_RXBYTES).
I also had to set ELECHOUSE_cc1101.setCCMode to 0, because otherwise I was not able to get anything.
Can you help me please?
Thanks you