-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Board need resetting every two days #3
Comments
btw. I saw that you have 7 different blinds repro's. I curious how you solved some coding issues and hardware issues. best regards, Achim |
Hi Achim, I have updated the code to the latest esp-homekit repro, recompiled and updated my boards. I'm still having the same issue where the boarded requires resetting after ~2 days. As I mentioned in my previous message the code works perfectly until the reset is required. It seems to me that it depends on the number of sensor activations until a reset becomes needed?!! Thank you for your help. |
Hi Achim, I'm learning and it's still a hit or miss exercise for me. Please find below the adapted stepper code I use for my blinds: #include <stdbool.h> // ESP-12F(WeMos D1 mini) const int NBSTEPS = 4095; int arrayDefault[4] = {0, 0, 0, 0}; int stepsMatrix[8][4] = { bool set_gpio() { return true; void writeStep(int outArray[4]) { void setDirection() { if (Step > 7) { void step() { if ((Step >= 0) && (Step < 8)) { void sleep(){ void reverse(){ bool clockwise(){ |
@AR-Tawil I saw that you already contacted Maxim maximkulkin/esp-homekit-demo#376 and he noticed that you having trouble with your DHCP, is this issue solved? maybe you can have a look here: https://github.com/maximkulkin/esp-homekit/issues if they having the same problems as you? |
Hi Achim, I think DHCP is working better now. |
@AR-Tawil do you have a log report to see what's happing when it resets? |
@AchimPieters Is there a way to get log reports without using a direct USB connection to the device? |
yes off course! open your terminal and type: nc -kulnw0 45678 |
@AR-Tawil did you managed to fix your problem? |
Hi Achim, I'm using your motion sensor code and it works perfectly. However, I noticed that the board needs resetting every two days or it will go into a No Responsive state?!!!
Thank you for your help
AR Tawil
The text was updated successfully, but these errors were encountered: