Skip to content

IEEE-UMBB/Arduino-roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

68747470733a2f2f64726976652e676f6f676c652e636f6d2f75633f6578706f72743d766965772669643d314e4c33427a414d4a303737327275463152614a724f4b4b656d546e614e4d444e

Arduino-roadmap

In this roadmap to arduino you will find all resources and links needed to get started with Arduino. You are welcome to come to the club and work on Arduino projects on your own, and our hardware team members will provide you with any help needed (arduino,breadboard,sensors,motors…). Our doors are always open to enthusiasts like you!

What is the Arduino

Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language (C or C++) and Arduino IDE Software.

The Roadmap

Blinking LED : Hello world! code of Arduino.

Push button : Read data from the push button.

IR sensor : IR sensor interface.

Potentiometer : Read analog data.

Buzzer : Make some noise.

Gas sensor : Detect gas in the air.

Ultrasonic : Measure distance between sensor and an object

Servo Motor : A motor that can accurately rotate from 0 to 180 degrees.

DC Motor : Control a motor in bidirection.

Stepper Motor : A motor that rotates in a series of small angular steps.

LCD : Display a text on screen

Your first project:

Gas leaks can go undetected and cause death. We can solve this by building a gas level detecting system using Gas sensor and a buzzer.

  1. Display the gas percentage on the LCD Display

  2. Detect dangerous levels of gas concentration using if-conditions.

  3. Make an alarm using a buzzer and LEDs.

Conclusion:

Bravo on completing this beginner's Arduino roadmap! You've grasped the essentials of electronics and coding, laying a solid foundation for your journey ahead.

Remember, Arduino is your passport to a world of innovation. Your newfound skills are the key to unlocking endless possibilities. Whether you're into gadgets, art, or robotics, the Arduino community is here to support you.

As you move forward, stay curious, dive into advanced projects, and relish the learning process. Your Arduino adventure has just begun—get ready to create, experiment, and make your ideas a reality.

Happy tinkering!

By Mohamed Abdelaziz Louhab

About

Beginners guide to Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published