-
Notifications
You must be signed in to change notification settings - Fork 7
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
Crash when controlling AXA Remote 2.0 synchronous #7
Comments
Hi, i do not have two AXA modules to test. May be the serial port gives some feedback and you have to put a trace on the serial ouput to give some clue what is going on? The code will put also some logging to the LOG feed (accessible via Esphome LOG). |
Hi, Thank you for your answer. I've been able to drastically reduce the crashes by performing a bounds check when writing to the buff array in the while(available()) loop. |
@rpoelstra |
I’ve monitored the power supply and it’s rock steady. I’m using the AXA supplied adapter and power the esp from there with a step down converter. |
Hi,
I'm using your code to control both a 'normal' AXA Remote 2.0 as well as a 'synchronous' version that has two motors connected.
The single motor version works fine, but with the double motor version there occurs a crash every now and then.
I'm new to ESPHome development, so I'm wondering how I can debug this issue.
Can you provide some support?
The text was updated successfully, but these errors were encountered: