jeelabs / el-client

Arduino client for esp-link's REST, MQTT, and command interface
BSD 2-Clause "Simplified" License
85 stars 47 forks source link

EL-Client sync failed! #51

Closed bklippstein closed 5 years ago

bklippstein commented 5 years ago

I get "EL-Client sync failed!" using ELClient, ESP-Link v3.0.14-g963ffbb with Arduino Due & ESP-01. SLIP is enabled, MQTT server is connected, baud rate and Fmt are 115200 / 8N1, debug log is off.

I also tested a Arduino Mega & ESP-01 (with resistors as level shifter). On the Mega the sync worked.

How can I get it to work on the Due?

bklippstein commented 5 years ago

The solution was to use Serial1 on the Due. With Serial1 the sync was fine.