Skip to content

kelvkedyson/Arduino_UNO_R3_basicProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino UNO R3 Basic Projects

Welcome to the Arduino UNO R3 Basic Projects repository! This collection contains a series of basic projects that can be implemented using the Arduino UNO R3 microcontroller board. 🚀

Projects Included

  1. 4 Digital 7 Segment Display - This project demonstrates the use of a 4-digit 7-segment display with Arduino UNO R3.

  2. 4x4 Keypad - This project involves using a 4x4 keypad with Arduino UNO R3 for input.

  3. Active Buzzer - This project uses an active buzzer controlled by Arduino UNO R3.

  4. Blink - A simple project that makes an LED blink using Arduino UNO R3.

  5. Controlling Stepper Motor with Remote - This project demonstrates how to control a stepper motor using a remote with Arduino UNO R3.

  6. DC Motor using Power supply and L293D - This project involves controlling a DC motor using a power supply and L293D motor driver with Arduino UNO R3.

  7. DHT11 - This project uses a DHT11 temperature and humidity sensor with Arduino UNO R3 to measure environmental conditions.

  8. Digital Input - This project demonstrates digital input using push buttons with Arduino UNO R3.

  9. Eight LEDs with 74HC595 - This project shows how to control eight LEDs using a 74HC595 shift register with Arduino UNO R3.

  10. IR Receiver Module - This project uses an IR receiver module to receive and decode signals with Arduino UNO R3.

  11. JoyStick Module - This project involves using a joystick module with Arduino UNO R3 for control input.

  12. LCD Display - This project demonstrates the use of an LCD display with Arduino UNO R3.

  13. LED Flasher - A simple project that makes an LED flash using Arduino UNO R3.

  14. Passive Buzzer - This project uses a passive buzzer controlled by Arduino UNO R3.

  15. Photoresistor - This project uses a photoresistor to measure light intensity with Arduino UNO R3.

  16. RGB LED - This project involves controlling an RGB LED with Arduino UNO R3.

  17. Relay - This project uses a relay module for controlling high voltage devices with Arduino UNO R3.

  18. Serial Monitor - This project involves using the serial monitor for debugging with Arduino UNO R3.

  19. Servo Motor - This project demonstrates the use of a servo motor with Arduino UNO R3.

  20. Seven Segment Display - This project uses a seven-segment display with Arduino UNO R3 for numeric display.

  21. Stepper Motor - This project demonstrates the use of a stepper motor with Arduino UNO R3.

  22. Tilt Switch - This project uses a tilt switch as a sensor with Arduino UNO R3.

  23. Ultrasonic Sensor - This project involves using an ultrasonic sensor with Arduino UNO R3 for distance measurement.

Contributions

Contributions to this repository are welcome. If you have a project that you would like to add, please follow the contribution guidelines outlined in the repository.

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your own GitHub account.

  2. Clone the Repository: Clone your forked repository to your local machine using the following command:

    git clone https://github.com/your-username/Arduino-UNO-R3-Basic-Projects.git
    
  3. Create a New Branch: Create a new branch for your feature or bug fix:

    git checkout -b feature/new-project
    
  4. Add Your Project: Add your project files to the appropriate folder within the repository.

  5. Commit Your Changes: Commit your changes with a descriptive commit message:

    git commit -m "Add new project: ProjectName"
    
  6. Push to Your Fork: Push your changes to your forked repository:

    git push origin feature/new-project
    
  7. Create a Pull Request: Go to the GitHub page for your forked repository and create a new pull request. Provide a clear title and description for your pull request, explaining the purpose of your changes.

  8. Review and Merge: Once your pull request is submitted, it will be reviewed by the repository maintainers. If everything looks good, your changes will be merged into the main repository.

Thank you for contributing to our collection of Arduino UNO R3 projects! 🎉

Feel free to customize the content further or add any additional details you find relevant.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors