This repository contains basic Arduino projects and codes for beginners. These simple sketches are a great starting point for anyone new to Arduino programming.
- 🔁 LED Blink
- 🌫️ LED Fade
- 🔘 Button Control
- ➿ Line Follower Robot
- 🚨IR
- 🏴 Sonar
This repository serves as a starting point for anyone who is learning Arduino. It contains clean, well-commented, and tested code for basic tasks such as LED blinking, sensor input handling, and simple robotics logic.
| Project Name | Description |
|---|---|
| LED Blink | Blink an LED with a delay |
| LED Fade | Fade an LED in and out using PWM |
| Button Control | Turn LED on/off with a button |
| Line Follower Robot | Follow a line using IR sensors |
| ... | More projects coming soon |
- Arduino Uno/Nano
- Breadboard & Jumper Wires
- LEDs, Resistors
- IR Sensors
- Push Button
- Motor Driver (for robotics)
- Batteries or USB Power Supply
- Clone the repository
- Open the
.inofile in Arduino IDE - Connect your Arduino and upload the code
- Follow circuit diagrams (to be added soon)
Each project folder contains:
.inofile (Arduino sketch)- (Optional)
circuit_diagram.pngfor wiring README.mdwith project explanation
Each folder contains:
.inofile with the Arduino sketch- Basic comments for understanding
These codes are shared for educational purposes and to help beginners understand the basics of Arduino and microcontroller programming.
Feel free to explore, use, and modify the code!
📌 Note: This README is temporary and will be updated with detailed descriptions and visuals soon.
Asad Ali