Cse461 DSD final presentation

16
CSE461: DSD Project Nusrat Jahan 12201001 Mirza Abdullah Al Nafiz 13101230 Rozin Tanvir Khan 13101117 Niger Sultana Mimi 13121132

Transcript of Cse461 DSD final presentation

Page 1: Cse461 DSD final presentation

CSE461: DSD Project

Nusrat Jahan 12201001

Mirza Abdullah Al Nafiz 13101230

Rozin Tanvir Khan 13101117

Niger Sultana Mimi 13121132

Page 2: Cse461 DSD final presentation

MONITORING YOUR ELECTRICITY CONSUMPTION

Arduino Energy Monitor

Page 3: Cse461 DSD final presentation

● Easy Monitoring of energy consumption. By energy we mean Electrical energy.

● Prevention of wastage of energy

● Regulating the cost effectively

● Understanding the corresponding temperature at some point during consumption.

Motivation

Page 4: Cse461 DSD final presentation

Methodology

Connect device

read and measure amount of current flow

Take thermal reading

send data to server

User retrieves data from website

S

Page 5: Cse461 DSD final presentation

●Arduino Uno

●Current Sensor

●Ethernet Shield

●Temperature Sensor

●Bread board, Vero board, wires, multi-meter,

●resistors, capacitor etc.

Necessary Equipment

Page 6: Cse461 DSD final presentation

Arduino Uno

● Microcontroller: ATmega328P ● Operating Voltage : 5V ● Input Voltage : 7-12V ● Digital I/O Pins : 14● (of which 6 provide PWM

output) ● Analog Input Pins 6 ● DC Current per I/O Pin : 20 mA ● Flash Memory :32 KB

Page 7: Cse461 DSD final presentation

Ethernet Shield : W5100

● Needs an IP address to operate.● Can communicate Using TCP and UDP● Simple mounting on the Arduino will

do the interfacing.● Arduino digital PIN 10, 11, 12, and 13

will be used for SPI● Connects to Internet using RJ45 cable● Informational LEDs:● PWR, LINK, FULLD ,100M, RX, TX,

COLL.

Page 8: Cse461 DSD final presentation

Current sensor : ACS712

Page 9: Cse461 DSD final presentation

Current sensor : ACS712

● Sensitivity : 96 – 104 mV/A

● Output Sink Current : 10 mA

● Output Source Current : 3 mA

Page 10: Cse461 DSD final presentation

Thermistor

Temperature range : -40C to 125C

Page 11: Cse461 DSD final presentation

Thermistor

Temperature range : -40C to 125C

Page 12: Cse461 DSD final presentation

Circuit

Page 13: Cse461 DSD final presentation

Output

Page 14: Cse461 DSD final presentation

DEMONSTRATION

Page 15: Cse461 DSD final presentation

Thank You!

Page 16: Cse461 DSD final presentation

Any Question?