SmartRC-CC1101-Driver-Lib
SmartRC-CC1101-Driver-Lib copied to clipboard
Can I run both RX and TX? How?
I want to run a module both RX and TX? Can I? How?
Hi, yes you can switch between rx and tx in your program. it depends on how you want to send it. So automatically via a button or via serial commands. here is an example. https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/tree/master/examples/Rc-Switch%20examples%20cc1101/Receive_Send_Decimal_Demo_Simple
thank you