ESP32_CC1101 icon indicating copy to clipboard operation
ESP32_CC1101 copied to clipboard

How did you wire the cc1101 on esp32?

Open vekexasia opened this issue 5 years ago • 1 comments
trafficstars

Hello, how did you wire the cc1101 to your esp32?

vekexasia avatar Jul 22 '20 09:07 vekexasia

@vekexasia the wire configuration located in the https://github.com/loboris/ESP32_CC1101/blob/master/components/cc1100/libcc1100.h

#define SCK_PIN		18	// SPI CLOCK
#define MISO_PIN	19	// SPI MISO (input)
#define MOSI_PIN	23	// SPI MOSI
#define SS_PIN		 5	// SPI CS
#define GDO2		25	// input from GD02
#define GDO0		36	// ADC input, set to 0 if you don't want to use it

HexRx avatar Aug 09 '20 09:08 HexRx