Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How did you wire the cc1101 on esp32? #4

Open
vekexasia opened this issue Jul 22, 2020 · 1 comment
Open

How did you wire the cc1101 on esp32? #4

vekexasia opened this issue Jul 22, 2020 · 1 comment

Comments

@vekexasia
Copy link

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

@HexRx
Copy link

HexRx commented Aug 9, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants