Closed dontsovcmc closed 6 years ago
I found this pretty info in mqtt example:
Important For this sketch to work you must turn off the UART debug log in esp-link (on the Debug Log page). The reason is that otherwise esp-link prints too much to its uart and then misses incoming characters.
I continue trying..
My board isn't 3v3 :(. I thinks, it is a reason.
I got "EL-Client sync failed!" with Arduino Pro mini 3.3v. SLIP enabled Serial baudrate in Arduino is the same as in /console.html MQTT broker got status "esp-link" messages, but not from SLIP
esp-link: v3.0.14-g963ffbb
I have checked serial line: compile SoftwareSerial example to Arduino and send-receive data with Telnet and see them on Serial port of Arduino.
What I see in esp-link Serial:
I see SYNC answer from ESP to Micro by TTL-USB
C0 C0 02 00 00 00 44 03 00 00 50 80 C0 C0 03 00 01 00 44 03 00 00 01 00 05 00 8B 12 C0
I think, connection could be wrong. What Pin assignment I should use?