You are on page 1of 15

CORDENATOR

Page 1

Group Members
Alphonsa Kurian
Prasanth Raj S Sagara S Dev Shinto Philip

AM.EN.P3MCA11003
AM.EN.P3MCA11040 AM.EN.P3MCA11049 AM.EN.P3MCA11055

Page 2

Scope
It can be used to automize the auditoriums/conference halls.
If a program is going on and, without going inside and disturbing the people inside CordEnator will enable a person to know about the no: of vacant spaces. Total seat capacity of the auditoriums may not be filled all the time. So automatic detection of the count and on/off those equipments only will lead to a better management of power and effort. CordEnator will solve this problem.

Page 3

Operations
Automizes electronic equipments like fans, lights, AC etc.

Display the count of the persons.


Automatic opening/closing of doors. Controlling the temperature of the auditorium. Sending message to the administrator.

Page 4

Displaying count And Automatic open/close door


With out opening the door a person can understand how many seats are left. When a person enter into auditorium the count will increased by one. When a person going out the count will decreased by one.
It comes to practical by using motion sensors.

Page 5

Maintaining the device speed in a threshold


.
Fan/Ac speed can be controlled according to the atmospheric temperature. If temperature is more ,then fan and ac will work in high speed. For this purpose temperature sensing sensors will be used.

Page 6

Sensing proximity and turn on the lights.


It reduces the power conception. Proximity sensor will sense the presence of the people. Turn On/Off the lights according to the presence.

Page 7

Sending the count to a designated person


After the program the count will send automatically. This avoid manual counting. It can be implement by using GSM.

Page 8

ARDUINO

Page 9

ARDUINO
o A small microcontroller-based open source platform for electronic prototyping.
You can connect it to sensors that pick up information about the world around it, and actuators that respond. All of this is controlled by code written in C.

Page 10

ARDUINO
consists of 14 digital IO pins. can be inputs or outputs.

used for reading on or off values, or switching actuators on or off.


six analog input pins

take voltage readings from a sensor


Can take power from your computers USB port

Page 11

LM 35: Temperature Sensor

Page 12

PIR Motion Detection Sensor Module


Used for motion detection. Used as motion detector for security systems or robotics. Works from 3.3V to 5V DC It consists of pyroelectric sensor and fresnel lens that detects motion by measuring change in the infrared levels emitted by the objects. It can detect motion up to 20ft. This module is very sensitive to change in infrared levels subjected by human movement.

Page 13

IR Object Sensor
IR based reflective object/proximity sensor. This carries a single Sharp GP2Y0D810Z0F IR distance measuring sensor. It will detect objects at 100mm (4") using an IR transmitter and receiver. A logic level output is driven low, and an LED is lit when an object is detected.

Page 14

Arduino GSM Shield


The Arduino GSM Shield allows an Arduino board to connect to the internet, make/receive voice calls and send/receive SMS messages. The shield uses a radio modem M10 by Quectel (datasheet). It is possible to communicate with the board using AT commands. The GSM library has a large number of methods for communication with the shield. The shield uses digital pins 2 and 3 for software serial communication with the M10. Pin 2 is connected to the M10s TX pin and pin 3 to its RX pin.

Page 15

You might also like