tecno4
2.4M views | +35 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'ESP8266 Web Server'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

ESP32/ESP8266 Relay Module Web Server using Arduino IDE

ESP32/ESP8266 Relay Module Web Server using Arduino IDE | tecno4 | Scoop.it

This tutorial is a step-by-step guide that covers how to build a standalone ESP32 or ESP8266 NodeMCU Web Server that controls any relay module. We’ll create an ESP32/ESP8266 Web Server that is mobile responsive and it can be accessed with any device with a browser in your local network.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 Web Server using SPIFFS with Arduino IDE (NodeMCU)

ESP8266 Web Server using SPIFFS with Arduino IDE (NodeMCU) | tecno4 | Scoop.it
This tutorial shows how to build a web server that serves HTML and CSS files stored on the ESP8266 NodeMCU filesystem (SPIFFS) using Arduino IDE. Instead of having to write the HTML and CSS text into the Arduino sketch, we’ll create separate HTML and CSS files.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Build an ESP8266 Web Server - Code and Schematics (NodeMCU)

Build an ESP8266 Web Server - Code and Schematics (NodeMCU) | tecno4 | Scoop.it
This tutorial is a step-by-step guide that shows how to build a standalone ESP8266 Web Server that controls two outputs (two LEDs). This ESP8266 NodeMCU Web Server is mobile responsive and it can be accessed with any device with a browser in your local network.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 IoT Webserver control with database online anywhere in the world

ESP8266 IoT Webserver control with database online anywhere in the world | tecno4 | Scoop.it
If you want to control stuff from all around the world, this tutorial will show you how. You could connect sensors to an Arduino and send the values to a database on the internet. Then you could enter that website and see the values from anywhere in the world with internet connection. Also, you could add boolean buttons on taht webiste and control stuff connected to the Arduino such as turn on LEDs, Relays and more. So we have a back and forth control over the internet using the ESP8266 module. The code will send data to our database, receive the echo data and separate the values.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 Relay Module - Control AC Appliances (Web Server)

ESP8266 Relay Module - Control AC Appliances (Web Server) | tecno4 | Scoop.it
Using a relay with the ESP8266 is a great way to control AC household appliances remotely. This tutorial explains how to control a relay module with the ESP8266. We’ll take a look at how a relay module works, how to connect the relay to the ESP8266 and build a web server to control a relay remotely (or as many relays as you want).
No comment yet.