Skip to content

Release 0.9.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@tve tve released this 06 Jun 19:23
· 563 commits to master since this release

Release with over-the-air (OTA) reflashing of the esp, and port 23 transparent bridge as well as AVR & ARM flashing support. Simple debug log page to view the esp-link's own os_printf output via the web and a console page to see the attached uC's output. Buttons to reset the uC and change the baud rate.

Changes since v0.9.4: switched console to ajax auto-update, added reset button, added baud rate buttons

To install on your esp8266 module see the project README.
The short version for the serial install is:

  • flash boot_v1.4(b1).bin from the official esp_iot_sdk_v1.1.0 and included in the release tgz to 0x00000
  • flash blank.bin from the official SDK and also included here to 0x7e000
  • flash user1.bin to 0x01000

The short version for an OTA upgrade is:

curl -L https://github.com/jeelabs/esp-link/releases/download/0.9.5/esp-link.tgz | tar xzf -
cd firmware
./wiflash <esp-hostname> user1.bin user2.bin

Missing for 1.0 release:

  • UI to change gpio pin assignments
  • save settings (gpio assignments and baud rate) in flash