This repository contains a collection of beginner to intermediate-level Arduino projects, designed to demonstrate real-world applications using microcontrollers, sensors, and actuators. Each .ino
sketch is well-documented and ready for hands-on experimentation.
Project File | Description |
---|---|
Arduino-Intro |
Basic "Hello World" setup for getting started with Arduino |
HeartBeat.ino |
Measures pulse rate using an analog heartbeat sensor |
Parkinglot.ino |
Smart parking system using IR sensors to detect vehicle slots |
Real_time_clock.ino |
Reads and displays time from an RTC (Real-Time Clock) module |
Serial Coms.ino |
Demonstrates serial communication between Arduino & computer |
calculator.ino |
Implements a simple calculator using keypad and LCD |
safety Lock |
Digital safety lock system using keypad and servo motor |
sketch.ino |
Placeholder or generic Arduino sketch for testing |
calculator-diagram.json
– Circuit layout for calculator projectir-diagram.json
– IR sensor connection diagramlibraries.txt
– List of required external libraries (e.g., RTC, Keypad, Servo)README.md
,arduino.md
,Parkinglotreadme.md
– Setup and usage instructions for select projects
- Clone the Repository
git clone https://github.com/4meesh/arduino-projects-lab.git cd arduino-projects-lab