S
Zero2Maker Maker Portfolio

Shreya Savaliya

Amba School for Excellence

50
Challenges
34
Verified
12580
XP Earned
8.7
Avg Doc Score
Module 1

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.

Challenge 50

Smart Information Station

Awaiting review 1300 XP
Evidence
when the temperature is above 30 its hot, the distance is 4cm and the room is dark
Evidence
when the temperature is above 30 its hot, the distance is 14cm and the room is dark
Project Links
Project Video
Open link →
Student Documentation

In this challenge, I designed a Smart Information Station using an Arduino Uno, I2C LCD, HC-SR04 ultrasonic sensor, LDR, and DHT11 temperature sensor. The LCD displayed temperature, distance, and room brightness in a simple layout. I learned how to combine multiple sensors and present their data clearly through an HMI.

Documented Aug 19, 2026 10:50 AM UTC
Challenge 49

Smart Status Display

Awaiting review 1240 XP
Evidence
SAFE when no motion is there and teperature is not too high
Evidence
DARK ROOM when there is motion in the dark
Student Documentation

In this challenge, I combined a PIR motion sensor, LDR, DHT11 temperature sensor, and I2C LCD to create a Smart Status Display. I learned how to display different status messages such as SAFE and DARK ROOM based on sensor readings. I also learned how to set priorities between different sensor conditions and display the most important information clearly on the LCD.

Documented Aug 19, 2026 10:24 AM UTC
Challenge 48

Distance Dashboard

Awaiting review 1200 XP
Evidence
the circuit
Project Links
Project Video
Open link →
Student Documentation

I connected the HC-SR04 ultrasonic sensor to the Arduino along with the I2C LCD. The sensor measured the distance of objects in front of it, and the LCD displayed the distance in centimeters in real time. I moved my hand closer and farther away and observed the distance value changing on the screen. This challenge helped me understand how ultrasonic sensors work and how sensor data can be displayed clearly on an LCD to create a practical digital measuring device.

Documented Aug 18, 2026 4:07 PM UTC
Challenge 47

Visualize Sensor Data

Verified Doc 8/10 1160 XP
Evidence
THE PLOTTED GRAPH
Evidence
THE CIRCUIT
Student Documentation

In this challenge, I learned how to use the Arduino Serial Plotter to visualize sensor data as live graphs. I connected an LDR to A0, a potentiometer to A1, and a LDR11 temperature sensor to A2. I sent the readings to the Serial Monitor and observed how the graphs changed when I rotated the potentiometer. This helped me understand how data visualization makes sensor behavior easier to observe and analyze.

Documented Aug 18, 2026 10:47 AM UTC · Reviewed Aug 18, 2026 11:32 AM UTC
Challenge 46

Build an Environment Monitor

Verified Doc 8/10 1130 XP
Evidence
light level
Evidence
temperature
Project Links
Project Video
Open link →
Student Documentation

In this challenge, I built an Environment Monitor using an LDR, a temperature sensor, an Arduino, and an I2C LCD. I MADE the LCD to display the temperature for two seconds and then the light level for two seconds, repeating continuously. However, in between i got problem so Mohit sir helped me. This helped me understand how multiple sensor readings can be displayed on a single screen and how to create a simple dashboard using Arduino.

Documented Aug 18, 2026 10:31 AM UTC · Reviewed Aug 18, 2026 10:32 AM UTC
Challenge 45

Display Sensor Values

Verified Doc 9/10 1090 XP
Evidence
when the light is near
Evidence
when the light is away
Project Links
Project Video
Open link →
Student Documentation

completed the LDR and LCD challenge successfully. At first, I faced a problem because the LiquidCrystal_I2C library was not installed, which caused a compilation error. After installing the library, the program worked correctly. The LCD displayed the live light level, such as “Light 1023”, and the value changed when I shone light on it. This helped me understand how sensor data can be displayed directly on an LCD instead of using the Serial Monitor.

Documented Aug 18, 2026 9:43 AM UTC · Reviewed Aug 18, 2026 11:35 AM UTC
Challenge 44

Meet the LCD Display

Awaiting review 1060 XP
Evidence
THE CIRCUIT
Evidence
" Hello, ZERO2MAKER"
Student Documentation

This challenge was exciting because I learned how to use a 16×2 I2C LCD display with an Arduino Uno. I learned how SDA and SCL are used for I2C communication (communication of Arduino with other sensors like PIR ) and how the LiquidCrystal_I2C library controls the display. I successfully displayed “Hello Zero2Maker” on the LCD, which helped me understand how Arduino can communicate with external displays and show text. This challenge made me more confident in working with I2C devices and Arduino libraries.

Documented Aug 14, 2026 11:51 AM UTC
Challenge 43

Countdown Timer

Awaiting review 1030 XP
Evidence
the circuit
Project Links
Project Video
Open link →
Student Documentation

This experiment was exciting because I learned how to create a countdown timer using a seven-segment display. I programmed the Arduino to display numbers (from chatgpt) from 9 down to 0, with a one-second delay between each number. When the countdown reached 0, it briefly paused and then started again from 9. I learned how timing and delays can be used to control the 7 segment display.

Documented Aug 14, 2026 11:33 AM UTC
Challenge 42

Digital Counter

Awaiting review 1000 XP
Evidence
the number six is showing
Project Links
Project Video
Open link →
Student Documentation

This challange was really fun because I got to make my own digital counter using a push button and a seven-segment display. I learned how one button press can increase the number by one and how the counter returns to 0 after 9. I also understood how state-change detection prevents one long press from counting multiple times. Since I used a common-anode display, I learned how LOW signals turn the segments ON.

Documented Aug 14, 2026 11:23 AM UTC
Challenge 41

Meet the Seven Segment Display

Awaiting review 980 XP
Evidence
the circuit
Project Links
Project Video
Open link →
Student Documentation

This experiment was a fun and interesting experience because I learned how a seven-segment display works. I identified the seven segments from A to G and understood the difference between common anode and common cathode displays. Since I used a common-anode display, I learned that a segment turns ON when the Arduino sends LOW. Mohit sir also helped me in doing this. I also learned how different combinations of segments can form the numbers 0 to 9.

Documented Aug 14, 2026 11:11 AM UTC
Challenge 40

Smart Room Guardian

Awaiting review 950 XP
Evidence
the reading
Evidence
the circuit
Student Documentation

Working on the Smart Room Guardian project was an exciting hands-on experience. I combined an LDR, PIR motion sensor, and DHT11 temperature sensor with an LED and buzzer. I learned how multiple sensors can work together to create a smart automation system. The DHT11 helped me measure temperature and, while the LDR detected light and the PIR sensor detected motion. I used conditional statements to make the Arduino respond to different situations, such as turning on the LED when it is dark and motion is detected or activating the buzzer when the temperature becomes too high.

Documented Aug 13, 2026 5:50 PM UTC
Challenge 39

Temperature Indicator

Resubmitted — awaiting review 860 XP
Evidence
the circuit
Evidence
the reading
Student Documentation

This challenge was an exciting way to understand how an Arduino can measure a real-world quantity like temperature. I connected the temperature sensor to A0, read its analog value, and converted the reading into Celsius using a sensor-specific formula. When I touched the sensor with my fingers, the temperature reading changed, showing how the sensor responds to changes in its surroundings.

Instructor Feedback

"Redo it with DHT11 Sesnor"

Documented Aug 19, 2026 11:06 AM UTC
Challenge 38

Automatic Security Alarm

Verified Doc 7/10 820 XP
Evidence
the led was on because my hand was near.
Project Links
Project Video
Open link →
Student Documentation

This challenge was exciting because I built a simple automatic security alarm using a PIR motion sensor, LED, and active buzzer. I learned how one sensor can control multiple outputs at the same time. When motion was detected, both the LED and buzzer turned ON, creating a visual and audio warning. When there was no motion, both turned OFF.

Documented Aug 13, 2026 9:30 AM UTC · Reviewed Aug 13, 2026 11:46 AM UTC
Challenge 37

Motion Detector (PIR)

Verified Doc 8/10 790 XP
Evidence
when my hand is near it the led glows
Student Documentation

This challenge helped me understand how a PIR sensor detects motion and how it can control an output like an LED. I learned that a PIR sensor detects changes caused by movement rather than measuring the distance of an object. It was interesting to see the LED automatically turn ON when motion was detected and OFF when there was no motion.

Documented Aug 13, 2026 9:25 AM UTC · Reviewed Aug 13, 2026 11:46 AM UTC
Challenge 36

Reverse Parking Alarm

Verified Doc 9/10 760 XP
Evidence
the circuit
Project Links
Project Video
Open link →
Student Documentation

This challenge was a great way to understand how ultrasonic sensors can be used in real-life applications. I learned how to measure the distance of an object using the HC-SR04 and use map() to control the buzzer’s beep delay. As the object came closer, the buzzer beeped faster, creating a realistic reverse parking alarm.

Documented Aug 13, 2026 9:05 AM UTC · Reviewed Aug 13, 2026 11:48 AM UTC
Challenge 35

Parking Assistant

Awaiting review 730 XP
Evidence
the led is off
Evidence
first led is on
Project Links
Project Video
Open link →
Student Documentation

I learned how to use an HC-SR04 ultrasonic sensor with an LED to create a simple parking assistant. The code was provided to me, so I focused on making the circuit connections and observing how the LED responded to different distances. When an object came close to the sensor, the LED turned ON, and when it moved farther away, the LED turned OFF.

Documented Aug 12, 2026 11:34 AM UTC
Challenge 34

Distance Measurement (Ultrasonic)

Awaiting review 700 XP
Evidence
the reading
Student Documentation

I learned how the HC-SR04 ultrasonic sensor measures distance by sending an ultrasonic pulse and detecting its echo. The code was provided to me, so I focused on making the connections and observing the distance values in the Serial Monitor. By moving my hand closer and farther from the sensor, I could see the distance readings change in centimeters.

Documented Aug 12, 2026 11:18 AM UTC
Challenge 33

Adjustable Night Lamp

Awaiting review 670 XP
Evidence
the circuit
Project Links
Project Video
Open link →
Student Documentation

I learned how to calibrate an automatic night lamp by testing different threshold values such as 300, 500, and 700. The code was provided to me, so I focused on changing the threshold and observing when the LED turned ON and OFF

Documented Aug 12, 2026 10:59 AM UTC
Challenge 32

Automatic Night Lamp

Awaiting review 640 XP
Evidence
the circuit
Student Documentation

I learned how an LDR works as a light sensor and how it can detect changes in light intensity. The code was provided to me, so I focused on making the circuit connections and observing the sensor values in the Serial Monitor. I covered the LDR and shined light on it to see how the readings changed.

Documented Aug 12, 2026 10:19 AM UTC
Challenge 31

Meet Your First Sensor (LDR)

Awaiting review 620 XP
Evidence
the circuit
Student Documentation

I learned how an LDR works as a light sensor and how it can detect changes in light intensity. The code was provided to me, so I focused on making the circuit connections and observing the sensor values in the Serial Monitor. I covered the LDR and shined light on it to see how the readings changed.

Documented Aug 12, 2026 10:20 AM UTC
Challenge 30

Push Button Pattern Selector

Awaiting review 600 XP
Evidence
one of the patterns
Project Links
Project Video
Open link →
Student Documentation

I learned how a push button can be used to control different LED patterns. The code was provided to me, so I focused on making the circuit connections and observing how each button press changed the LED pattern. This helped me understand digital inputs, digital outputs, and how Arduino can respond to user actions.

Documented Aug 12, 2026 10:04 AM UTC
Challenge 29

RGB Color Mixer

Awaiting review 580 XP
Evidence
the red coulor is shown
Project Links
Project Video
Open link →
Student Documentation

I learned how three potentiometers can control the Red, Green, and Blue brightness of an RGB LED. The code was provided to me, so I focused on making the circuit connections and observing how turning each potentiometer changed the LED’s color. This helped me understand RGB color mixing, analog inputs, and PWM outputs.

Documented Aug 20, 2026 10:24 AM UTC
Challenge 28

Potentiometer LED Selector

Verified Doc 9/10 530 XP
Evidence
the circut
Project Links
Project Video
Open link →
Student Documentation

I learned how a potentiometer can be used to control four LEDs based on its position. I connected the components and observed how turning the potentiometer changed which LED glowed. The code was provided to me, so I focused on understanding the circuit, connections, and how the analog values controlled the LEDs.

Documented Aug 12, 2026 9:13 AM UTC · Reviewed Aug 18, 2026 11:38 AM UTC
Challenge 27

Read Potentiometer Values

Verified Doc 8/10 500 XP
Evidence
the potentiometer is connected
Student Documentation

In this challenge, I connected the potentiometer to the Arduino Uno.

Documented Aug 12, 2026 9:09 AM UTC · Reviewed Aug 18, 2026 11:38 AM UTC
Challenge 26

Control Blink Speed

Verified Doc 8/10 470 XP
Evidence
this is the led on while blinking
Student Documentation

I connected a potentiometer and LED to the Arduino and used the potentiometer to control the LED’s blinking speed. By turning the potentiometer, I could make the LED blink faster or slower. I learned how to read analog values and use them to control timing.

Documented Aug 11, 2026 10:36 AM UTC · Reviewed Aug 11, 2026 5:42 PM UTC
Challenge 25

Control LED Brightness

Verified Doc 9/10 450 XP
Evidence
when the poteintiometer is there
Student Documentation

connected a potentiometer and LED to the Arduino and observed how turning the potentiometer changes the LED’s brightness. I learned how a potentiometer can control brightness and understood the basic concept of analog input and PWM output.

Documented Aug 11, 2026 10:30 AM UTC · Reviewed Aug 11, 2026 5:42 PM UTC
Challenge 24

Push Button Controlled Buzzer

Verified Doc 9/10 420 XP
Evidence
the circuit
Project Links
Project Video
Open link →
Student Documentation

I connected the active buzzer and push button to the Arduino Uno and programmed the circuit so that pressing the push button activates the buzzer. The buzzer remained ON for 3 seconds and then automatically turned OFF. This experiment helped me understand how to read digital input from a push button and control a digital output device using timing and delay.

Documented Aug 11, 2026 10:10 AM UTC · Reviewed Aug 11, 2026 5:43 PM UTC
Challenge 23

Push Button Toggle LED

Verified Doc 7/10 400 XP
Evidence
in the toggle the led is off
Evidence
in the toggle the led is on
Project Links
Project Video
Open link →
Student Documentation

I learned how a push button can control an LED and understood the concept of ON and OFF states. This activity also improved my breadboard wiring skills and helped me understand how button state changes can be used to control outputs.

Documented Aug 11, 2026 9:18 AM UTC · Reviewed Aug 11, 2026 5:45 PM UTC
Challenge 22

Push Button Controlled LED

Verified Doc 9/10 380 XP
Evidence
a blue led is on when i push the button.
Project Links
Project Video
Open link →
Student Documentation

I connected an LED with a push button to the 5V and GND pins of the Arduino Uno. When I pressed the button, the LED turned ON, and when I released it, the LED turned OFF. I learned how a push button controls a circuit and understood the difference between an open and closed circuit.

Documented Aug 11, 2026 9:02 AM UTC · Reviewed Aug 11, 2026 5:45 PM UTC
Challenge 21

LED with 5V Power

Verified Doc 8/10 360 XP
Evidence
the led is on
Student Documentation

I connected an LED to the 5V and GND pins of the Arduino Uno and observed that it glowed continuously without using any program. I learned how to connect components to the 5V power supply safely.

Documented Aug 11, 2026 8:43 AM UTC · Reviewed Aug 11, 2026 5:45 PM UTC
Challenge 20

LED Pattern 6 (Creative Light Show)

Verified Doc 9/10 350 XP
Evidence
all the leds are on
Evidence
one led is on
Project Links
Project Video
Open link →
Student Documentation

In this challenge, I created a unique four-LED light show by experimenting with different blinking sequences and timings. I observed how changing the order and delay of the LEDs created different animation effects. This helped me apply the programming concepts I learned earlier and understand how creative patterns can be made using Arduino.

Documented Aug 11, 2026 1:15 AM UTC · Reviewed Aug 11, 2026 5:46 PM UTC
Challenge 19

LED Pattern 5 (Alternate Blink)

Verified Doc 9/10 300 XP
Evidence
blue leds are on
Evidence
just green leds are on
Evidence
all of them
Project Links
Project Video
Open link →
Student Documentation

In this challenge, I used the given Arduino code to create an alternate LED blinking pattern. The first and third LEDs blinked together, followed by the second and fourth LEDs, with each pair changing every 500 milliseconds.

Documented Aug 11, 2026 1:00 AM UTC · Reviewed Aug 11, 2026 5:46 PM UTC
Challenge 18

LED Pattern 4 (Forward & Reverse)

Verified Doc 9/10 280 XP
Evidence
1st led is on from the 4
Evidence
the fourth led is on
Project Links
Project Video
Open link →
Student Documentation

In this challenge, I used the given Arduino code to run a forward and reverse LED pattern. I observed the four LEDs turning ON one after another from the first to the last and then moving back in reverse order.

Documented Aug 11, 2026 12:50 AM UTC · Reviewed Aug 11, 2026 5:46 PM UTC
Challenge 17

LED Pattern 3 (Progressive Fill)

Verified Doc 9/10 260 XP
Evidence
All of them are turned on
Evidence
4 of them
Project Links
Project Video
Open link →
Student Documentation

In this challenge, I learned how to create a progressive LED pattern using six LEDs. One LED turns ON every second, gradually increasing the number of LEDs that are ON until all six LEDs are lit. Then, all the LEDs turn OFF and the sequence starts again.

Documented Aug 10, 2026 5:52 PM UTC · Reviewed Aug 11, 2026 5:46 PM UTC
Challenge 16

LED Pattern 2

Verified Doc 9/10 240 XP
Evidence
The combination 1 of the led pattern 2
Project Links
Project Video
Open link →
Student Documentation

In this challenge, I learned how to control six LEDs in groups of two and create a repeating light pattern. The first two LEDs turn ON during the first second, the middle two LEDs turn ON during the second second, and the last two LEDs turn ON during the third second. After that, the pattern repeats continuously.

Documented Aug 10, 2026 5:35 PM UTC · Reviewed Aug 11, 2026 5:47 PM UTC
Challenge 15

LED Pattern 1

Verified Doc 9/10 220 XP
Evidence
The led of the pattern
Evidence
Another led
Project Links
Project Video
Open link →
Student Documentation

In this project, I learned how to follow a given LED pattern and understand how the LEDs change every second. Since the code was already provided, I focused on understanding how the sequence works and how the Arduino controls each LED one at a time.

Documented Aug 10, 2026 5:20 PM UTC · Reviewed Aug 10, 2026 5:21 PM UTC
Challenge 14

Eight LED Chase

Verified Doc 9/10 200 XP
Evidence
The circuit ky
Project Links
Project Video
Open link →
Student Documentation

In this project, I learned how to connect eight LEDs to an Arduino Uno and observe the running-light effect using the given code. I understood how multiple LEDs can be controlled through different output pins and how the circuit and program work together to make the LEDs glow one after another.

Documented Aug 10, 2026 4:57 PM UTC · Reviewed Aug 10, 2026 5:09 PM UTC
Challenge 13

Four LED Chase

Verified Doc 9/10 180 XP
Evidence
4 led
Evidence
one is on
Evidence
all are off
Student Documentation

In this activity, I connected four LEDs directly to four digital pins of the Arduino Uno without using resistors, as instructed by my teacher. I uploaded the given Arduino program and observed how each LED turned ON one at a time, creating a running light effect. This activity helped me understand how multiple LEDs can be controlled in sequence, improved my circuit-building skills, and increased my confidence in working with Arduino.

Documented Jul 30, 2026 10:38 AM UTC · Reviewed Aug 1, 2026 10:19 AM UTC
Challenge 12

Three LED Chase

Verified Doc 10/10 170 XP
Evidence
red led
Evidence
yellow led
Evidence
green led
Student Documentation

In this activity, I connected three LEDs directly to three digital pins of the Arduino Uno without using resistors, as instructed by my teacher. Since the Arduino was powered through the laptop's USB port, we completed the experiment this way. I programmed the LEDs to glow one after another in a continuous sequence. This activity helped me understand how to control multiple digital output pins, improve my Arduino programming skills, and gain confidence in creating sequential LED patterns. Seeing the LEDs blink in the correct order made the experiment interesting and easy to understand.

Documented Jul 30, 2026 10:23 AM UTC · Reviewed Aug 1, 2026 10:39 AM UTC
Challenge 11

Two LED Chase

Verified Doc 9/10 160 XP
Evidence
first led is on
Evidence
other led is on
Student Documentation

This challenge helped me understand how to modify an Arduino program independently. I changed the code so the LED stayed ON for 0.5 seconds and OFF for 1 second, then successfully uploaded it to the Arduino Uno. Through this activity, I became more confident in editing code, using the Arduino IDE, and testing different blinking patterns. It also improved my understanding of timing with the delay() function and the complete Arduino programming workflow.

Documented Jul 28, 2026 10:35 AM UTC · Reviewed Aug 1, 2026 10:46 AM UTC
Challenge 10

Blink Like a Maker

Verified Doc 9/10 150 XP
Evidence
the led is on
Evidence
the led in off
Student Documentation

This challenge helped me understand how to modify an Arduino program independently. I changed the code so the LED stayed ON for 0.5 seconds and OFF for 1 second, then successfully uploaded it to the Arduino Uno. Through this activity, I became more confident in editing code, using the Arduino IDE, and testing different blinking patterns. It also improved my understanding of timing with the delay() function and the complete Arduino programming workflow.

Documented Jul 27, 2026 10:11 AM UTC · Reviewed Aug 1, 2026 10:49 AM UTC
Challenge 9

Custom Blink Pattern

Verified Doc 10/10 130 XP
Evidence
this is the LED off
Evidence
this is the LED on
Student Documentation

In this activity, I changed the LED's blinking pattern by keeping it ON for 3 seconds and OFF for 1 second. It helped me understand that the ON and OFF timings can be controlled independently by changing the delay values in the code. I also learned how small changes in the program affect the circuit's behavior and became more confident in experimenting with Arduino code.

Documented Jul 17, 2026 11:26 AM UTC · Reviewed Jul 22, 2026 10:18 AM UTC
Challenge 8

Fast Blink

Verified Doc 8/10 120 XP
Evidence
this is the LED off
Evidence
this is the LED on
Student Documentation

Changing the delay to 0.5 seconds helped me understand how timing works in Arduino. It was interesting to see the LED blink faster with just a small change in the code, making the activity both simple and engaging

Documented Jul 17, 2026 11:22 AM UTC · Reviewed Jul 22, 2026 10:17 AM UTC
Challenge 7

Slow Blink

Verified Doc 9/10 110 XP
Evidence
this is the LED on
Evidence
this is the LED off
Student Documentation

I challenged myself that can i do it or not on my own. so without copying the give code i just changed the values of the previous code which is basically the same and also for 5 sec and 0.5 sec.

Documented Jul 17, 2026 10:51 AM UTC · Reviewed Jul 17, 2026 11:04 AM UTC
Challenge 6

Breadboard Master

Verified Doc 9/10 100 XP
Evidence
this is the LED off
Evidence
this is the LED on
Student Documentation

I was curious if it was possible to put more then 8 leds. I tried and it worked. i was amazed by this.

Documented Jul 17, 2026 10:39 AM UTC · Reviewed Jul 17, 2026 11:06 AM UTC
Challenge 5

Breadboard Layout Explorer

Verified Doc 10/10 90 XP
Evidence
this is the LED on
Evidence
this is the LED off
Student Documentation

enjoyed experimenting with different LED placements on the breadboard. At first, I wasn't sure which holes were connected, but by trying different positions and observing which LEDs lit up, I gradually understood the breadboard's internal connections. It was a fun, hands-on activity that improved my understanding of basic circuit design and made learning electronics more interactive.

Documented Jul 17, 2026 11:10 AM UTC · Reviewed Jul 17, 2026 11:11 AM UTC
Challenge 4

Four LEDs on the Breadboard

Verified Doc 8/10 80 XP
Evidence
this is the LED off
Evidence
this is the LED on
Student Documentation

i had put one led reverse and thought it was damaged then i realised that the shorter leg comes in the negative. So i learned to check everything before continuing.

Documented Jul 16, 2026 10:30 AM UTC · Reviewed Jul 17, 2026 11:02 AM UTC
Challenge 3

Explore the Breadboard Power Rails

Verified Doc 9/10 70 XP
Evidence
this is the LED on
Evidence
this is the LED off
Student Documentation

The Bread board consists of negative + positive rails at sides which are vertically connected and in the middle two compartments the power flows from horizontally.

Instructor Feedback

"Write learning properly"

Documented Jul 17, 2026 11:04 AM UTC · Reviewed Jul 17, 2026 11:04 AM UTC
Challenge 2

First Breadboard Circuit

Verified Doc 9/10 60 XP
Evidence
this is the LED off
Evidence
this is the LED on
Student Documentation

It was a good experience. First of all, when I joined the cable through the computer, it did not work. It was hilarious because the wires of arduino were not joined. so i got good experiece.

Instructor Feedback

"Good"

Documented Jul 16, 2026 10:15 AM UTC · Reviewed Jul 17, 2026 10:54 AM UTC
Challenge 1

Blink Your First LED

Verified Doc 8/10 50 XP
Evidence
this is the LED off
Evidence
this is the LED on
Student Documentation

Overall, I really enjoyed doing this project. At first, I found it a little confusing to connect the LEDs and upload the code, but after a few tries I was able to do it. there are two photos and it shows the led blinking.

Documented Jul 13, 2026 10:56 AM UTC · Reviewed Jul 14, 2026 10:25 AM UTC