This project was created and tested using Wokwi Arduino Simulator.
It includes the circuit diagram, Arduino code, and required libraries to run the simulation.
- diagram.json – Contains the circuit wiring (connections between components).
- sketch.ino – Main Arduino code for the project.
- libraries.txt – List of libraries required by the sketch.
- wokwi-project.txt – Wokwi metadata for the project.
- Go to Wokwi Arduino Simulator.
- Create a new project (Arduino Uno or other board as needed).
- Upload the following files:
diagram.jsonsketch.inolibraries.txtwokwi-project.txt(optional, for metadata)
- Install any missing libraries listed in
libraries.txt. - Click the â–¶ Run button to start the simulation.
- Wokwi.com account
- A supported Arduino board (default: Arduino Uno)
- The
diagram.jsonfile ensures that all components are connected properly. - The
libraries.txtfile helps Wokwi auto-install libraries, but if any are missing, install them manually from the Arduino Library Manager.
🚀 Now you’re ready to run this project on Wokwi!