{"id":20171548,"url":"https://github.com/adamff-dev/esp8266_web_server_led","last_synced_at":"2025-08-26T08:09:30.034Z","repository":{"id":119451058,"uuid":"106933438","full_name":"adamff-dev/ESP8266_Web_Server_LED","owner":"adamff-dev","description":":bulb: Web server for controlling LED diodes with a NodeMCU (ESP8266)","archived":false,"fork":false,"pushed_at":"2020-04-26T16:57:18.000Z","size":251,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T02:55:08.126Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamff-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-10-14T14:14:44.000Z","updated_at":"2024-08-12T19:33:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"4797894e-c151-42e2-9d50-0cfc031fd78c","html_url":"https://github.com/adamff-dev/ESP8266_Web_Server_LED","commit_stats":null,"previous_names":["adamff-dev/esp8266_web_server_led"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamff-dev/ESP8266_Web_Server_LED","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamff-dev%2FESP8266_Web_Server_LED","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamff-dev%2FESP8266_Web_Server_LED/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamff-dev%2FESP8266_Web_Server_LED/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamff-dev%2FESP8266_Web_Server_LED/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamff-dev","download_url":"https://codeload.github.com/adamff-dev/ESP8266_Web_Server_LED/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamff-dev%2FESP8266_Web_Server_LED/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272192669,"owners_count":24889452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-11-14T01:25:21.754Z","updated_at":"2025-08-26T08:09:30.005Z","avatar_url":"https://github.com/adamff-dev.png","language":"C++","readme":"# ESP8266 Web server (LED diodes control)\nThis is a simple IOT example for the NodeMCU or ESP8266. You can control some LED diodes from NodeMCU through an user-friendly web server.\n\n\u003ch2\u003eWeb server\u003c/h2\u003e\n\n\u003cimg width=\"225\" height=\"385\" src=\"https://raw.githubusercontent.com/BlueArduino20/ESP8266_Web_Server_LED/master/Screenshot_01.png\" title=\"ESP8266 Web server\"\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/rSiZtB3\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n\u003ch2\u003eDefault settings\u003c/h2\u003e\n\n- **WiFi SSID:** ESP8266-IOT\n\n- **Gateway:** 192.168.2.1\n\n\u003ch2\u003eConnections\u003c/h2\u003e\n\u003ctable\u003e\u003ctr\u003e\u003cth\u003eNodeMCU\u003c/th\u003e\u003cth\u003eLED\u003c/th\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd align=\"center\"\u003eD5 (GPIO14)\u003c/td\u003e\u003ctd align=\"center\"\u003e1st anode\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd align=\"center\"\u003eD6 (GPIO12)\u003c/td\u003e\u003ctd align=\"center\"\u003e2nd anode\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd align=\"center\"\u003eD7 (GPIO13)\u003c/td\u003e\u003ctd align=\"center\"\u003e3rd anode\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd align=\"center\"\u003eD8 (GPIO15)\u003c/td\u003e\u003ctd align=\"center\"\u003e4th anode\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd align=\"center\"\u003eGND\u003c/td\u003e\u003ctd align=\"center\"\u003eAll cathodes\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n**Advice!** You should add 330Ω resistors before every anode.\n","funding_links":["https://www.buymeacoffee.com/rSiZtB3"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamff-dev%2Fesp8266_web_server_led","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamff-dev%2Fesp8266_web_server_led","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamff-dev%2Fesp8266_web_server_led/lists"}