Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinjan-saha/iot-nodemcu
https://github.com/shinjan-saha/iot-nodemcu
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shinjan-saha/iot-nodemcu
- Owner: Shinjan-saha
- Created: 2023-11-23T07:02:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T05:50:09.000Z (about 1 year ago)
- Last Synced: 2023-11-24T08:23:26.304Z (about 1 year ago)
- Language: C++
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeMcu-Project
# Parts Required For Building The Circuit:-
- Jumper Wires
- Breadboard
- Resistor(1ohm)
- led
- Nodemcu ESP 8266(Main Computing Part of the Circuit)
# Working Principle
Here we create an Website & programme the Nodemcu in such a way that we control an led with that website without requiring any other devices we can switch on & off the Led.Make sure that both Laptop/Mobile & the nodemcu must be connected with same network/wifi
# Code
Pin.no must be followed properly while constructing the circuit
[Code](https://github.com/Shinjan-saha/IOT-Nodemcu/blob/main/code.ino)
# Working Website:-
The Working Website Open on the Local Network type"esp8266.local" in any browser in my case I used edge
# Working Circuit:-