-
Notifications
You must be signed in to change notification settings - Fork 47
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
Invalid CRC #36
Comments
Have same problem.
|
I found problem is in
So, if i have 12
When is real data(checked in desktop mqtt client):
Topic is truncated, data is empty.. This behavour remains even if i move all if..then..else in separate function. |
I know this has been quiet for a bit ; anyone figure out the work-around. ELC: got 128 @5A5: 3 4EA 2 16 0 73 65 6A 2F 73 68 65 6C 66 73 74 72 69 70 2F 63 6F 6E 74 72 6F 6C 72 0 7B A 20 20 22 73 74 61 74 65 22 3A 31 30 30 2C A 20 20 22 62 72 69 67 68 74 6E 65 73 73 22 3A 31 30 30 2C A 20 20 22 63 6F 6C 6F 72 22 3A 7B A 20 20 20 20 22 72 22 3A 30 2C A 20 20 20 20 22 67 22 3A 30 2C A 20 20 20 20 22 62 22 3A 30 2C A 20 20 20 20 22 77 22 3A 31 30 30 A |
Try lowering your baud rate to 19200, or slower, in the microcontroller program and on the uc Console tab of the esp-link web page. |
I am using EL-Client in an Arduino 101. I get the following error:
I have tried everything I know to get rid of it. The latest "fix" was to disconnect the serial communication for 5 seconds using an octocoupler while the ESP-12 boots to prevent the boot signal from interfering with the Arduino. It doesnt work. As soon as I try to attach to the wifi, it shows the error above. I am using the REST example.
The text was updated successfully, but these errors were encountered: