Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 884 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 884 Bytes

esp8266_uart_bridge

Firmware for ESP8266 based on esp_iot_rtos_sdk to make UART port accessible over network. Currently only TCP connections are supported.

Configuration

Configuration options are defined in include/user_config.h. Dynamic configuration after flashing is not supported yet.

Building

Make sure a compiler toolchain is installed, if not see here. To build the project, run ./build.sh. Firmware files are located in firmware directory.

git clone https://github.com/alu96/esp8266_uart_bridge.git
cd esp8266_uart_bridge
./build.sh

Flashing

After a successful compilation, the firmware can be flashed with flash.sh. This script depends on esptool and might need some modifications before use.