This project demonstrates remote control of LEDs using IoT concepts, fully simulated on Wokwi. Users can turn LEDs ON/OFF in real-time through a web interface or code simulation.
- Fork this repository.
- Clone your fork using git clone https://github.com/your-username/LED_control.git
- Create a new branch using git checkout -b
- Make your changes and push them.
- Make a pull request.
- Click on this link https://wokwi.com to go to wokwi for simulation.
- Among the choices select ESP32.
- Copy paste the main.cpp file into the codespace.
- In this code, enter your IP address in the serverURL part.
- Compile the code in wokwi and run your app.py file.
- Toggle the ON and OFF options.