This tutorial shows how to connect Arduino to the TX line (of a router, RPI) and display serial data on smartphone over WiFi.
Arduino listens for serial port communication on its hardware serial port. Then it sends every received line of data trough software serial port to ESP8266. ESP8266 puts every received line of data into circular buffer. ESP8266 also runs code for webserver and a website which pools the buffer for new data and displays it on the website. (Sadly there is no websockets support for ESP8266.) To see this serial data all you have to do is open the website (IP) on your smartphone and enable javascript.
Hardware serial port monitor over WiFi – [Link]
Subscribe
Login
0 Comments