Go to file
Light-r4y be38a5f754
fix missing library AsyncTCP
2025-06-06 17:37:38 +03:00
.github/workflows fix missing library AsyncTCP 2025-06-06 17:37:38 +03:00
LICENSE Initial commit 2025-06-05 23:02:54 +03:00
README.md Update README.md 2025-06-06 17:35:38 +03:00
UART-TCP-proxy.ino init repo 2025-06-05 23:12:46 +03:00
config.h init repo 2025-06-05 23:12:46 +03:00

README.md

UART-TCP-proxy

Bidirect UART-TCP bridge via WIFI on ESP32

Hardware

Using in template Wemos S2 Mini board https://www.wemos.cc/en/latest/s2/s2_mini.html

Software

Arduino framework Requirment lib: 'Async TCP' by ESP32Async (v 3.4.4)

for build use cli:

FQBN: esp32:esp32:lolin_s2_mini:PartitionScheme=huge_app

Settings change in 'config.h' file.