ESP8266 IRCControl from Internet IoT v1.0 Part 1

How many times have we not looked for a simple way to communicate with our devices through the Internet without complications and / or complex intermediary applications, DNS, IP addresses or VPN’s. Many times I have been asked how to turn on a led, relay or view a temperature from the Internet in an easy…

ESP8266 + Display Oled I2c Client IRC Chat Control

Explanation 1. ESP8266 the feed module automatically performs the IRC connection to an IRC server, the room defined using a Nickname ESP8266IRC. 2. using in this case an IRC client android I connect to the same server and the same room with another nickname and module prints the characters received in the Oled Display. –…

ESP8266 + Arduino + Oled ( Client IRC Chat Control) Part 1

I have seen many examples of how to control the Arduino remotely but require excessive settings and when using either ethernet LAN or WLAN communication in most examples only works on a local network or intranet. It tryied a simple way to control using the IRC Chat forgotten and implement it in the ESP8266 module….