You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i have a ESP32 WROOM 32 board with M1101D (CC1101 Chip) module. When using example files my board keeps rebooting or hangs at setup, i even tried the example files without the C1101 module connected but the problem persists. Any ideas?
The text was updated successfully, but these errors were encountered:
I was experiencing the same issue. It seems the pins are not correctly configured. Just do this: #define SCK_PIN 18 #define SS_PIN 5 #define MISO_PIN 19 #define MOSI_PIN 23
and add this line as first instruction after void setup() { ELECHOUSE_cc1101.setSpiPin(SCK_PIN, MISO_PIN, MOSI_PIN, SS_PIN);
Hello, i have a ESP32 WROOM 32 board with M1101D (CC1101 Chip) module. When using example files my board keeps rebooting or hangs at setup, i even tried the example files without the C1101 module connected but the problem persists. Any ideas?
The text was updated successfully, but these errors were encountered: