Firmware for ESP8266 based on esp_iot_rtos_sdk to make UART port accessible over network. Currently only TCP connections are supported.
Configuration options are defined in include/user_config.h
. Dynamic configuration after flashing is not supported yet.
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
After a successful compilation, the firmware can be flashed with flash.sh
. This script depends on esptool and might need some modifications before use.