miost1
miost1
The library is yours SmartRC-CC1101-Driver-Lib. I wonder if is it a Blynk problem or maybe somekind of interferation between Nodemcu, power Supply and CC1101. Nevertheless if there is no Wifi...
Of course the Rc-switch is also used.
```c++ #include #include #include #include RCSwitch mySwitch = RCSwitch(); BlynkTimer timer; char auth[] = "xxxx"; int pin; // int for Receive pin. void rf433 () { if (mySwitch.available()) { if...
What is strange, that serial printing improves the situation. When I remove all the serial printings it is getting worse