You are on page 1of 8

Group 1

Use an Arduino to create a system that measures the temperature using LM35
sensors. Sensors will be placed in glasses named A and B, where glass A consists of
Ice water and B consist of Warm water. Create a formula to convert sensors data
into Celsius, Fahrenheit, and Kelvin. Show the calculated data over serial port.
NOTE: cover all the sensor with plastic or some insulator to avoid any type of
damage, please use warm water (70 Celsius) only since hot water can also damage
the sensor.(Please combine your money with group 4 and buy LCD for future
project.

Picture of system 1
Items Required:
1.
2.
3.
4.
5.
6.
7.
8.

Arduino
Usb cable
Laptop
Breadboard
Cables
2 temperature sensor, suggested : LM35
Warm and Cold water
Glass/container (heat resistant)

Coding Example:
1. Example -> Analog ->AnalogInput
2. Example-> Analog->AnalogInOutSerial
3. Example-> Liquid Crystal -> Hello World
Hint:
1. Use Google to find sensor schematic and specification.
2. Read Sensor data from analog pin, and apply formula to calculate Celsius,
then from C to F and C to K.
Rules :

Create hardware and circuit (use breadboard and jumper cables)


Create arduino programming
Create flowchart

Create PPT for 5 minutes presentation (each group)

Group 2
Create a Laser security fence with help or LDR sensor, arduino and two leds as an
indicator. You may use 3 small mirrors to direct the laser light toward LDR sensor in
a square pattern. Turn on Green LED as a safety indicator. Now, if someone tries to
interrupt/block the laser light falling over a sensor, turn off the laser light, turn on
the Red led in a blinking manner, indicating security breach and turn off the green
LED. NOTE: Always use the Laser and led with resistor to avoid damage. Please
combine your money with group 3 and buy LCD for future project.

Picture of system 2
Items required:
1.
2.
3.
4.
5.
6.
7.

Arduino
USB cable
Laptop
Breadboard
Cables
LDR sensor (please buy 10KiloOhm resistor or 10 KiloOhm potentiometer)
Red Laser (any cheap key chain laser is enough for this project and please
buy 1kilo resistor )
8. 2 LEDs : green and red (Please buy the resistor 300ohm else 500ohm)
9. 3 small mirror (Buy it or scrape it out from broken mirror else use any shiny
object which can
reflect the light)
Coding Example:
1. Example -> Basic -> Blink
2. Example -> Analog ->AnalogInput
3. Example-> Digital -> Button
4. Example-> Liquid Crystal -> Hello World

Hint:

1. Use Google to find sensor schematic and specification.


2. Read Sensor data from analog pin, and apply (if else) statement for security
detection.
3. Connect the Laser with digital pin it will help you to turn off the laser
permanently with (if else) statement if security is breached.
Rules :

Create
Create
Create
Create

hardware and circuit (use breadboard and jumper cables)


arduino programming
flowchart
PPT for 5 minutes presentation (each group)

Group 3
Create system using arduino that can work on 2 modes using serial input. 1 st mode
is reading analog value from LDR to control the ON/OFF state of the LED. If the room
is dark, then the LED will be ON, and vice versa. 2 nd mode is reading analog value
from potentiometer to control the dimming of the LED manually. (NOTE. Please buy
an LCD for future project with group 2 and combine your money. )

Picture 3
Items required:
1.
2.
3.
4.
5.
6.
7.
8.

Arduino
USB cable
Laptop
Breadboard
Cables
4LED : (Please buy the resistor accordingly : 330ohm or 550ohm each LED)
LDR
Potentiometer (use 10k)

Coding Example:
1. Example -> Analog ->AnalogInput
2. Example-> Communication -> Dimmer
3. Example-> Analog->AnalogInOutSerial
4. Example-> Control ->ifstatement
Hint:
1. Use Google to find LDR and potentiometer schematic and specification.
2. Read Sensor data from analog pin, and apply the value from analog pin to the
output pin.
3. Separate the 1st mode coding with 2nd mode coding using if (inputSerial == 1)
{ do 1st mode} else if (inputSerial == 2) {do 2 nd mode}

Rules :

Create
Create
Create
Create

hardware and circuit (use breadboard and jumper cables)


arduino programming
flowchart
PPT for 5 minutes presentation (each group)

Group 4
Create system using arduino that can control the speed of 2 fan using PWM signal.
The PWM signal can be controlled using input serial to control the %power or value
of duty-cycle or the PWM signal that is given to the fan. (NOTE. Please buy an LCD
for future project with group 1 and combine your money. )

Picture 4
Items required :
1.
2.
3.
4.
5.
6.

Arduino
USB cable
Laptop
Breadboard
Cables
2 Fan 5V DC (12V DC motor is okay) usually around Rp 10K

Coding Example:
1. Example -> Basic -> Blink
2. Example-> Communication -> Dimmer
3. Example-> Basic -> Fade
4. Example -> Digital->Button
5. Example -> Analog ->AnalogInput
6. Example-> Analog->AnalogInOutSerial
7. Example-> Liquid Crystal -> Hello World
Hint:
1.
2.
3.
4.

Use Google to find fan schematic and specification.


Use google to find a little bit about how PWM works.
Connect Fan with digital PWM pin.
Use the example on dimmer/fade to control the fan using PWM and serial
input.

5.

You might also like