-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Loss connection on restart #12
Comments
Hi, |
gracias por responder con el ejemplo cc1101 funciona perfecto después del reinicio y de apagar y encender. El skecht que no funciona después de apagar és el del ejemplo remoteSomfy ` #define EMITTER_GPIO 4 // I've changed it EEPROMRollingCodeStorage rollingCodeStorage(EEPROM_ADDRESS); void setup() {
#if defined(ESP32) void loop() { ` Now I have copied the setup lines of the example cc1101 and my skecht works correctly. The problem is resolved Thanks |
Hello,
I have managed to connect correctly with the motor, but when cutting the power and restarting it loses connection with the motor.
I have looked at the debug and the rollingcode works fine, but still the engine is not responding.
I have also tried to load the CC1101 example and once synchronized then load the remotySomfy example. In this way the rollingcode also works well and the motor responds, the error turns off and on again.
Thank you
The text was updated successfully, but these errors were encountered: