Open dracobucio opened 2 years ago
Hi, I'm probably to late for this but did you manage to figure this out? If you did, it would be much appreciated if you shared your script. The developer has been saying he will upload an example script for a while now.
I know this topic has been discussed before and the author will try to add an example later in the next update. However, I have tried to use the new features to send and receive, I found that I need to use a double initialization to be able to use 2 cc1101 modules with a teensy 4.0, using V2.5.7. This is my code:
If just using this initialization in the setup function doesn't work, I must add an initialization again to make it work inside the loop function:
how to correctly use multiple cc1101 switching with the SPI without losing communication? An example of a cc1101 as a transmitter and another as a receiver on the same board would be greatly appreciated.
THANKS! :)