ESP-Link

Virtual Serial Port over IP

Posted on

If you like to connect from your Windows environment to your newly ESP8266 ESP-Link, you may use the very good software from Tibbo to create a virtual serial port.

http://tibbo.com/support/downloads/tdst.html

Download the version corresponding to your system (x32 or x64).

Install the package.

Open Tibbo VSP Manager and Add a port

step_0

Set the properties of the port as following to creat a TCP connection to the ESP8266 flashed with ESP-Link. The IP at the bottom is the IP address of the ESP82266!

Once done, a virtual port will be created in the COM section of the Device Manager.

For testing, use the serial console of Arduino IDE. (One of my temperature logger is sending data through the ESP8266).

From the console of the ESP-Link

step_7

 

I don’t know if it is possible to use the serial port to program an arduino that way but I know that the control lines could be changed from the setting. Let’s see, I will give it a try later.

Enjoy.

 

Steps to flash ESP-Link to ESP8266 4 Mbyte (ESP12)

Posted on Updated on

Just few words about flashing ESP-Link on ESP8266 (I posted first working on the ESP01 but gave it up. It bugs a lot. I use now a 4 Mbyte version.)

Yesterday I was looking (bit lazy) to make an ESP8266 TCP / Serial bridge in order to remote control one of my Nextion screen with Node-red (development and testing only).

While browsing I found out ESP-Link. Very nice tool. (Pity, I found that too late)

So, in few steps, to flash it you need to:

  • Download ESP-Link flasher software

http://www.espressif.com/en/support/download/other-tools?keys=&field_type_tid%5B%5D=14

  • Download firmware

https://github.com/jeelabs/esp-link/releases/tag/v2.2.3

  • Get the hardware info of the ESP

To do so, connect to the ESP the tool ESP flash download tool and press start.

step_1

Once the button start is pressed, you will get the hardware details in the Detected Info window.

step_2

Use the info for setting the right flash size and also the right address for flashing.

  • Use this setting for flashing:

step_3

  • Connect to the ESP8266 AP
  • In your browser go to: 192.168.4.1
  • You are good to go for more setting from the webpage

If you like to erase the flah, use the method of Patrik @

Completely format or erase ESP8266 flash memory