Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinghowler/nodemcu-controller
Repo containing the code for controlling a NodeMCU ESP8266 via wifi
https://github.com/kinghowler/nodemcu-controller
Last synced: about 2 months ago
JSON representation
Repo containing the code for controlling a NodeMCU ESP8266 via wifi
- Host: GitHub
- URL: https://github.com/kinghowler/nodemcu-controller
- Owner: KingHowler
- License: mit
- Created: 2024-08-22T17:11:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T03:58:43.000Z (4 months ago)
- Last Synced: 2024-08-26T05:00:58.930Z (4 months ago)
- Language: C++
- Homepage: https://kinghowler.github.io/NodeMCU-Controller/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NodeMCU Controller
Site containig Code for controlling an ESP 8266 via wifi![Screenshot of websiteS](Screenshot.png)
You can view a demo of the NodeMCU's output over [here](https://kinghowler.github.io/NodeMCU-Controller/)
Note that the indicators on the demo do not change when clicked upon, this is because the code to change indicators must be run on the NodeMCU where there must be a separate bool to store the current state for each.