Αναζήτηση

Powered By Blogger

Mar 11, 2016

Hardware serial port monitor over WiFi

Hardware serial port monitor over WiFi:



Arduino_TX_Wifi


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]

The post Hardware serial port monitor over WiFi appeared first on Electronics-Lab.