ESP8266-01 RX to TCP/ UDP
Posted: Mon Feb 20, 2017 3:41 pm
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.
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.