Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamff-dev/esp8266_web_server_led
:bulb: Web server for controlling LED diodes with a NodeMCU (ESP8266)
https://github.com/adamff-dev/esp8266_web_server_led
ap automation control esp8266 hotspot iot iot-button iot-device iot-gateway led light nodemcu nodemcu-arduino nodemcu-httpserver remote-control web-server wifi wifi-hotspot
Last synced: 2 months ago
JSON representation
:bulb: Web server for controlling LED diodes with a NodeMCU (ESP8266)
- Host: GitHub
- URL: https://github.com/adamff-dev/esp8266_web_server_led
- Owner: adamff-dev
- Created: 2017-10-14T14:14:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T16:57:18.000Z (over 4 years ago)
- Last Synced: 2024-05-21T01:42:29.853Z (8 months ago)
- Topics: ap, automation, control, esp8266, hotspot, iot, iot-button, iot-device, iot-gateway, led, light, nodemcu, nodemcu-arduino, nodemcu-httpserver, remote-control, web-server, wifi, wifi-hotspot
- Language: C++
- Homepage:
- Size: 245 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP8266 Web server (LED diodes control)
This is a simple IOT example for the NodeMCU or ESP8266. You can control some LED diodes from NodeMCU through an user-friendly web server.Web server
Default settings
- **WiFi SSID:** ESP8266-IOT
- **Gateway:** 192.168.2.1
Connections
NodeMCULED
D5 (GPIO14)1st anode
D6 (GPIO12)2nd anode
D7 (GPIO13)3rd anode
D8 (GPIO15)4th anode
GNDAll cathodes**Advice!** You should add 330Ω resistors before every anode.