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

Wha receive pint on Esp32c3

feyhong1112 opened this issue · comments

First of all thank you for your dedicate to make this lib.
I set the spi pin according to datasheet:
Miso 5
Mosi 6
SCK 4
Ss 7
Board: esp32c3 supermini

The problem that I facing is I can not receive the data from any pin. I tried digitalpintointerrupt but it cannot use either.
However I can transmit the data via A0 pin. It work fine. Thank you in advance for any help that you provide. If their are any misunderstanding please accept my apologies.

I found the problem occure by Hardware