meta data for this page
  •  

This is an old revision of the document!


Smart classroom

Group Name: Skynet

Group Members:

Name Student number
Hannes Hietanen 0403053
Severi Ahopelto 0454293
Md Anisul Islam 0528721

Problem

  • LUT has multiple computer rooms available in 24/7 use. These classrooms have their computers on hibernation all the time they are not in use, which uses power needlessly.
  • This issue could be solved using smart solutions.

Vision

  • A classroom with no power usage when not in use
  • The room should still be immediately usable after someone has entered in
  • Power usage should fall down to zero when the last person leaves the room

Implemented scenario

  • Calculating power consumed by all idle electronic devices and Recognizing the motion → Turning ON/OFF power supply
  • Situational lighting based on Power consumption

Energy savings calculations

  • A simple calculation example would be to estimate energy saving in one computer classroom since they have the most electronic devices in classrooms.
  • We’ll be using an LUT computer classroom in this example. In an LUT computer classroom there are around 15 computers and monitors.
  • We can take standby power calculations researched by Lawrence Berkeley National Laboratory and use them in our calculations. According to their research an LCD display consumes 1.38W of power in sleep mode and a desktop computer consumes 21.13W on average in sleep mode.
  • In these estimations the hardest part is estimating what portion of the year are the computer classes not in use. We can roughly say it is at least half of the day since the rooms are not used at most nights and daytime use is small on holidays and summer.
  • We can also calculate cost savings estimates using electricity prices in Finland.
  • With these numbers we can calculate some estimates.

Benefits and savings

  • Actual power savings are relatively small
  • Emphasis on branding
  • One possible solution as a part of green campus idea
  • Automatic solution

Extended vision

Smart Windows

  • Automatic dimming of windows
  • Generating some power from sunlight

Smart Walls

  • Accurately detecting people inside the room
  • Using any wall as an interactive surface with a projector
  • No need for wall switches, interactions done touching the wall

Smart Heating

  • Heating times based on classroom use
  • System is aware of the school schedule

Home Automation Protocol - X10

  • X10 was developed in 1975 in Scotland
  • Uses power lines to transmit data
  • Has been an international standard for home automation for a long time
  • Communicates between transmitters and receivers
  • RF bursts over power line
  • A 1ms burst of 120 kHz is Binary 1 and absence of 120 kHz is Binary 0
  • Complete code transmission is 11 cycles
    • Bits are sent in half cycles of the power line (1ms signal on one half cycle)
    • First 2 cycles are a default Start code 1110, which is always the same
    • Next 4 cycles indicate the house code
    • Last 5 cycles represent a Number Code or a Function Code

image: www.x10.com/x10-basics.html

Benefits

  • Uses existing wiring (no need for ethernet or wireless networks)
  • Simple to use
  • Been around for a long time so there are many compatible devices
  • Cheaper than most alternatives

Drawbacks

  • Noticeable delay
  • Possible interference (data byte gaps etc.)
  • Provides less functionality than alternatives
  • 16 home addresses and 16 unit codes per address so only 256 different addresses

FHEM

  • Open source Perl server for home automation
  • Common tasks include switching devices and logging events
  • Supports many protocols and devices

Our impressions

  • Flexible and extensible
  • Built-in regular expressions are useful
  • Can be controlled with many devices, such as smartphones
  • Very limited English documentation and support

Poster

Documents