You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand.
How to program on elclient?
I write firmware, web interface is work.
If I write 'blink' sketch from Arduino IDE, then nothin works.
I have search over 300 sites. And nothing
The text was updated successfully, but these errors were encountered:
2- You need to enable the SLIP function (on the tab below the services called "REST & MQTT"): "[x] Enable SLIP on serial port". Available on the esp-link settings page.
3- The speed (Baud) of the port of the "uC console" must be with the same speed of the program el-client.
5- The communication functions are similar to the Arduino programs for esp8266, the difference is that an intermediate is being used between the Arduino and esp8266, which is the esp-link firmware.
ELClient: is a Wifi library for arduino that uses the SLIP protocol to communicate via serial with an ESP8266 module running the esp-link firmware.
If the Atmega328 (like an Arduino Pro Mini) has the UNO bootloader, the IDE can work with the "Arduino WiFi" option, to program the Atmega328 using the esp-link as a bridge. You need to configure the mDNS service with the name "arduino", details in: https://github.com/jeelabs/esp-link/issues/394
I don't understand.
How to program on elclient?
I write firmware, web interface is work.
If I write 'blink' sketch from Arduino IDE, then nothin works.
I have search over 300 sites. And nothing
The text was updated successfully, but these errors were encountered: