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

Cot3 Gizduino Project Proposal

The document proposes several Arduino-based projects including a vending machine, alarm clock, security system, RSS feed display, digital multimeter, automatic door opener, resistor conveyor, and test paper drop box. It provides details on the purpose, parts, and circuit diagrams for each original idea. The modification section suggests tweaks to some of the concepts, such as changing the alarm clock to an alarm timer, adding a late pass feature to the security system, and using the door opener concept for an automatic trash can lid.

Uploaded by

Dlan Dela Cruz
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

Cot3 Gizduino Project Proposal

The document proposes several Arduino-based projects including a vending machine, alarm clock, security system, RSS feed display, digital multimeter, automatic door opener, resistor conveyor, and test paper drop box. It provides details on the purpose, parts, and circuit diagrams for each original idea. The modification section suggests tweaks to some of the concepts, such as changing the alarm clock to an alarm timer, adding a late pass feature to the security system, and using the door opener concept for an automatic trash can lid.

Uploaded by

Dlan Dela Cruz
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 30

COT3

Gizduino
Project
Proposal
 Members:

Penafiel, Edessa
Mendoza, Bryan
Loyola, Kristine
Saludaga, Ronald
Piosca, Hazel
Bernardo, Espencer
Manlangit, Danyael
Gizduino Mini Vending
Machine
 A vending machine is a machine that
dispenses items such
as snacks, beverages, alcohol, cigarettes, an
d lottery tickets to customers automatically,
after the customer inserts currency
or credit into the machine. In this concept, a
coin will be drop inside the money amount
indicator and it will activate four switches that
will be used in the body door for each object
within the vending machine. As a switch is
triggered, the chosen object or product in the
vending machine drops to the take out port.
 Parts:
 x4 Continuous rotation servo motors
 x20 #6x0.75inch machine screws+nuts (what holds the body
together)
 x16 #6x0.5inch machine screws for fastening the servo and
window panels to the frame
 x4 16mm diameter pushbuttons
 Nokia 5110 LCD (optional) + hardware to mount it
 Arduino compatible or similar micro controller (requires 4
PWM pins)
 LED strip lights (optional)
 Sacrificial wire hangers
 misc wires
 misc electronic stuff
Circuit:
 Modification:
 In the original concept, the coins should be
dropped in the money amount detector and it will
activate the four switches for every object or
product in the machine. The modification for our
project is that as we insert an amount of coins in the
money detector, four sensors will be activated
instead of switches. If the sensor senses a finger for a
category of an object or product within the
machine, the product or object fall to the take out
port of the vending machine.
Gizduino Alarm Clock

- The aim of this project is to create a real


time clock along with an alarm feature
that enables us to set the desired time for
which the alarm feature will trigger.
 Parts:
 Gizduino –1
 DS 1307 RTC Module – 1
 Push Buttons – 3
 16X2 LCD Display – 1
 Buzzer – 1
 10 KΩ – 2
 10 KΩ POT – 1
Circuit:
 Modification:
 In the original concept, the function of the
whole project is that it gives a real world clock
indicator and at the same time there is an alarm
feature. For the modification of this project, we will
change the concept of the whole original project
into an alarm timer. In this new concept, we are
going to input how many hours, minutes, and
second on when the alarm will trigger.
Laser security system

 In this concept, gizduino will be


programmed to a function wherein, if it
senses a person in a room, the security
alarm will automatically trigger. It will be
using a sensor wherein it will be the one
responsible for sensing something or
someone that pass through the laser and
it will cause for it to give signals
responsible for the alarm.
 Parts:
 Gizduino
Jumper Wire
Laser
10 ohms resistor
LED
photo resistor
Buzzer
Circuit:
 Modification:
 In the original concept, the alarm will trigger when
someone is being sensed by the laser. In the
modification for our project, we added a new concept
wherein when a student is sensed in the door for being
late in class, the alarm will trigger and at the same a
machine will release a card stating that the student is
late and the professor will sign in that “Student Late
Card” and it will be shown in the guidance for an
exchange for an admission slip.
 it can be useful in the tool room wherein this concept is
placed in a table in the room and when a student wants
to borrow a laboratory, the hands of the student is
placed in the sensor and the machine will released a
borrowing slip.
Arduino Based RSS Feed
Display

 Thisproject is a python script that outputs


Facebook status updates to an Arduino
connected serial LCD. It is really just an
RSS reader, so it could be set up to
analyze just about any RSS feed from
weather to stocks to emails.
 Parts:
 Gizduino
(1) Breadboard (I used a MakerShield prototyping
shield instead, but a breadboard works just as well,
albeit less compact)
(1) LED, your choice of color
(>12) Breadboard cables
(1) 16x2 Character LCD display, compatible with
the LiquidCrystal library (works with larger LCD's with
tweaking)
(1) Potentiometer, preferably 10K ohms.
(1) USB to USB-B cable (standard USB-to-Arduino
cable)
Circuit:
 Modification:
 Instead
of displaying RSS feeds or news,
we can let it display important messages
or announcements such as events or
seminars on the LCD.
Digital Ohm Meter

-This project is about a simple ohmmeter


using arduino. The measured resistance is
displayed using a 16×2 LCD display.
 Parts:
 Arduino UNO (or any other Arduino)
 Breadboard
 16X2 LCD Display
 Jumper wires
 1X 1000 Ohm Resistor
 A Potentiometer
Circuit:
 Modification:
 We can change the idea of having a
voltmeter instead of an ohmmeter. It can
also display the voltage value on an LCD.
Automatic Door Opener
 This project uses a motion-detecting sensor (PIR
sensor) to open or close the door which detects the
infrared energy omitted from human's body. When
someone comes in front of the door, the infrared
energy detected by the sensor changes and it
triggers the sensor to open the door whenever
someone approaches the door. The signal is further
sent to Arduino Uno that controls the door.
 Parts List:
 1.Arduino UNO
 2.16x2 LCD
 3.PIR Sensor
 4.Connecting wires
 5.Bread board
 6.1 k resistor
 7.Power supply
 8.Motor driver
 9.CD case (DVD Troly)
Circuit Diagram:
 Modification:
 Instead of a door opener, we want to use
its concept to open a trash can lid, so
whenever a presence is sensed by the IR
sensor, the trash can will open.
Resistor Conveyer (Original
Idea)

 This idea has a function of dropping a


single resistor to the conveyer and
delivering it to the other end of the
conveyor. The dropping process will be
activated by a switch and the movement
of the conveyor will be implementing by
another switch which will be in a
continuous motion. Speed is also going to
be a variable in this concept.
 Parts:
 Gizduino
 Servomotor
 Conveyor
 Switches
 Gears
 Movable small arms
Test Paper drop box (original
idea)

 In this concept, the box will be set in a


timer on how long will it will be open. As it
reaches the set time, it will automatically
close and lock itself whether they pass the
test papers or not. Also, the buzzer will
indicate that the time is already over.
 Parts:
 Servomotors
 Buzzer
 Gizduino
 Box
 Spring
 Electronic wire
 Switch

You might also like