Skip to content

Welcome to my GitHub repository where innovation meets technology! Dive into the world of Arduino with a collection of captivating programs that empower you to create the extraordinary. Whether you're a beginner or a seasoned developer, these Arduino programs will spark your creativity and open doors to endless possibilities.

Notifications You must be signed in to change notification settings

Arijeet2580/Arduino-Projects

Repository files navigation

ARDUINO PROJECTS

Introduction

This repository contains all the Arduino Projects that I have done. These projects are based on Arduino Uno and are implemented on Proteus 8 Professional and Tinkercad

Table of Contents

  1. Projects
  2. Hardware and Software Requirements
  3. Issues and PRs
  4. How to Contribute
  5. How to make a Pull Request

Projects

  1. PassWord Validator
  2. Water Level Detector
  3. Gas Leak Alarm System
  4. Temperature Monitor
  5. Digital Dice
  6. Light Activated Alarm
  7. RGB Color Mixer 1A. ESP32 Wifi Server model

Upcoming Projects

  1. Temperature Controlled Fan
  2. Digital Thermometer
  3. IR Remote Control
  4. Arduino Music Player
  5. Morse Code Transmitter
  6. Mini Weather Station
  7. Tilt Activated Game
  8. Digital Clock
  9. Data Logger
  10. Establish Wireless Data Communication in Each Projects

Wireless Communication

  • Bluetooth Communication (HC05/HC06)
  • Wifi Communication(ESP8266/ESP32)
  • BLE Communication (HM10/HC08)
  • RF Communication (NRF24L01)
  • GSM Communication (SIM900A/SIM800L)

Hardware and Software Requirements:

We require the following hardware and software to implement the projects. We also need a deep understanding of Sensor and their Working.

Hardware Requirements:

  1. Arduino Uno
  2. BreadBoard
  3. Jumper Wires

Software Requirements:

  1. Arduino IDE
  2. Proteus 8 Professional
  3. Tinkercad

Issues and PRs

If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, too, we'd love to hear them.

We'd also love PRs. If you're thinking of a large PR, we advise opening up an issue first to talk about it, though! Look at the links below if you're not sure how to open a PR

How to Contribute

  • Take a look at the Existing Issues or create your own!
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this is all about.

How to make a Pull Request

1. Fork the repository by clicking on the Fork symbol at the top right corner.

2. Clone the forked repository.

   git clone https://github.com/Arijeet2580/Arduino-Projects.git

3. Navigate to the project directory.

   cd Arduino-Projects

4. Create a new branch:

   git checkout -b YourBranchName

5. Make changes in source code.

6. Stage your changes and commit

   git add .
   git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

   git push origin YourBranchName

8. Create a PR

Note If anyone contributes to this repository, then the changes will not be reflected in your local repository. For that:

9. Setup a reference(remote) to the original repository to get all the changes from the remote.

   git remote add upstream https://github.com/Soumyajit2825/MESSI_MANIA.git

10. Check the remotes for this repository.

   git remote -v

11. Fetching from the remote repository will bring in its branches and their respective commits.

   git fetch upstream

12. Make sure that you're on your master branch.

   git checkout master

13. Now that we have fetched the upstream repository, we want to merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing our local changes.

   git merge upstream/master

Thanks to the Youtubers Who taught me Here, Are the Playlists I used https://www.youtube.com/playlist?list=PLGs0VKk2DiYx6CMdOQR_hmJ2NbB4mZQn- https://toptechboy.com/ Thanks For Your Amazing Contribution!!.🙂 Suggest More Projects By Opening an Issue

About

Welcome to my GitHub repository where innovation meets technology! Dive into the world of Arduino with a collection of captivating programs that empower you to create the extraordinary. Whether you're a beginner or a seasoned developer, these Arduino programs will spark your creativity and open doors to endless possibilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages