kamilsss655 / ESPRI

ESPRI (ESP Radio Interface) project providing extended functionalities to ham radios
Apache License 2.0
131 stars 6 forks source link

[FEATURE] UART over WiFi #2

Open kamilsss655 opened 8 months ago

kamilsss655 commented 8 months ago

Is your feature request related to a problem? Please describe.

It would be great to have wireless UART functionality for:

Describe the solution you'd like

Create UART over WiFi functionality.

The code should be well structured, so in he future other UART inputs are possible (i.e Bluetooth).

The ESP will serve a website that has serial monitor for text output and input.

kamilsss655 commented 7 months ago

Mirroring UART port 0 to port 1 could also allow to use ESP USB connection as a programming cable for the radio (would work with Chirp). Not a high priority though.