Dhruv Maniya
Amba School for Excellence
Welcome to Arduino
Welcome to your first step into the world of electronics.
In this module, you will learn how to use an Arduino Uno, connect components safely, write your first program, and build confidence using a breadboard.
You do not need any prior coding or electronics experience. Each challenge takes only a few minutes. By the end of Challenge 10, you will have completed your first electronic projects completely on your own.
Meet the LCD Display
Countdown Timer
Digital Counter
Meet the Seven Segment Display
Smart Room Guardian
Temperature Indicator
The DHT measures the surrounding temperature and sends an analog voltage to the Arduino.The Arduino converts this voltage into Celsius and displays the temperature in the Serial Monitor.
"Rewrite it, you have done it with DHT sensor"
Automatic Security Alarm
Motion Detector (PIR)
Reverse Parking Alarm
Parking Assistant
Distance Measurement (Ultrasonic)
I built an ultrasonic distance measurement system using an sensor and Uno.I learned how ultrasonic waves measure distance, and the challenge is complete when the correct distance appears in the Serial Monitor.
Adjustable Night Lamp
I built an automatic night lamp using an LDR sensor and LED. I learned how to detect light levels and control an LED automatically; the challenge is complete when the LED turns ON in darkness and OFF in bright light.
Automatic Night Lamp
I built an automatic night lamp using an LDR sensor and Arduino that turns the LED ON in darkness and OFF in bright light.I learned how to use a digital LDR sensor, and the challenge is complete when the LED responds correctly to changes in light.
Meet Your First Sensor (LDR)
I built an LDR light sensor project that detects whether the environment is bright or dark using the DO pin.I learned how to connect and read a digital sensor, and the challenge is complete when the Serial Monitor correctly shows “Bright Light” or “Dark.”
Push Button Pattern Selector
RGB Color Mixer
Potentiometer LED Selector
The Potentiometer LED Selector uses a potentiometer to select one of four LEDs based on the knob position.It demonstrates analog input reading, value mapping, and controlling multiple LEDs with an Arduino.
Read Potentiometer Values
Control Blink Speed
Control LED Brightness
Push Button Controlled Buzzer
Push Button Toggle LED
Push Button Controlled LED
LED with 5V Power
LED Pattern 6 (Creative Light Show)
LED Pattern 5 (Alternate Blink)
LED Pattern 4 (Forward & Reverse)
LED Pattern 3 (Progressive Fill)
LED Pattern 2
LED Pattern 1
Eight LED Chase
Four LED Chase
Three LED Chase
Two LED Chase
When I saw that the PPT hadn't been provided, I wondered how this would work. I tried to figure out the process. Initially, both were running simultaneously, but once I assigned separate connections to each, it worked.