LSatan / SmartRC-CC1101-Driver-Lib

This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module. It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I run both RX and TX? How?

SalihSalurr opened this issue · comments

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