About 682,000 results
Open links in new tab
  1. ESP32/ESP8266 MicroPython Web Server - Random Nerd …

    Nov 1, 2018 · Learn how to build a web server to control the ESP32 or ESP8266 outputs using MicroPython framework. As an example we’ll build a web server with ON and OFF buttons to control the on-board LED of the ESP32/ESP8266. We’ll use sockets and the Python socket API.

  2. MicroPython: Relay Module Web Server ESP32/ESP8266

    Build a web server to control any Relay Module remotely with an ESP32 or ESP8266 NodeMCU to control AC household appliances using MicroPython firmware.

  3. Build an ESP8266 Web Server – Code and Schematics (NodeMCU)

    This post is a step-by-step guide that shows you how to build a standalone ESP8266 NodeMCU Web Server that controls two outputs (two LEDs). This ESP8266 Web Server is mobile responsive and it can be accessed with any device that as a browser in your local network.

  4. ESP8266 and Python Communication For Noobs - Instructables

    Our esp connects to our wifi and creates a localhost server and starts to waiting a request. Everytime our python sends a request to that localhost, esp runs the desired code and then returns the result as an http request. Finally python reads that returned data as http request and grab that variables from it.

    Missing:

    • Web Server

    Must include:

  5. ESP32: Simple web server using micropython. - C2P Labs

    Jan 13, 2022 · In this blog post we will show how to develop a simple Web Server program using micropython. We are using ESP32 NodeMCU and Ubuntu Linux host for this demo. Thonny python IDE is used for Micropython application development

  6. ESP32/ESP8266 MicroPython Web Server – Microcontrollers Lab

    Learn to make a web server with MicroPython to control outputs using ESP32 and ESP8266 GPIO pins. In this tutorial, we will create a web server which contains an ON and OFF button. The ON and OFF button controls the LED connected to one of the GPIO pins of ESP32 or ESP8266.

  7. NodeMCU ESP8266 GPIO control web server - Hackster.io

    A basic web server hosted on ESP8266 to Toggle and control brightness of LED, implemented using NodeMCU Lua firmware. Find this and other hardware projects on Hackster.io.

  8. NodeMCU ESP8266 Micropython Programming In 7 Simple Steps

    May 10, 2021 · Are you looking to program your ESP8266 wifi module using micropython? No wonder, you have finally decided to realize the potential of Python for the hardware devices, and specifically for the WiFi enabled NodeMCU ESP8266.

    Missing:

    • Web Server

    Must include:

  9. Simple Web Server with Node MCU - Mark of the Lam

    Jan 28, 2019 · I'll show how to create a very simple web server on the NodeMCU. The board serves a simple web page that has two buttons which turn on and off the onboard led. You can program the Node MCU board with a variety of languages such as C, Lua, or Micro-Python.

  10. MicroPython-DHT11 Sensor Webserver with ESP32 -ESP8266

    Dec 23, 2022 · In this MicroPython tutorial demonstrates how to create a user-friendly web server using ESP32 and ESP8266, enabling you to remotely access real-time temperature and humidity data from DHT11 or DHT22 sensors.

Refresh