SmartRC-CC1101-Driver-Lib icon indicating copy to clipboard operation
SmartRC-CC1101-Driver-Lib copied to clipboard

ACK message

Open SalihSalurr opened this issue 3 years ago • 0 comments

Hello, I want to ACK message. For example, Tx module sends message, Rx module accepts message and return ACK(message arrived). After that Tx accepts ACK message. I want to do this without switch, hardware interrupt.

I tried change pin status with software but I did not succeed.

I used this code => https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/tree/master/examples/Rc-Switch%20examples%20cc1101/Receive_Send_Decimal_Demo_Simple

Thank you.

SalihSalurr avatar Feb 16 '22 08:02 SalihSalurr