https://github.com/nanda-gopal-sb/wifi-server
A wifi server with Node MCU
https://github.com/nanda-gopal-sb/wifi-server
Last synced: 3 months ago
JSON representation
A wifi server with Node MCU
- Host: GitHub
- URL: https://github.com/nanda-gopal-sb/wifi-server
- Owner: nanda-gopal-sb
- License: mit
- Created: 2024-09-28T09:08:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:51:24.000Z (5 months ago)
- Last Synced: 2025-01-13T15:45:07.555Z (5 months ago)
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeMCU Wifi Project
A simple wifi server with Node MCU
## Requirements
- NodeMCU board
- Arduino IDE/Vscode with Platform IO
- Micro USB cable## Installation(for Platform IO users)
1. **Clone the repository:**
```sh
git clone https://github.com/yourusername/nodeMCU-Wifi.git
```
2. **Open VSCode:**
- Open the platform IO interface from the menu.
- follow the instructions## Installation(for Arduino Users)
1. **Open arduino IDE and install relevant libraries for compiling code for node mcu**
2. **Copy contents from the src/main.cpp file and past it onto the sketch file(the .ino file)**