Skip to content

swalehmwadime/IOT-Robotics-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

IoT Robotics Sample Projects

IoT

This repository contains sample IoT applications using Wokwi, Arduino, and various components.

Software Requirements

Before getting started with the projects, ensure you have the following software installed:

  1. Wokwi Account:

    • Create an account on Wokwi.
    • This will allow you to simulate the Arduino projects online.
  2. Arduino IDE:

    • Download and install the Arduino IDE.
    • The Arduino IDE is essential for uploading code to physical Arduino boards.

Getting Started with Wokwi Simulation

  1. 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.
  2. 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.

Testing on Physical Arduino Board

If you have an Arduino board (recommended: Arduino Mega), follow these steps to test the projects on a physical device:

  1. Connect Arduino Board:

    • Connect your Arduino board to your computer using a USB cable.
  2. Open Arduino IDE:

    • Open the Arduino IDE on your computer. Arduino Image
  3. Configure Arduino IDE:

    • In Arduino IDE, go to Tools > Board and select the appropriate Arduino board model (e.g., Arduino Mega).
  4. 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.
  5. Observe Output:

    • Observe the connected components (LEDs, sensors, etc.) responding to the code on your physical Arduino board.

Projects

  • All the projects are located in this folder

File Structure

  • Each project has three files inside it, markdown file(md), code (.ino), and the schematics

Additional Resources

How to use Wokwi sample video

License

This repository is licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages