School of Computer and Information Science

Size: px
Start display at page:

Download "School of Computer and Information Science"

Transcription

1 School of Computer and Information Science CIS Research Placement Report Title: Data Mining Office Behavioural Information from Simple Sensors Name: Samuel J. O Malley Date: 20/11/2011 Supervisor: Dr Ross Smith Abstract This project discussed the concept of using three simple sensors to monitor the behavioural patterns of an office occupant. The goal of this research study is to capture behaviour information of the occupant without the use of invasive sensors such as cameras that do not maintain a level of privacy when installed. Our initial analysis has shown that data mining can be applied to capture re-occurring behaviours and provide real-time presence information to others that occupy the same building using ambient displays.

2 1 Introduction This project explores the concept of using simple sensors incorporated into an office environment to capture behavioural information that provides presence information to coworkers through an ambient display. Two sensors are used to capture the state information of doors when they are opened and closed, in conjunction with a pressure sensitive cushion on the desk chair which we refer to as a seat sensor. We present how these three simple sensors can be set up to log information to determine physical presence and behavioural habits by data mining the sensor information. By itself this data means nothing, but by data mining the information over a long period of time we can start to see reoccurring patterns in the occupant s behaviour. Sensors capture data from the physical world and convert the information to analogue or digital data. Electronic sensors can capture temperature, humidity, light, and sound amongst others. We consider the complexity of a sensor in terms of the data complexity. For example, a 1.3 megapixel webcam at 24 FPS generates approximately 20 gigabytes of information per hour. Although complex sensors are very powerful for capturing data, this paper shows how useful information can also be captured from simple sensors that can be used to capture everyday behavioural patterns. By capturing the state of these three sensors we can start to build a behavioural presence model using data mining. 2 Background Sensors come in many different forms and new types are still being discovered. In this paper we are interested in capturing two events; firstly the state of a door to identify when it is open or closed and secondly to identify when an office seat is occupied. Data mining provides a mechanism of discovering useful information by analysing captured data to provide a summary of the patterns that occur. The Apriori algorithm is commonly used on massive supermarket transaction databases to discover association rules, such as what products are commonly purchased together. This is called market basket analysis (Chen et al. 2005).

3 2.1 The Problem Research students commonly need to meet with their supervising professor for short periods of time informally; typically they will call first or just drop in unannounced. However, these impromptu meetings are not able to be prearranged and therefore often the supervisor will be out of the office or busy when the student arrives. In the case of the Wearable Computer Lab, our supervising professor is Bruce Thomas and he resides on the third floor while the lab is on the first floor. There is a lot of wasted time climbing all the way to the third floor just to find out that he is busy or not even present. The solution to this problem is to detect when the professor is present, and communicate this information to the research lab in a convenient way. However this presents another problem of how to detect the professor s presence without invading his privacy, also how to detect if the professor is busy or not. This project presents a non-invasive way of monitoring the physical presence of the professor using simple sensors, and using data mining techniques to generate a behavioural model which can be used to detect if the professor is busy or not. 2.2 Similar Applications Ambient displays 3 Research Concept 3.1 Simple Sensors While a camera in the office would provide us with all the information we need to monitor an occupants presence, it can be very invasive. By utilising simple sensors such as magnetic door sensors and a seat sensor, the only information recorded is that which could be obtained by walking past the office and looking in. By employing the state information of these three sensors, we can discover behavioural information such as the most likely time that the occupant is available as a pattern observed over a period of time. From analysing the layout of the office in Figure 2, we noted that there are three possible locations for simple sensors that provide the most meaningful information. The office we

4 are interested in shares a reception area with another office. As either door can be locked to outsiders, we chose to place magnetic door switches on both the inner and outer doors. Finally we decided to place a sensor on the desk chair to determine if the occupant is seated or not. These three states can give us an insight as to the occupant s availability. By using simple sensors we guarantee that the occupant s privacy is not broken. Even if a hacker gained access to the sensor data they cannot spy on the occupant. If a complex sensor was used, such as a webcam, then the hacker (or disgruntled research student) could read what the occupant is working on and have a much larger impact on their privacy. 3.2 Data Mining The goal of data mining the sensor information is to discover patterns in the office occupant s behaviour. This will give us an insight into the most likely times that the occupant is available. We used the Apriori algorithm (Agrawal & Srikant 1994) to generate a list of association rules. In order to apply the Apriori algorithm we logged the data as transactions, where a new item is added to the log when a state changes. An example of the data is shown Day 'Time of Day' 'Outer Door' 'Inner Door' Seated Monday,Afternoon,0,0,1 Monday,Evening,1,1,1 Etc This data is formatted to be read by the Weka Data Mining Software 1 using the Apriori algorithm to generate some association rules in the data. The first attribute is the day of 1

5 the week, followed by the time of day and the Boolean simple sensor data. This data is logged whenever any of the sensor states change, such as when a door is closed or the occupant sits in the chair. 3.3 Ambient Display of Information A visualisation we employed to present the status information to others in the same building but in a different room follows a traffic light metaphor (see Figure 1). The purpose of the Traffic Light visualisation is to inform the current availability of the occupant. This visualisation utilises the behavioural knowledge gained from preliminary data logging, based on four weeks of data, and attempts to determine whether the occupant is available or not using the state changes. The traffic light uses ambient lights to display and communicate information without distracting the user from their primary task. We employ the philosophy of Ishii et al. used in their ambientroom system. The ambientroom uses simple lights to convey information such as the number of hits on a website (Ishii & Ullmer 1997). Figure 1: Traffic Light Visualisation The traffic light displays Green when the occupant is available, Red when the occupant is not in the office, and Yellow when the occupant is present but not available, such as when he is in a meeting. By analysing the preliminary results from a four week study we can apply our knowledge of the occupant s behaviour to dictate the function of the

6 Traffic Light. The simple behaviour, excluding time factors, can be displayed on a comprehensive state chart (see Table 1). Table 1: Sensor State vs Traffic Light State Sensor State Inner Shut, Outer Shut, Not Seated Inner Shut, Outer Shut, Seated Inner Shut, Outer Open, Not Seated Inner Shut, Outer Open, Seated Inner Open, Outer Shut, Not Seated Inner Open, Outer Shut, Seated Inner Open, Outer Open, Not Seated Inner Open, Outer Open, Seated Red Yellow Red Yellow Red Yellow Yellow Green Traffic Light State The time of day can also have an effect on the Traffic Light visualisation. If it is Early Morning (before 9am) then we will display Red on the Traffic Light, even if the doors are opened. It was evident from the data that the doors open for about 5 minutes every weekday between 4 and 5am, we attributed this to the cleaners emptying the bins. The limitation of this visualisation is in its simplicity. We only show Red, Green and Yellow, but there is more information provided by the data which we do not show. This visualisation does not take into account the transitions, only the current state. If the state changes from Green (inner open, outer open and seated) to Inner open, outer shut and not seated, then we can be sure that the occupant is just stepping out of the office for a short period of time. From observing the running system we have seen that when this special case occurs, more often than not the professor appears in our lab within a few minutes of this transition occurring. Because of this limitation, a secondary visualisation was employed. We displayed a floor plan diagram of the office on a plasma screen mounted in the Wearable Computer Lab. This floor plan updated in real time to show the current state of the office, including both door sensors and the seat sensor state. This visualisation does not do any interpretation of the data and it is up to the viewer to determine from the display, if the occupant is present or busy (see Figure 2).

7 Figure 2: Floor Plan Visualisation An extension to this visualisation also displays the previous state and the time of the state change. This data can be used to determine how long the occupant has been away or seated and can assist in deciding if the occupant is present or not. 4 Implementation We employ magnetic door switches and a foam based pressure seat sensor for the implementation of our system. These sensors are monitored using a micro-controller (see Figure 3) that captures when the state of the sensors changes. Magnetic door sensors are used to acquire state information from two doors located in the office, the state identified is either open or closed. These sensors are very simple, the switch is located on the door frame and a magnet is placed on the door. When the door is shut the magnet pulls the switch into an open position. This information is identified by a micro-controller and communicated to the computer as a string of comma delimited integers over the serial port.

8 Figure 3: Seat Sensor Microcontroller We decided to create a cushion which features four sensors made from a material called Digital Foam to detect when the occupant was seated. Digital Foam is a conductive foam material that changes resistance when it is compressed (Smith 2009) this material has also been used in an input device for free-form 3D modelling which records the depth and location of finger presses on its surface (Smith, Thomas & Piekarski 2008). By reading the resistance values with the microcontroller, we can detect if the cushion is being compressed. Including four sensors enables us to potentially differentiate between a person and inanimate objects, such as a stack of books, placed on the chair. The cushion was constructed in the following steps: 1. Slice a seam on the foam cushion and remove the foam insert 2. Mark the foam to place the sensors symmetrically in each corner (see Figure 4) 3. Cut out the foam and insert a matching sized piece of digital foam to fill the holes (see Figure 5) 4. Attach four separate pieces of conductive material to cover the bottom of each digital foam piece, and one large piece of conductive material to cover all four sensors on the top 5. Crimp wires onto each piece of conductive material and sew cushion back together (with wires protruding from the cushion case)

9 Figure 4: Marked Foam Insert Figure 5: Digital Foam Pieces inserted In constructing the microcontroller to read the cushion values we created a shield (see Figure 3 above) which simplifies the connection to the cushion, and can also control the Upper and Lower voltage references to give the greatest sensitivity of results. Before this was attached to the cushion, it was tested with four potentiometers (see Figure 7). Digital foam works much like a potentiometer; the foam itself functions as a variable resistor, and by introducing a fixed resistor we can take a voltage reading between these and this is proportional to the resistance in the Digital Foam (see Figure 6)

10 V+ GND Read Voltage Here Digital Foam Variable Resistor Fixed Resistor Figure 6: Digital Foam Resistance Diagram Figure 7: Testing the Cushion Circuitry There are two modules to the software architecture, Data logging, and visualisation. The Data logging software reads the sensor information from the serial port and converts it into a meaningful format. This information, along with the time and date, is stored in a file which can later be used for data mining. This information is sent across the network using TCP/IP in a standard client-server configuration. The visualisation software then presents the data using a variable floor plan diagram on a wall mounted plasma screen,

11 and via the ambient Traffic Light visualisation. This diagram features animated doors and seat state changes. 5 Results The data used to generate the results was gathered over four weeks of constant logging. Each log entry contains the time of day which is: early morning (before 9am), morning (9am to midday), afternoon (until 5pm) or evening (until midnight), as well as the day of the week. In this paper we are focusing on finding the associations in the data rather than graphing behaviour over time because we have only recorded four weeks of data. In the future when we have logged months or even years of data then we will use graphs to visualise the occupant s reoccurring behavioural patterns over time. 5.1 Raw Results Table 2: Top Results from the Apriori Algorithm Rule Association Rule Confidence 1 100% 2 94% 3 72% 4 66% 5 100% 6 97% 7 92% 8 97% 9 96% 10 97% 11 89% 12 6% 13 87% 14 69% 15 91% 16 95% 17 79% Key:!inner = Inner Door Shut, inner = Inner Door Open

12 5.2 Discussion The association rules generated from the Apriori algorithm give us some useful insights into the office occupant s behaviour, Table 2 is a list of the most relevant association rules that we have selected. Rules 1 to 4 show us that even if the door is open before 9am, it is very unlikely that the occupant is seated yet, and Afternoon is the most likely time that the occupant is seated. Rules 5 to 7 can be interpreted as showing that the Afternoon is the most likely time for the occupant to be working with the office door shut. Rules 8 to 11 show 10 cases in four weeks of working with the inner door shut, 11 cases with the outer door shut, and 5 cases with both shut. This shows that it is a standard behaviour of the occupant to work with the door shut; however it is not done all the time. This means that if either door is shut but the occupant is seated, we display a yellow light on the Traffic Light to signify that the occupant is busy. Compared to a green light which shows the occupant is available, and a red light to show unavailability. Rules 12 to 16 show the days on which it is unlikely for the occupant to be seated, Monday is very likely that the occupant is seated and could possibly mean that Monday is the day where the occupant sits for the longest time without leaving the office. If we count how much activity occurs on each day then Monday and Wednesday are the most active days, with Thursday and Friday being the least active. Together these two rules would suggest that Monday is the busiest day in the office. However the scope of this system is only the activity which occurs inside the office, Thursday and Friday could be equally as busy days with many meetings and commitments outside the office. Rule 17 shows that 79% of Wednesday s activity was with the Inner Door open. This could mean that this is a day where the secretary and the other office occupant were not present, so that when the occupant left his office he locked the outer door rather than both doors.

13 6 Future Work We have plans to re-implement the current system using wireless communication and batteries rather than obtrusive and annoying cables. This will allow the system to run without getting in the way of normal activity. Also it provides a greater flexibility to the system because it becomes easier to add new sensors and move the system to another location. In the future we would like to introduce more publicly available data into the behavioural model to generate more comprehensive patterns and a more accurate estimate of the likely times the occupant will be available. This data includes important semester dates such as exam timetables, holiday times, student consultation times and conference deadlines. 7 Conclusion What we hope to achieve with the analysis is to provide a summary of the behavioural information over time. From these preliminary results we can already see glimpses of what we could potentially learn from a larger dataset. Given the system is kept running, the data mining will allow new patterns to be revealed and potentially re-occurring behaviours over many years could be identified. Providing co-workers with this information where appropriate will allow them to select the most appropriate time to find the occupant.

14 8 References Agrawal, R & Srikant, R 1994, 'Fast Algorithms for Mining Association Rules in Large Databases', Proceedings of the 20th International Conference on Very Large Data Bases, pp Chen, Y-L, Tang, K, Shen, R-J & Hu, Y-H 2005, 'Market basket analysis in a multiple store environment', Decision Support Systems, vol. 40, no. 2, pp Ishii, H & Ullmer, B 1997, 'Tangible bits: towards seamless interfaces between people, bits and atoms', Proceedings of the SIGCHI conference on Human factors in computing systems, Atlanta, Georgia, United States, pp Smith, RT, Thomas, BH & Piekarski, W 2008, 'Digital foam interaction techniques for 3D modeling', Proceedings of the 2008 ACM symposium on Virtual reality software and technology, Bordeaux, France, pp Smith, RT 2009, Digital foam: a 3D input device,

Efficient GPS Push Models for Mobile Computers

Efficient GPS Push Models for Mobile Computers Efficient GPS Push Models for Mobile Computers Richter Scholars Program George Fox University Ryan Casey November 2008 1 Introduction In the past several years, smart-phones have gotten more and more powerful.

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

Andrew Kobyljanec. Intelligent Machine Design Lab EEL 5666C January 31, ffitibot. Gra. raffiti. Formal Report

Andrew Kobyljanec. Intelligent Machine Design Lab EEL 5666C January 31, ffitibot. Gra. raffiti. Formal Report Andrew Kobyljanec Intelligent Machine Design Lab EEL 5666C January 31, 2008 Gra raffiti ffitibot Formal Report Table of Contents Opening... 3 Abstract... 3 Introduction... 4 Main Body... 5 Integrated System...

More information

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB MD.SHABEENA BEGUM, P.KOTESWARA RAO Assistant Professor, SRKIT, Enikepadu, Vijayawada ABSTRACT In today s world, in almost all sectors, most of the work

More information

Ribcage Installation. Part 2 - Assembly. Back-Bone V1.06

Ribcage Installation. Part 2 - Assembly. Back-Bone V1.06 Ribcage Installation Part 2 - Assembly Back-Bone V1.06 Contents Section 1 Before You Get Started... 2 Included With Your Kit:... 2 Figure: A... 3 CAUTION!... 4 Note:... 4 Tools Required... 5 Section 2:

More information

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 Table of Contents ABOUT THIS DOCUMENT... 3 Glossary... 3 CONSOLE SECTIONS AND WORKFLOWS... 5 Sensor & Rule Management...

More information

COLLABORATION WITH TANGIBLE AUGMENTED REALITY INTERFACES.

COLLABORATION WITH TANGIBLE AUGMENTED REALITY INTERFACES. COLLABORATION WITH TANGIBLE AUGMENTED REALITY INTERFACES. Mark Billinghurst a, Hirokazu Kato b, Ivan Poupyrev c a Human Interface Technology Laboratory, University of Washington, Box 352-142, Seattle,

More information

Using Infrared Array Devices in Smart Home Observation and Diagnostics

Using Infrared Array Devices in Smart Home Observation and Diagnostics Using Infrared Array Devices in Smart Home Observation and Diagnostics Galidiya Petrova 1, Grisha Spasov 2, Vasil Tsvetkov 3, 1 Department of Electronics at Technical University Sofia, Plovdiv branch,

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

CR 33 SENSOR NETWORK INTEGRATION OF GPS CR 33 SENSOR NETWORK INTEGRATION OF GPS Presented by : Zay Yar Tun 3786 Ong Kong Huei 31891 Our Supervisor : Professor Chris Rizos Our Assessor : INTRODUCTION As the technology advances, different applications

More information

Tangible Bits: Towards Seamless Interfaces between People, Bits and Atoms

Tangible Bits: Towards Seamless Interfaces between People, Bits and Atoms Tangible Bits: Towards Seamless Interfaces between People, Bits and Atoms Published in the Proceedings of CHI '97 Hiroshi Ishii and Brygg Ullmer MIT Media Laboratory Tangible Media Group 20 Ames Street,

More information

2.0 Ergonomics. 2.1 General. 2.2 Disabled Access

2.0 Ergonomics. 2.1 General. 2.2 Disabled Access 2.0 Ergonomics 2.1 General All facilities shall be designed and built in such a way that patients, staff, visitors and maintenance personnel are not exposed to avoidable risks of injury. Badly designed

More information

rainbottles: gathering raindrops of data from the cloud

rainbottles: gathering raindrops of data from the cloud rainbottles: gathering raindrops of data from the cloud Jinha Lee MIT Media Laboratory 75 Amherst St. Cambridge, MA 02142 USA jinhalee@media.mit.edu Mason Tang MIT CSAIL 77 Massachusetts Ave. Cambridge,

More information

INTERACTION AND SOCIAL ISSUES IN A HUMAN-CENTERED REACTIVE ENVIRONMENT

INTERACTION AND SOCIAL ISSUES IN A HUMAN-CENTERED REACTIVE ENVIRONMENT INTERACTION AND SOCIAL ISSUES IN A HUMAN-CENTERED REACTIVE ENVIRONMENT TAYSHENG JENG, CHIA-HSUN LEE, CHI CHEN, YU-PIN MA Department of Architecture, National Cheng Kung University No. 1, University Road,

More information

ENGI1020. Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - Winter 2019

ENGI1020. Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - Winter 2019 ENGI1020 Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - lehogan@mun.ca Winter 2019 What are we doing today? Overview of lab procedures, schedules, assessment Introduction to

More information

HandPunch Installation Guide

HandPunch Installation Guide HandPunch Installation Guide www.centraltimeclock.com HandPunch 3000/4000 Manual Planning an Installation Site Preparation Before you begin installation, check the site blueprints, riser diagrams, and

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

Tableau Machine: An Alien Presence in the Home

Tableau Machine: An Alien Presence in the Home Tableau Machine: An Alien Presence in the Home Mario Romero College of Computing Georgia Institute of Technology mromero@cc.gatech.edu Zachary Pousman College of Computing Georgia Institute of Technology

More information

Smart Lot by. Landon Anderton, Alex Freshman, Kameron Sheffield, and Sunny Trinh

Smart Lot by. Landon Anderton, Alex Freshman, Kameron Sheffield, and Sunny Trinh Smart Lot by Landon Anderton, Alex Freshman, Kameron Sheffield, and Sunny Trinh 1 Contents 1 Abstract... 3 2 Introduction... 3 2.1 System Overview... 4 2.1.1 Wireless Camera... 4 2.1.2 Server... 5 2.1.3

More information

Magic Touch A Simple. Object Location Tracking System Enabling the Development of. Physical-Virtual Artefacts in Office Environments

Magic Touch A Simple. Object Location Tracking System Enabling the Development of. Physical-Virtual Artefacts in Office Environments Magic Touch A Simple Object Location Tracking System Enabling the Development of Physical-Virtual Artefacts Thomas Pederson Department of Computing Science Umeå University Sweden http://www.cs.umu.se/~top

More information

Interior Design using Augmented Reality Environment

Interior Design using Augmented Reality Environment Interior Design using Augmented Reality Environment Kalyani Pampattiwar 2, Akshay Adiyodi 1, Manasvini Agrahara 1, Pankaj Gamnani 1 Assistant Professor, Department of Computer Engineering, SIES Graduate

More information

Remuneration Report

Remuneration Report Remuneration Report 2017-2018 In this year s report we have worked hard to not only provide the rare, specific remuneration data you need in order to benchmark roles, but also provide you greater insight

More information

Michael Hermansen. Low-Noise Piezoelectric Driver for External Cavity Diode Lasers. Physics 492R Capstone. 10 April Advisor: Dr.

Michael Hermansen. Low-Noise Piezoelectric Driver for External Cavity Diode Lasers. Physics 492R Capstone. 10 April Advisor: Dr. 1 Michael Hermansen Low-Noise Piezoelectric Driver for External Cavity Diode Lasers Physics 492R Capstone 10 April 2012 Advisor: Dr. Dallin Durfee 2 1. Abstract: I built a piezoelectric amplifier for a

More information

Baroesque Barometric Skirt

Baroesque Barometric Skirt ISWC '14 ADJUNCT, SEPTEMBER 13-17, 2014, SEATTLE, WA, USA Baroesque Barometric Skirt Rain Ashford Goldsmiths, University of London. r.ashford@gold.ac.uk Permission to make digital or hard copies of part

More information

FlagShip. Installation Guide / User Manual Effective: January 1 st, Table of contents. 1. FlagShip Preconfiguration

FlagShip. Installation Guide / User Manual Effective: January 1 st, Table of contents. 1. FlagShip Preconfiguration FlagShip Installation Guide / User Manual Effective: January 1 st, 2016 Please go to our website for the most current version of the FlagShip Installation and Instruction Manual at www.schaller-electronic.com,

More information

Heritage MedCall. Sentry E-Call Model HM-527 Resident Host Panel

Heritage MedCall. Sentry E-Call Model HM-527 Resident Host Panel Heritage MedCall Sentry E-Call Model HM-527 Resident Host Panel 430-527B 0305 Heritage MedCall, Inc. Issue 1, March 2005 Heritage Medcall Sentry Emergency Call System Model 527 Host Panel Installation

More information

STRUCTURE SENSOR QUICK START GUIDE

STRUCTURE SENSOR QUICK START GUIDE STRUCTURE SENSOR 1 TABLE OF CONTENTS WELCOME TO YOUR NEW STRUCTURE SENSOR 2 WHAT S INCLUDED IN THE BOX 2 CHARGING YOUR STRUCTURE SENSOR 3 CONNECTING YOUR STRUCTURE SENSOR TO YOUR IPAD 4 Attaching Structure

More information

No Silver Bullet. CSCI 5828: Foundations of Software Engineering Lecture 02 08/27/2015

No Silver Bullet. CSCI 5828: Foundations of Software Engineering Lecture 02 08/27/2015 No Silver Bullet CSCI 5828: Foundations of Software Engineering Lecture 02 08/27/2015 1 Getting my Act Together Two Announcements First: in Lecture 1, I had a slide that announced my office hours as Fridays

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents

Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents Dynamic Designs of 3D Virtual Worlds Using Generative Design Agents GU Ning and MAHER Mary Lou Key Centre of Design Computing and Cognition, University of Sydney Keywords: Abstract: Virtual Environments,

More information

DESTINATION FEELGOOD. Minor 30 EC Offered in fall and spring semester. Interested? Get in touch with Timo Derriks for more information

DESTINATION FEELGOOD. Minor 30 EC Offered in fall and spring semester. Interested? Get in touch with Timo Derriks for more information DESTINATION FEELGOOD Minor 30 EC Offered in fall and spring semester Interested? Get in touch with Timo Derriks for more information t.derriks@hz.nl PE.216 Minor: Destination Feelgood Life is better at

More information

Modelling and Simulation of Tactile Sensing System of Fingers for Intelligent Robotic Manipulation Control

Modelling and Simulation of Tactile Sensing System of Fingers for Intelligent Robotic Manipulation Control 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Modelling and Simulation of Tactile Sensing System of Fingers for Intelligent

More information

Jason Stull. Physics 498 (Physics of Music) Valve Junior Modification 5/13/2010

Jason Stull. Physics 498 (Physics of Music) Valve Junior Modification 5/13/2010 Jason Stull Physics 498 (Physics of Music) Valve Junior Modification 5/13/2010 1 Introduction My original idea for a class project was to build a tube guitar amplifier. I have wanted a tube amp for some

More information

Pearson BTEC Level 3 Nationals External Assessment

Pearson BTEC Level 3 Nationals External Assessment Pearson BTEC Level 3 Nationals External Assessment Examination Timetable for Paper-based examinations and Set Tasks Summer 2018 FINAL For more information on BTEC qualifications please visit http://qualifications.pearson.com

More information

I hope you have completed Part 2 of the Experiment and is ready for Part 3.

I hope you have completed Part 2 of the Experiment and is ready for Part 3. I hope you have completed Part 2 of the Experiment and is ready for Part 3. In part 3, you are going to use the FPGA to interface with the external world through a DAC and a ADC on the add-on card. You

More information

9/2/2013 Excellent ID. Operational Manual eskan SADL handheld scanner

9/2/2013 Excellent ID. Operational Manual eskan SADL handheld scanner 9/2/2013 Excellent ID Operational Manual eskan SADL handheld scanner Thank You! We are grateful you chose Excellent ID for your SADL scanner needs. We believe this easy-to-use scanner will provide dependable

More information

***NEW*** We will give you 2 pencils, an eraser and sharpener. You are not allowed to bring your own stationery into the testing room with you.

***NEW*** We will give you 2 pencils, an eraser and sharpener. You are not allowed to bring your own stationery into the testing room with you. Global Village Calgary Official International English Language Testing System (IELTS) Centre 200-515 1 st Street S.E. Office Hours: Calgary, AB Monday to Friday Canada T2G 2G6 8:30 am to 4:30 pm Telephone:

More information

Tutorial In Practical Circuit Board Design Ben LeVesque ECE480 Team 3 November 9 th, 2007

Tutorial In Practical Circuit Board Design Ben LeVesque ECE480 Team 3 November 9 th, 2007 utorial In Practical Circuit Board Design Ben LeVesque ECE480 eam 3 November 9 th, 2007 Keywords Circuit board, Cadence, Layout, Capture, post processing, trace capacity, trace ampacity, Via Abstract his

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Open Archive TOULOUSE Archive Ouverte (OATAO)

Open Archive TOULOUSE Archive Ouverte (OATAO) Open Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited

More information

Design and Study of an Ambient Display Embedded in the Wardrobe

Design and Study of an Ambient Display Embedded in the Wardrobe Design and Study of an Ambient Display Embedded in the Wardrobe Tara Matthews 1, Hans Gellersen 2, Kristof Van Laerhoven 2, Anind Dey 3 1 University of California, Berkeley 2 Lancaster University 3 Intel-Berkeley

More information

PRECISION CURRENT TRANSDUCERS. DC Current Transducers CT-100 CT-150. User s Manual. All Rights Reserved CAEN ELS d.o.o. Rev. 1.

PRECISION CURRENT TRANSDUCERS. DC Current Transducers CT-100 CT-150. User s Manual. All Rights Reserved CAEN ELS d.o.o. Rev. 1. < DC Current Transducers CT-100 CT-150 User s Manual PRECISION CURRENT TRANSDUCERS All Rights Reserved CAEN ELS d.o.o. Rev. 1.1 November 2014 CAEN ELS d.o.o. Kraška ulica, 2 6210 Sežana Slovenija Mail:

More information

FLIR Tools for PC 7/21/2016

FLIR Tools for PC 7/21/2016 FLIR Tools for PC 7/21/2016 1 2 Tools+ is an upgrade that adds the ability to create Microsoft Word templates and reports, create radiometric panorama images, and record sequences from compatible USB and

More information

Seismograph Sales Options

Seismograph Sales Options Seismograph Sales Options VanguardNewYork.com Providing Seismograph Sales & Monitoring Services to the Construction Industry. Vanguard Construction Solutions provides construction monitoring services in

More information

Pin Symbol Wire Colour Connect To. 1 Vcc Red + 5 V DC. 2 GND Black Ground. Table 1 - GP2Y0A02YK0F Pinout

Pin Symbol Wire Colour Connect To. 1 Vcc Red + 5 V DC. 2 GND Black Ground. Table 1 - GP2Y0A02YK0F Pinout AIRRSv2 Analog Infra-Red Ranging Sensor Sharp GP2Y0A02YK0F Sensor The GP2Y0A02YK0F is a well-proven, robust sensor that uses angleof-reflection to measure distances. It s not fooled by bright light or

More information

CSC C85 Embedded Systems Project # 1 Robot Localization

CSC C85 Embedded Systems Project # 1 Robot Localization 1 The goal of this project is to apply the ideas we have discussed in lecture to a real-world robot localization task. You will be working with Lego NXT robots, and you will have to find ways to work around

More information

There is a twenty db improvement in the reflection measurements when the port match errors are removed.

There is a twenty db improvement in the reflection measurements when the port match errors are removed. ABSTRACT Many improvements have occurred in microwave error correction techniques the past few years. The various error sources which degrade calibration accuracy is better understood. Standards have been

More information

The Billy Scaife Guide to ICT Exam 2015

The Billy Scaife Guide to ICT Exam 2015 The Billy Scaife Guide to ICT Exam 2015 Mock Exam 1 (Answers) Mock Exam 2 (Answers) 1. The Smith family want a portrait done of the all the family together 2. The family arrange a PHOTO SHOOT with Image

More information

MECHANICAL ENGINEERING AND DESIGN 2017/18 SEMESTER 1 MODULES

MECHANICAL ENGINEERING AND DESIGN 2017/18 SEMESTER 1 MODULES Visual Communications ENG_4_542 Tuesday and Wednesday 2pm 4pm (Tues), 9.30am 11.30am (Weds) Students attend both sessions. The module aims a) to develop the capacities of observation and visualisation,

More information

The use of self-organising maps for anomalous behaviour detection in a digital investigation

The use of self-organising maps for anomalous behaviour detection in a digital investigation The use of self-organising maps for anomalous behaviour detection in a digital investigation B.K.L. Fei a, J.H.P. Eloff a, M.S. Olivier a and H.S. Venter a a Information and Computer Security Architectures

More information

Georgia Department of Transportation. Automated Traffic Signal Performance Measures Reporting Details

Georgia Department of Transportation. Automated Traffic Signal Performance Measures Reporting Details Georgia Department of Transportation Automated Traffic Signal Performance Measures Prepared for: Georgia Department of Transportation 600 West Peachtree Street, NW Atlanta, Georgia 30308 Prepared by: Atkins

More information

DC Current Transducers CT-200 CT-300 CT-400 User s Manual All Rights Reserved CAEN ELS d.o.o. Rev. 1.0 November 2014

DC Current Transducers CT-200 CT-300 CT-400 User s Manual All Rights Reserved CAEN ELS d.o.o. Rev. 1.0 November 2014 < DC Current Transducers CT-200 CT-300 CT-400 User s Manual PRECISION CURRENT TRANSDUCERS All Rights Reserved CAEN ELS d.o.o. Rev. 1.0 November 2014 CAEN ELS d.o.o. Kraška ulica, 2 6210 Sežana Slovenija

More information

The Hux Connect Portal

The Hux Connect Portal Introduction to: The Hux Connect Portal The Hux Connect Portal is the primary tool that users have for viewing and understanding to information that Hux gathers about a site. The portal provides a broad

More information

SET UP IN 3 RD Gr Classroom - See pictures that follow Move Desks and chairs to north end of the room and stacked to free up ¾ or the floor space

SET UP IN 3 RD Gr Classroom - See pictures that follow Move Desks and chairs to north end of the room and stacked to free up ¾ or the floor space OVERVIEW Small soaps are felted with colorful roving. It s a bit like having a built-in wash cloth. These make lovely gifts. The youngest children can do this craft with supervision. LOCATION Grade 3 Classroom

More information

Managing Complex Land Mobile Radio Systems

Managing Complex Land Mobile Radio Systems Anyone responsible for a multiple-site, multiple-channel land mobile radio communications system knows that management of even just a single site can often be a complex task. Failures or degradation in

More information

Pearson Edexcel International General Certificate of Secondary Education R Paper May June 2019 Examination Timetable FINAL

Pearson Edexcel International General Certificate of Secondary Education R Paper May June 2019 Examination Timetable FINAL Home Notes Pearson Edexcel International General Certificate of Secondary Education R Paper May June 2019 Examination Timetable FINAL For more information on Edexcel qualifications please visit http://qualifications.pearson.com

More information

INFORMATION AND COMMUNICATION TECHNOLOGIES IMPROVING EFFICIENCIES WAYFINDING SWARM CREATURES EXPLORING THE 3D DYNAMIC VIRTUAL WORLDS

INFORMATION AND COMMUNICATION TECHNOLOGIES IMPROVING EFFICIENCIES WAYFINDING SWARM CREATURES EXPLORING THE 3D DYNAMIC VIRTUAL WORLDS INFORMATION AND COMMUNICATION TECHNOLOGIES IMPROVING EFFICIENCIES Refereed Paper WAYFINDING SWARM CREATURES EXPLORING THE 3D DYNAMIC VIRTUAL WORLDS University of Sydney, Australia jyoo6711@arch.usyd.edu.au

More information

Integrating analyses of data to discover facts and/or develop knowledge, concepts and interpretations. 1 Co-ordinating

Integrating analyses of data to discover facts and/or develop knowledge, concepts and interpretations. 1 Co-ordinating DATA/INFORMATION, PEOPLE, THINGS DATA/INFORMATION Non-tangible information, knowledge and concepts related to data, people and things that are obtained by observation, investigation, visualization and

More information

Properties of two light sensors

Properties of two light sensors Properties of two light sensors Timo Paukku Dinnesen (timo@daimi.au.dk) University of Aarhus Aabogade 34 8200 Aarhus N, Denmark January 10, 2006 1 Introduction Many projects using the LEGO Mindstorms RCX

More information

TUTORIAL: the Hobo Sack

TUTORIAL: the Hobo Sack Page 1 of 34 TUTORIAL: the Hobo Sack by Dana on July 6, 2008 Whether you re on the road or hanging at home, every hobo needs a bag for his (or her) treasures. Page 2 of 34 So load it up, Page 3 of 34 hit

More information

0420 COMPUTER STUDIES

0420 COMPUTER STUDIES CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2013 series 0420 COMPUTER STUDIES 0420/13 Paper 1, maximum raw mark 100 This mark

More information

The Busy Professor Easy Steps to Getting Your Academic Life Under Control

The Busy Professor Easy Steps to Getting Your Academic Life Under Control Twitter Hashtag: #aaptefw The Busy Professor Easy Steps to Getting Your Academic Life Under Control STEPS 1. Rule your e-mail 2. Make To-Do lists that really matter 3. Create a highly-structured syllabus

More information

Installation Manual. Ultra RF Analogue Transmitter QC0168. Manual Ref: QC0168. Version: March

Installation Manual. Ultra RF Analogue Transmitter QC0168. Manual Ref: QC0168. Version: March Installation Manual Ultra RF Analogue Transmitter QC0168 Manual Ref: QC0168 Version: March 17 1.0 System Concept RF Transmitters connect to sensors or meters and send data to the infrastructure internet

More information

How to do the Thermal Noise Lab. And also your DNA melting lab report

How to do the Thermal Noise Lab. And also your DNA melting lab report How to do the Thermal Noise Lab And also your DNA melting lab report Agenda for our Theory Free Day How to put away your DNA melting apparatus DNA melting lab report The teaching AFM Tips for the thermal

More information

DATA GLOVES USING VIRTUAL REALITY

DATA GLOVES USING VIRTUAL REALITY DATA GLOVES USING VIRTUAL REALITY Raghavendra S.N 1 1 Assistant Professor, Information science and engineering, sri venkateshwara college of engineering, Bangalore, raghavendraewit@gmail.com ABSTRACT This

More information

Discussion on Red Tacton - Technology for communication through Human body

Discussion on Red Tacton - Technology for communication through Human body Discussion on Red Tacton - Technology for communication through Human body 1 2 K. Gandhimathi, AP/CSE, A.Praveena, AP/Chemistry 1,2 Idhaya Engineering College for women, Chinnasalem E- mail: 1 pk.gmathi@gmail.com,

More information

EmagiKit. Privacy Pod Plus. Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY

EmagiKit. Privacy Pod Plus. Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY EmagiKit Privacy Pod Plus Quiet. Easy. Affordable. INSTRUCTIONS ASSEMBLY DIMENSIONS AND COMPONENTS 47 47 Ceiling Unit 2-B 2-L 2-R Glass Door Corner Trim Door Handle 90 Adjustable Height Work Surface 1-B

More information

ICOS: Interactive Clothing System

ICOS: Interactive Clothing System ICOS: Interactive Clothing System Figure 1. ICOS Hans Brombacher Eindhoven University of Technology Eindhoven, the Netherlands j.g.brombacher@student.tue.nl Selim Haase Eindhoven University of Technology

More information

In order to do this project you should review the following concepts:

In order to do this project you should review the following concepts: Catapult In order to do this project you should review the following concepts: Catapult 18 Rope Lego Band Rubber Band Catapult: Arm Catapult: Arm Catapult: Arm Leave the other end of the rubber band loose

More information

Early warning of longwall roof cavities using LVA software

Early warning of longwall roof cavities using LVA software University of Wollongong Research Online Coal Operators' Conference Faculty of Engineering and Information Sciences 2012 Early warning of longwall roof cavities using LVA software David Hoyer LVA Pty Ltd

More information

Michael Marner, PhD. Curriculum Vitae. Education. Professional Experience

Michael Marner, PhD. Curriculum Vitae. Education. Professional Experience Michael Marner, PhD Curriculum Vitae michael@20papercups.net www.20papercups.net Education 2008 2013 Doctor of Philosophy. Thesis title: Physical-Virtual Tools for Interactive Spatial Augmented Reality

More information

AR 2 kanoid: Augmented Reality ARkanoid

AR 2 kanoid: Augmented Reality ARkanoid AR 2 kanoid: Augmented Reality ARkanoid B. Smith and R. Gosine C-CORE and Memorial University of Newfoundland Abstract AR 2 kanoid, Augmented Reality ARkanoid, is an augmented reality version of the popular

More information

Geotechnical data handling from A to Z

Geotechnical data handling from A to Z FMGM 2015 PM Dight (ed.) 2015 Australian Centre for Geomechanics, Perth, ISBN 978-0-9924810-2-5 A Thorarinsson Vista Data Vision, Iceland Abstract While geotechnical sensors of all kinds have greatest

More information

Putting It All Together: Computer Architecture and the Digital Camera

Putting It All Together: Computer Architecture and the Digital Camera 461 Putting It All Together: Computer Architecture and the Digital Camera This book covers many topics in circuit analysis and design, so it is only natural to wonder how they all fit together and how

More information

KIT to showcase self-learning humanoid robot at CEBIT

KIT to showcase self-learning humanoid robot at CEBIT KIT to showcase self-learning humanoid robot at CEBIT Test Center for Autonomous Driving Uncrackable Digital Wallet Cloud Service Certification Virtual Health Assistant Quantum-based Prediction of Molecular

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 12, June 2014

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 12, June 2014 Design of Wireless Sensor Networks (WSN) in Energy Conversion Module Based On Multiplier Circuits Rajiv Dahiya 1, A. K. Arora 2 and V. R. Singh 3 1 Research Scholar, Manav Rachna International University,

More information

Mobile Interaction with the Real World

Mobile Interaction with the Real World Andreas Zimmermann, Niels Henze, Xavier Righetti and Enrico Rukzio (Eds.) Mobile Interaction with the Real World Workshop in conjunction with MobileHCI 2009 BIS-Verlag der Carl von Ossietzky Universität

More information

Understanding User Privacy in Internet of Things Environments IEEE WORLD FORUM ON INTERNET OF THINGS / 30

Understanding User Privacy in Internet of Things Environments IEEE WORLD FORUM ON INTERNET OF THINGS / 30 Understanding User Privacy in Internet of Things Environments HOSUB LEE AND ALFRED KOBSA DONALD BREN SCHOOL OF INFORMATION AND COMPUTER SCIENCES UNIVERSITY OF CALIFORNIA, IRVINE 2016-12-13 IEEE WORLD FORUM

More information

An Operational Test of Adaptive Signal Control. Campbell Road Corridor Richardson, Texas

An Operational Test of Adaptive Signal Control. Campbell Road Corridor Richardson, Texas An Operational Test of Adaptive Signal Control Campbell Road Corridor Richardson, Texas September 2011 Robert Saylor and John Black, City of Richardson Operational Test Objectives Install Rhythm adaptive

More information

Computer-Augmented Environments: Back to the Real World

Computer-Augmented Environments: Back to the Real World Computer-Augmented Environments: Back to the Real World Hans-W. Gellersen Lancaster University Department of Computing Ubiquitous Computing Research HWG 1 What I thought this talk would be about Back to

More information

The development of a virtual laboratory based on Unreal Engine 4

The development of a virtual laboratory based on Unreal Engine 4 The development of a virtual laboratory based on Unreal Engine 4 D A Sheverev 1 and I N Kozlova 1 1 Samara National Research University, Moskovskoye shosse 34А, Samara, Russia, 443086 Abstract. In our

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM KIRAN DILIP DESAI 1, RAMCHANDRA P.HASABE 2 Electrical Engg.Department, Walchand College of Engg., Sangli.

More information

Fresh from the boat: Great Duck Island habitat monitoring. Robert Szewczyk Joe Polastre Alan Mainwaring June 18, 2003

Fresh from the boat: Great Duck Island habitat monitoring. Robert Szewczyk Joe Polastre Alan Mainwaring June 18, 2003 Fresh from the boat: Great Duck Island habitat monitoring Robert Szewczyk Joe Polastre Alan Mainwaring June 18, 2003 Outline Application overview System & node evolution Status & preliminary evaluations

More information

Finite State Machines CS 64: Computer Organization and Design Logic Lecture #16

Finite State Machines CS 64: Computer Organization and Design Logic Lecture #16 Finite State Machines CS 64: Computer Organization and Design Logic Lecture #16 Ziad Matni Dept. of Computer Science, UCSB Lecture Outline Review of Latches vs. FFs Finite State Machines Moore vs. Mealy

More information

Critical Conductor Temperatures in Submarine Cables Equipped with Protection Pipes

Critical Conductor Temperatures in Submarine Cables Equipped with Protection Pipes 24 th Nordic Insulation Symposium on Materials, Components and Diagnostics 128 Critical Conductor Temperatures in Submarine Cables Equipped with Protection Pipes Rógvi Østerø, Joachim Holbøll Technical

More information

RFID Door Unlocking System

RFID Door Unlocking System RFID Door Unlocking System Evan VanMersbergen Project Description ETEC 471 Professor Todd Morton December 7, 2005-1- Introduction In this age of rapid technological advancement, radio frequency (or RF)

More information

Architecture of Workplaces 2 1 st semester 2018/2019 COURSE DESCRIPTION. In case of all design phases the name of the task should be marked uniformly:

Architecture of Workplaces 2 1 st semester 2018/2019 COURSE DESCRIPTION. In case of all design phases the name of the task should be marked uniformly: Architecture of Workplaces 2 1 st semester 2018/2019 COURSE DESCRIPTION The aim of the course is to summarize the acquired architectural-technical knowledge, to prepare for the complex architectural thinking

More information

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Rev1.0 Author: Tung Shen Chew Contents 1 Introduction... 4 1.1 Always-on voice-control is (almost) everywhere... 4 1.2 Introducing

More information

ENGR 499: Wireless ECG

ENGR 499: Wireless ECG ENGR 499: Wireless ECG Introduction and Project History Michael Atkinson Patrick Cousineau James Hollinger Chris Rennie Brian Richter Our 499 project is to design and build the hardware and software for

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

Home Automation, Inc. Omnistat2. RC-1000 and RC-2000 Communicating Thermostat. Serial Protocol Description

Home Automation, Inc. Omnistat2. RC-1000 and RC-2000 Communicating Thermostat. Serial Protocol Description Home Automation, Inc. Omnistat2 RC-1000 and RC-2000 Communicating Thermostat Serial Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes

More information

Improve the Ergonomic Experience with Pressure Mapping

Improve the Ergonomic Experience with Pressure Mapping Improve the Ergonomic Experience with Pressure Mapping A Technical Overview Demonstrating How Capturing Pressure Profile Data Can Help Design Engineers Create More Comfortable Products Table of Contents

More information

Stalker Speed Sensor II Traffic Statistics Sensor Manual rev A

Stalker Speed Sensor II Traffic Statistics Sensor Manual rev A Stalker Speed Sensor II Traffic Statistics Sensor Manual 011-0132-00 rev A Applied Concepts, Inc. 2609 Technology Drive Plano, Texas 75074 972-398-3780 ii Applied Concepts TRAFFIC STATISTICS SPEED SENSOR

More information

THE IN-VISIBLE, THE (IM)POSSIBILITY OF ITS REPRESENTATION AND ITS INTERPRETATION IN ARCHITECTURAL DRAWING

THE IN-VISIBLE, THE (IM)POSSIBILITY OF ITS REPRESENTATION AND ITS INTERPRETATION IN ARCHITECTURAL DRAWING Published in TRACEY journal Drawing Across Boundaries Sep 1998 Drawing and Visualisation Research THE IN-VISIBLE, THE (IM)POSSIBILITY OF ITS REPRESENTATION AND ITS INTERPRETATION IN ARCHITECTURAL DRAWING

More information

Pearson BTEC Level 3 Nationals External Assessment

Pearson BTEC Level 3 Nationals External Assessment Pearson BTEC Level 3 Nationals External Assessment Examination Timetable for Paper-based examinations and Set Tasks Summer 2019 PROVISIONAL For more information on BTEC qualifications please visit http://qualifications.pearson.com

More information

Project Ideas. For some interesting sensors, have a look at

Project Ideas. For some interesting sensors, have a look at Projects Project Ideas Firstly, if you have an idea for a project, then talk to the demonstrators, partly to see if they think you will be able to complete it in the time available, and also to check that

More information

Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity

Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity Adiyan Mujibiya The University of Tokyo adiyan@acm.org http://lab.rekimoto.org/projects/mirage-exploring-interactionmodalities-using-off-body-static-electric-field-sensing/

More information

Advanced User Interfaces: Topics in Human-Computer Interaction

Advanced User Interfaces: Topics in Human-Computer Interaction Computer Science 425 Advanced User Interfaces: Topics in Human-Computer Interaction Week 04: Disappearing Computers 90s-00s of Human-Computer Interaction Research Prof. Roel Vertegaal, PhD Week 8: Plan

More information

Table of Contents. Chapter 1: Software Installation...1. Chapter 2: Running the Software II. Daily Practical Operation...10

Table of Contents. Chapter 1: Software Installation...1. Chapter 2: Running the Software II. Daily Practical Operation...10 Product Manual Table of Contents Chapter 1: Software Installation.................................1 Chapter 2: Running the Software............................... 2 I. The Initial Defining in Lock Management

More information

SINGER PROJECTS Stadium Blanket, Cushion & Tote PROJECT SKILL LEVEL:

SINGER PROJECTS Stadium Blanket, Cushion & Tote PROJECT SKILL LEVEL: SINGER PROJECTS Stadium Blanket, Cushion & Tote Stay warm at those fall outdoor events! This versatile tote not only serves as a convenient carrier for your stadium blanket, but it s your seat cushion

More information