I got a MKR1000 and a CC1101 that I'm trying to get to work together so I can pickup the signal from some wireless thermometers. The problem is I'm trying to find a library for the CC1101. I did find one but the problem is that it uses its own SPI code and won't work with the MKR1000 so I need a library that uses the SPI Library. You guys know of a library for the CC1101 transceiver that will work with the MKR1000?
A quick glance seems to show this library does not hit the hardware direct but uses the SPI library so has a better chance of working on the MKR1000.
Thanks that works, Now to get these to pickup the tranmissions