CC1101 to ESP32 – How to Connect

pcbpcb-designspi

I am building a custom board for CC1101. Basically I only copy the schematic from the datasheet.
enter image description here

I understand SI is the MOSI, SO is the MISO.

However what is the SCLK pin? Is it the CLK or SCL?

And is CSn the SS pin? If not, which one is the SS pin?

Best Answer

It looks like it is using the SPI interface so this would be how i would wire it up:

Wiring diagram for esp32 and cc1101

Note I am using the hardware SPI lines, not the VSPI ones.

Related Topic