An open API service indexing awesome lists of open source software.

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

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)**