Before getting started with the projects, ensure you have the following software installed:
-
Wokwi Account:
- Create an account on Wokwi.
- This will allow you to simulate the Arduino projects online.
-
Arduino IDE:
- Download and install the Arduino IDE.
- The Arduino IDE is essential for uploading code to physical Arduino boards.
-
Upload Codes to Wokwi:
- After creating an account on Wokwi, navigate to the platform.
- Open the Wokwi Arduino simulator.
- Copy the code from the respective project folder in this repository.
- Paste the code into the Wokwi Arduino simulator's code editor.
- Arrange the virtual components on the Wokwi canvas as per the provided schematics.
-
Simulate the Circuit:
- Press the "Run" button in Wokwi to simulate the Arduino circuit.
- Observe the virtual components responding to the uploaded code.
- Troubleshoot and experiment with the circuit in the simulated environment.
If you have an Arduino board (recommended: Arduino Mega), follow these steps to test the projects on a physical device:
-
Connect Arduino Board:
- Connect your Arduino board to your computer using a USB cable.
-
Open Arduino IDE:
-
Configure Arduino IDE:
- In Arduino IDE, go to
Tools > Board
and select the appropriate Arduino board model (e.g., Arduino Mega).
- In Arduino IDE, go to
-
Upload Code:
- Open the Arduino code file from the respective project folder in this repository.
- Click the "Upload" button in Arduino IDE to upload the code to the connected Arduino board.
-
Observe Output:
- Observe the connected components (LEDs, sensors, etc.) responding to the code on your physical Arduino board.
- All the projects are located in this folder
- Each project has three files inside it, markdown file(md), code (.ino), and the schematics
How to use Wokwi sample video
This repository is licensed under the MIT License. See the LICENSE file for details.