-
Notifications
You must be signed in to change notification settings - Fork 667
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
Have anyone try Rcswitch with esp32c3 supermini #508
Comments
I have also encountered this problem but it remains unsolved. |
Hi IIIwan,
I am now changing to lib "smartrc cc1101" by Lsatan with cc1101 3.3V on now new supermini esp32c3 board I use pin 4 to recieve without needed to use digitaltointerrupt() or any spacial method. and if all of this work on me I guess I hope that it would be work on you also. Try on different supermini borad is my main suggestion If you switch to cc1101 please don't for get to change spi pin dont trust the google supermini spi pin image. Use the chinese vendor data wire. ` int pin; // int for Receive pin. RCSwitch mySwitch = RCSwitch(); void setup() { /* if (ELECHOUSE_cc1101.getCC1101()){ // Check the CC1101 Spi connection. //CC1101 Settings: (Settings with "//" are optional!) mySwitch.enableReceive(4); // Receiver on pin 4 ELECHOUSE_cc1101.SetRx(); // set Receive on } void loop() {
// } } Result: 15:42:09.007 -> Decimal: 12653360 (24Bit) Binary: 110000010001001100110000 Tri-State: 100F0F010100 PulseLength: 294 microseconds Protocol: 1 |
The issue that I am facing now is the recieve pin is did not work anyone else go this problem?
The text was updated successfully, but these errors were encountered: