0% found this document useful (0 votes)
22 views

Arduino Lab Projects

The document outlines 10 experimental projects for an Arduino physics lab. The projects involve writing Arduino programs to control LEDs based on different timing sequences, designing temperature sensor circuits to read temperature from an LM35 sensor and control LEDs, designing a circuit to control LED brightness with PWM and map functions, and designing a circuit to switch on red and green LEDs based on the voltage level. The students are asked to write and test the programs in Tinkercad to demonstrate the circuits and timing functions.

Uploaded by

Quratulain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Arduino Lab Projects

The document outlines 10 experimental projects for an Arduino physics lab. The projects involve writing Arduino programs to control LEDs based on different timing sequences, designing temperature sensor circuits to read temperature from an LM35 sensor and control LEDs, designing a circuit to control LED brightness with PWM and map functions, and designing a circuit to switch on red and green LEDs based on the voltage level. The students are asked to write and test the programs in Tinkercad to demonstrate the circuits and timing functions.

Uploaded by

Quratulain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Experimental Techniques I

BS- Physics (Morning)

Lab Projects
G1 . Write and test (on tinkercad) aues n Arduino program to (switch) ON and
OFF in sequence 6 LED’s with following On timings given in following table.
OFF timings= ON time+ 500 ms

LED No. ON Time

(ms)

1 1000

2 1500

3 2000

4 2500

5 3000

6 3500

Write your program, both, using direct address

G2 . Write and test (on tinkercad) an Arduino program to (switch) ON and OFF in
sequence 6 LED’s with following On timings given in following table. OFF
timings= ON time- 500 ms

LED No. ON Time

(ms)

1 1000

2 1500

3 2000
4 2500

5 3000

6 3500

Write your program, both, using for loop method

G3 . Write and test (on tinkercad) an Arduino program to (switch) ON and OFF in
sequence 6 LED’s with following sequence

Odd No. LEDs : On and OFF timings=1000ms

Even No. LEDs : On and OFF timings=500ms

G4. Design a Temp. sensor system based on LM 35 and the Arduino to sense the
Temp. and show it on serial monitor (on tinkercad). Write and test (on tinkercad)
an Arduino program (using if else statement) to switch On the Red LEDs in the
range 40oC to 90oC and remains switch off outside this range.

G5. Design a Temp. sensor system based on LM 35 and the Arduino to sense the
Temp. and show it on serial monitor (on tinkercad). Write and test (on tinkercad)
an Arduino program (using if else statement) to switch On the Red LEDs outside
the range 20oC to 60oC and remains switch off within this range.

G6 . Design a Temp. sensor system based on LM 35 and the Arduino to sense the
Temp.= T in oC. A physical process is described by following Equation.
2
Z=5+3 T +5 T

Print T and Z on Serial Monitor.


G7. Using PWM, design a circuit to increase/decrease the intensity (brightness) of
LED as square of Fade amount. Print the value of intensity on serial Monitor.

G8. Using the map function, design a circuit using Arduino to increase/ decrease
the intensity of LED connected on pin 9, as shown in following Fig.

G9. Using if, else statements , design a circuit using Arduino to switch ON RED
LED for V>3.2V and green LED for V<1.1V . In-between this range both LEDs
remain OFF. The circuit is shown in following Fig.
G10. Write and test (on tinkercad) an Arduino program to (switch) ON and OFF
the RED LED and Green LED with following On/OFF sequence of timings given
in following table.

RED LED Green LED

Sequence ON Time Off Time ON Time OFF Time


NO.
(ms) (ms)

1 500 1000 1000 500

2 1000 1500 1500 1000

3 1500 2500 2500 1500

4 2000 2000 2000 2000

You might also like