Chat freely about anything...

User avatar
By rayellam
#38251 Hi All,
There was a thread in projects called ESP-Link but it seems to have disappeared so im posting here. I have successfully flashed ESP-Link on my ESP-12E but im struggling to find ANY documentation on how to use it. Is there any document that lists serial commands? the SLIP protocol implemented in ESP-Link? and anything else?

I see there are plenty of bits of code out there for Arduino but i will implement my use on a PIC16 micro so i need to write some lib's to get the thing working and i need as much info on the "nuts+bolts" in ESP-Link to do this.

I have posted a duplicate thread on HTTP projects.

Many thanks
Ray
User avatar
By tve
#38271 The thread you're looking for is viewtopic.php?f=6&t=7383
I currently don't have documentation on the protocol and I'm refactoring things (mostly the initialization calls), the slip protocol is relatively standard now. Best place to look might be https://github.com/jeelabs/el-client/bl ... Client.cpp