Arduino Lab Projects
Arduino Lab Projects
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
(ms)
1 1000
2 1500
3 2000
4 2500
5 3000
6 3500
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
(ms)
1 1000
2 1500
3 2000
4 2500
5 3000
6 3500
G3 . Write and test (on tinkercad) an Arduino program to (switch) ON and OFF in
sequence 6 LED’s with following sequence
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
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.