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
- Projects
- Hardware and Software Requirements
- Issues and PRs
- How to Contribute
- How to make a Pull Request
- PassWord Validator
- Water Level Detector
- Gas Leak Alarm System
- Temperature Monitor
- Digital Dice
- Light Activated Alarm
- RGB Color Mixer 1A. ESP32 Wifi Server model
- Temperature Controlled Fan
- Digital Thermometer
- IR Remote Control
- Arduino Music Player
- Morse Code Transmitter
- Mini Weather Station
- Tilt Activated Game
- Digital Clock
- Data Logger
- Establish Wireless Data Communication in Each Projects
- Bluetooth Communication (HC05/HC06)
- Wifi Communication(ESP8266/ESP32)
- BLE Communication (HM10/HC08)
- RF Communication (NRF24L01)
- GSM Communication (SIM900A/SIM800L)
We require the following hardware and software to implement the projects. We also need a deep understanding of Sensor and their Working.
- Arduino Uno
- BreadBoard
- Jumper Wires
- Arduino IDE
- Proteus 8 Professional
- Tinkercad
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
- 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.
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