So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By mfic
#62813 Hi everybody.
While I was searching through the web to find a solution for my problem I came by this forum and thought I would ask my question here, since some posts already helped me with other projects.

What I want to achieve is a GPS-Wifi device. I have a UART GPS connected to the ESP through serial.
I now want to stream the input on the ESP (RX) to my cell phone over TCP or UDP. The app on my cell phone can accept both.

I found a lot of great tutorials that show how to send data from the GPIOS or RX to a web server but none that let the ESP act as a web server that streams the data from RX to a TCP or UDP Port.

Maybe some of you have an idea of a similar project or even some code parts that I can use.

If there are questions I will be happy to answer them as good as I can.