Using Infrared Array Devices in Smart Home Observation and Diagnostics

Size: px
Start display at page:

Download "Using Infrared Array Devices in Smart Home Observation and Diagnostics"

Transcription

1 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, Bulgaria 2 Department of Department of Computer systems and technologies Sofia, Plovdiv branch, Bulgaria 3 Department of Department of Computer systems and technologies Sofia, Plovdiv branch, Bulgaria ABSTRACT This paper describes a low-cost solution for smart home observation and diagnostics with the use of a new IR array sensor. The developed system is based on PIC32-MAXI-WEB development board with integrated infrared sensor MLX The system structure and consequent steps of data processing in order to construct thermal image are described. Some details in the process of raw data conversion to the assigned RGB values for every pixel in the field of view of IR sensor are discussed. The developed system is considered to be with reasonable cost and affordable for the potential users in their everyday environment. The paper demonstrates the benefits of having an infrared sensor as a part of the developed monitoring module for detection of thermal losses and water leakage in a system for smart home diagnostics. Keywords: smart home diagnostics, home automation, infrared sensor, thermography. 1. INTRODUCTION There are many currently existing fields where infrared emission of the objects is measured, but with the increasing of the capabilities of the affordable microcontrollers and IR sensors it is possible to develop low-cost solutions for applications of infrared measurements in everyday environment. In a smart home network the IR sensor could be used as a presence device or temperature sensor [1]. It also could alert if there is any appliances left turn on, like stoves, heating devices, coffee makers, toasters and others that could potentially cause fire and having a way of preventing this in the earliest stages is something that must be a feature of the smart home network. IR array sensor could serve as a presence detector in security systems or in Heating, Ventilation and Air Conditioning (HVAC) systems, with the ability to determine the number and positioning of the people. The people detection, counting and localization are considered important and key control variables in smart sensing and modern HVAC on demand systems [2]. Having the precision of a fraction of a degree Celsius and based on the size of the object it is possible to distinguish different objects like animals that could potentially falsely alert that there is an intruder. Another possible useful application is in hospitals, personal and ambient assisted leaving (AAL) systems where is necessary to have observation if the patient has fallen and is not moving. In all these cases because of privacy issues it is recommended not using a normal camera for patient monitoring [3]. However, the usage of the traditional thermal cameras that provide very high-resolution thermal images for all these applications is very expensive. It is important these systems to have reasonable cost and to be affordable for potential users in their everyday environment. In comparison of human-sensing methods for detecting presence, count, location and tracking [4] using an inexpensive thermal infrared sensor gives promising alternative [5]. The goal of this paper is to present and demonstrate a low-cost solution based on application of a comparatively new IR array sensor in the field of smart home diagnostics and observation. 2. OVERVIEW AND DESCRIPTION OF THE DEVELOPED SYSTEM The developed solution is based on integration of an open source hardware platform and a small size IR array sensor. The basic structure of the developed system is shown on Figure 1. It consists of 16x4 array infrared and temperature sensor MLX90620, microcontroller development board PIC32-MAXI-WEB, router and PC. The Melexis MLX90620 IR array sensor is easy to integrate, small in size and with low power consumption [6]. Due to the factory calibrated temperature measurement with calibration parameters stored in the internal EEPROM it has high precision of measurement. All these features are a good reason for selection of this reliable sensor to be used in the developed solution for smart home diagnostics. In addition to 64 (16x4) IR pixels with dedicated low noise chopper Volume 4, Issue 1, January 2016 Page 9

2 stabilized amplifier and integrated fast ADC, a Proportional To Absolute Temperature (PTAT) sensor is integrated to measure the ambient temperature of the sensor chip. The output data of both IR and PTAT sensors are stored in the internal RAM (16-bit result of IR measurement for each individual sensor (64 words) and 16-bit result of PTAT sensor) and are accessible through I 2 C digital interface that supports clock speed up to 1MHz. The microcontroller connected to the MLX90620 sensor can read the different RAM data and, based on the calibration data stored in the internal EEPROM memory (256x8) of the sensor, compensate for difference between sensors to build up a thermal image, or calculate the temperature at each spot of the imaged scene. Figure 1 Basic structure of the system Open source hardware platform PIC32-MAXI-WEB produced by Olimex is a development board equipped with a high performance microcontroller (PIC32MX795F512L) [7]. It is easy for programing and supports the needed communication protocols and the necessary ports. It has embedded 100Mbit Ethernet module that allows to develop easily Ethernet connectivity applications. Along with the PIC KIT3 programmer there are some other useful features of the microcontroller which are in help in the process of program development and debugging, like the 240x320 TFT LCD with touchscreen, trimmer potentiometer and the buttons and leads. The microcontroller periodically samples the sensor, gathers the information from the 64 infrared sensors (pixels) ant the temperature sensor, then performs calculations for each pixel individually using the result from the temperature sensor and the calibration constants obtained in the process of sensor manufacturing which are stored in its internal EEPROM memory. The raw data from the sensor first are converted to human readable values, which in turn are translated to values for red, green and blue for each corresponding temperature with the help of a look-up table of values. The RGB values are stored in the microcontroller memory. Those values could be sent through a network to a client with the help of the Microchip TCP/IP Stack. The stack has all the necessary network management responsibilities and facilitates the process of establishing connection with the IR sensor via Internet. After the stack is configured a small web application which is stored in the memory of the microcontroller services all external requests. Upon request from the client side the developed web application provides the RGB data. The microcontroller is connected to the network using RJ45 connector (Ethernet LAN). The microcontroller could be accessed via web browser through the router using the fixed IP address. It is possible to enter a mode where measurements are taken only at the user s request. In this way the power consumption of the IR sensor is greatly decreased and the microcontroller has resources to do some other useful work. 3. DATA PROCESSING The data gathering and further processing is described in this section. As it was mentioned earlier inside of the TO-39 package the MLX90620 sensor contains the 16x4 IR array, thermometer, 65 words (16 bit) of RAM, 256 words of EEPROM and two internal configuration registers. After the microcontroller establishes communication with the sensor and initializes the configuration registers the sensor starts measuring the temperature of its field of view and the proportional to ambient temperature of the package. The data is then being read periodically by the microcontroller using the I 2 C digital interface protocol with clock speed supported from the sensor up to 1MHz. In order to extract some human readable data from the raw 16 bit sequence of zeros and ones obtained from each IR pixel, the microcontroller has to perform some heavyweight calculations, such as: offset compensation, thermal gradient compensation, pixel to pixel normalization and emissivity compensation. This step could potentially become a threat for a bottleneck if a microcontroller with lower computation power and limit of the frames per second visualization was selected, despite the refresh rate of the sensor being of 0,5Hz to 512 Hz. At that point the raw data is an array of 64 Volume 4, Issue 1, January 2016 Page 10

3 floating point values that represent the temperature that each pixel sees. That itself is useful information, if the goal is to target the temperature of a certain point and simply display it as a floating point value or to alert the system and start executing some other application specific functions. In the applications where the goal is to construct a thermal picture based on the values from the array it is necessary to assign RGB values to each pixel. This process is very flexible as there are many ways of doing that. A very straightforward approach is used in our system, because the colors of the table are chosen as follows: blue for the low temperatures, red for the hot, with the transition from light-blue, blue-green, green, yellow and orange in between. However, the range of the temperature that is measured is selected by the user, depending on the specific preferences and the current application. The number of the entries of the RGB look-up table and each separate value for red, green and blue is fixed. Determining which entry of the look-up table to pick is done by determining where inside the user selected range is the value of the current pixel if it is below the low value we assume RGB values as if it is the lowest in the table. If it is above the high boundary we assign the highest RGB values from the table. Anything value in between means assigning RGB values for the corresponding temperature. This data processing is done by using the following two relations: S = (H - L) / N, (1) where: S is the step, temperature value that separates two entries in the table, H is the high boundary, L is the low boundary and N is the number of entries in the table. T = (P L) / S, (2) where T is rounded to integer and is the entry of the look-up table and P is the temperature of the pixel. An option exists that allows the high and low boundaries to be selected automatically for each frame based on the current highest and lowest measured temperature. By constantly collecting information for each pixel we can construct a real time representation of the temperature of the surrounding area. Sometimes in the manufacturing process or due to errors in the calibration process errors could visibly appear in some of the pixels. A practical approach of correcting these types of errors is applied in the developed system that corrects those pixels and brings them closer to the real value with minimal deviation. In that case a special calibration sequence is started for the damaged pixel. The calibration procedure consists of taking measurements from object with consistent temperature up close so that each pixel should see the same value. The value seen from the good pixels is considered the correct one and the value of the bad pixel is considered with error. At least two measurements need to be taken for two different temperatures and all the values are saved. Then the values are plotted on a Cartesian plane and the function y = f(x), where f(x) is a polynomial so that when we plug in for x we get the approximated real value for y. As higher the degree of the polynomial as closer will get approximation but also will add more complex calculation load and could slow the system down if it gets too high. Finally, the information from the 64 pixels is stored in the microcontroller memory in the form of RGB values. An example of thermal picture constructed from the RGB values and the pixels position in the whole field of view is shown on Figure 2. Figure 2 Thermal picture and the pixels position in the sensor field of view Volume 4, Issue 1, January 2016 Page 11

4 4. APPLICATION OF THE IR SENSOR IN SMART HOME DIAGNOSTICS Having a way of obtaining a thermal image of a certain area presents a wide variety of applications in smart home, building observation and diagnostics. Very useful and attractive applications in building diagnostics are thermal loss and water leakage. The high precision measurement could detect the small temperature gradient throughout the wall, floor or ceiling and determine the source of thermal leakage. In case of water leakage IR sensor could detect the source even before the water breaks to the surface and damages the interior. In order to demonstrate these possible applications of our solution we have aligned spatially and matched the image from the web camera and the thermal image from the IR array sensor. The results of this procedure for the two described cases for building diagnostics are presented on the next figures. On Figure 3 an example for application of MLX90620 sensor in detection of thermal loss is shown, while Figure 4 shows an example for application of the sensor in detection of water leakage. Figure 3 Example for application of MLX90620 sensor in detection of thermal loss Figure 4 Example for application of MLX90620 sensor in detection of water leakage In general, with the employment of IR array sensors more complete information for the parameters of certain objects and processes in home environment could be obtained. This will increase the understanding and simplifies the process of picking the best reaction to the changes of important objects parameters. Additionally, the usage of infrared sensors instead of simple everyday camera will help to avoid privacy invasion issues but still maintain the necessary observation duties. 5. CONCLUSION In this paper a low-cost solution for smart home diagnostics and observation with the use of a new IR array sensor is described. Based on an open source hardware microcontroller and an inexpensive IR sensor the developed system is considered to be with reasonable cost and affordable for the potential users in their everyday environment. The paper demonstrates the benefits of having an infrared sensor as a part of the developed monitoring module for detection of thermal losses and water leakage in a system for smart home diagnostics. In the future work the IR sensor will be separated away from the main microcontroller thus having a battery powered device that will communicate wirelessly with the access point. This will give additional flexibility for measurement of objects in difficult to reach places without the need of wires. The further step is to build a network of those devices in order to have a way of observing and tracking the subjects in hospital and home environment. Acknowledgments The work presented in this paper is supported by project ДФНИ Е02/12 Investigation of methods and tools for application of cloud technologies in the measurement and control in the power system and Melexis Microelectronic Integrated Systems. Volume 4, Issue 1, January 2016 Page 12

5 References [1] Li, N., Calis, G., and Becerik-Gerber, B., Measuring and monitoring occupancy with an RFID based system for demand-driven HVAC operations, Automation in construction 24 (2012), pp [2] Melexis Microelectronic Integrated Systems, White paper MLX90620 for smart & green HVAC, April [3] Hnat, T. W., Griffiths, E., Dawson, R., and Whitehouse, K. Doorjamb, Unobtrusive room-level tracking of people in homes using doorway sensors, In Proceedings of the 10 th ACM Conference on Embedded Network Sensor Systems (2012), ACM, pp [4] Teixeira, T., Dublon, G., and Savvides, A., A survey of human-sensing: Methods for detecting presence, count, location, track, and identity, Technical report, Embedded Networks and Applications Lab (ENALAB), Yale University, [5] Kumar, S., Marks, T., Jones, M., Improving Person Tracking Using an Inexpensive Thermal Infrared Sensor, CVPRW 2014 Intl. Conf. on Computer Vision and Pattern recognition Workshops, Columbus, USA, June 2014, pp , doi: /CVPRW [6] Melexis, Datasheet IR thermometer 16X4 sensor array MLX90620, Thermometer-Sensors/ Infrared-Thermometer-Sensors/MLX aspx, [7] Olimex, Web server PIC32-MAXI-WEB with 32 bit PIC microcontroller PIC32MX795F512L datasheet, AUTHORS Galidiya Petrova received MSc. degree in Electronics at Technical University of Sofia in 1985 and PhD degree in Biomedical engineering in She is presently Associate professor in the Department of Electronics, Technical University of Sofia, Plovdiv branch. Her research interests are within: data acquisition systems, applications of distributed systems in medicine, personalized healthcare and ambient assisted leaving systems, wireless body sensor networks. Grisha Spasov received MSc. degrees in Computer engineering at Technical University of Sofia in 1983 and PhD degree in Computer networks in He is presently Professor in the Department of Computer systems and technologies, Technical University of Sofia, Plovdiv branch. His research interests are within: Distributed embedded systems and distributed applications, Internet of Things, Service oriented architectures for distributed measurements, Computer networks and Wireless sensor networks. Vasil Tsvetkov received BSc. degrees in Computer systems and technologies Technical University of Sofia, Plovdiv branch, Bulgaria in He is presently MSc student in the Department of Computer systems and technologies, Technical University of Sofia, Plovdiv branch. His research interests are in the area embedded systems, firmware, ASIC design, FPGA prototyping and Internet of Things. Volume 4, Issue 1, January 2016 Page 13

Supervisors: Rachel Cardell-Oliver Adrian Keating. Program: Bachelor of Computer Science (Honours) Program Dates: Semester 2, 2014 Semester 1, 2015

Supervisors: Rachel Cardell-Oliver Adrian Keating. Program: Bachelor of Computer Science (Honours) Program Dates: Semester 2, 2014 Semester 1, 2015 Supervisors: Rachel Cardell-Oliver Adrian Keating Program: Bachelor of Computer Science (Honours) Program Dates: Semester 2, 2014 Semester 1, 2015 Background Aging population [ABS2012, CCE09] Need to

More information

GFT Channel Digital Delay Generator

GFT Channel Digital Delay Generator Features 20 independent delay Channels 100 ps resolution 25 ps rms jitter 10 second range Output pulse up to 6 V/50 Ω Independent trigger for every channel Four triggers Three are repetitive from three

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

GFT1504 4/8/10 channel Delay Generator

GFT1504 4/8/10 channel Delay Generator Features 4 independent Delay Channels (10 in option) 100 ps resolution (1ps in option) 25 ps RMS jitter (channel to channel) 10 second range Channel Output pulse 6 V/50 Ω, 3 ns rise time Independent control

More information

Open Source Digital Camera on Field Programmable Gate Arrays

Open Source Digital Camera on Field Programmable Gate Arrays Open Source Digital Camera on Field Programmable Gate Arrays Cristinel Ababei, Shaun Duerr, Joe Ebel, Russell Marineau, Milad Ghorbani Moghaddam, and Tanzania Sewell Department of Electrical and Computer

More information

GFT1012 2/4 Channel Precise Slave Generator

GFT1012 2/4 Channel Precise Slave Generator Features Two Independent Delay Channels (Four channels available as an option) 1 ps Time Resolution < 5 ps RMS Jitter (Slave-to-Slave) < 6 ps / C Drift (Slave-to-slave) 1 Second Range Output Pulse Up to

More information

Data Quality Monitoring of the CMS Pixel Detector

Data Quality Monitoring of the CMS Pixel Detector Data Quality Monitoring of the CMS Pixel Detector 1 * Purdue University Department of Physics, 525 Northwestern Ave, West Lafayette, IN 47906 USA E-mail: petra.merkel@cern.ch We present the CMS Pixel Data

More information

GFT bit High Speed Digitizer

GFT bit High Speed Digitizer FEATURES Up to 4 analog channels in only 1U space Up to 2GS/s sampling rate per channel 14 bits vertical resolution DC coupled with up to 1GHz bandwidth Programmable DC offset Internal and external clock

More information

Abstract. Introduction

Abstract. Introduction High Stability Microcontroller Compensated Crystal Oscillator François Dupont Phd in EEE University of Saint Etienne Max Stellmacher Phd Solid Physics at Polytechnique Damien Camut EEE at University of

More information

Precision Flash Lamp Current Measurement Thermal Sensitivity and Analytic Compensation Techniques

Precision Flash Lamp Current Measurement Thermal Sensitivity and Analytic Compensation Techniques Precision Flash Lamp Current Measurement Thermal Sensitivity and Analytic Compensation Techniques 2006 Summer Research Program By Ben Matthews Advisors: Greg Brent, David Lonobile Abstract: For multiple-beam

More information

Datasheet MLX90601B Analog IR thermometer module. Features. Applications. Ordering Information. Functional Diagram. Description

Datasheet MLX90601B Analog IR thermometer module. Features. Applications. Ordering Information. Functional Diagram. Description Features Remote temperature measurement Fully linearised signals Analog voltage output Factory calibrated EEprom ECC Open drain relay driver output Applications Automotive climate control Toasters, microwave

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

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

Battery Powered People Counter with Integral LCD Display & 418Mhz Data Transmitter

Battery Powered People Counter with Integral LCD Display & 418Mhz Data Transmitter Battery Powered People with Integral LCD Display & 418Mhz Data Transmitter The SenSource PCW-TB06 is a battery powered people counter with 418Mhz RF wireless data transmitter. Truly wireless installation

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

Basler. Line Scan Cameras

Basler. Line Scan Cameras Basler Line Scan Cameras High-quality line scan technology meets a cost-effective GigE interface Real color support in a compact housing size Shading correction compensates for difficult lighting conditions

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

LDOR: Laser Directed Object Retrieving Robot. Final Report University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory LDOR: Laser Directed Object Retrieving Robot Final Report 4/22/08 Mike Arms TA: Mike

More information

Basler. Aegis Electronic Group. GigE Vision Line Scan, Cost Effective, Easy-to-Integrate

Basler.  Aegis Electronic Group. GigE Vision Line Scan, Cost Effective, Easy-to-Integrate Basler GigE Vision Line Scan, Cost Effective, Easy-to-Integrate BASLER RUNNER Are You Looking for Line Scan Cameras That Don t Need a Frame Grabber? The Basler runner family is a line scan series that

More information

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System Thae Su Aye, and Zaw Myo Lwin Abstract In the air conditioning system, the electric expansion valve (EEV) is one of

More information

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which behaves like ADC with external analog part and configurable

More information

Open Source Digital Camera on Field Programmable Gate Arrays

Open Source Digital Camera on Field Programmable Gate Arrays Open Source Digital Camera on Field Programmable Gate Arrays Cristinel Ababei, Shaun Duerr, Joe Ebel, Russell Marineau, Milad Ghorbani Moghaddam, and Tanzania Sewell Dept. of Electrical and Computer Engineering,

More information

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

CROWD ANALYSIS WITH FISH EYE CAMERA

CROWD ANALYSIS WITH FISH EYE CAMERA CROWD ANALYSIS WITH FISH EYE CAMERA Huseyin Oguzhan Tevetoglu 1 and Nihan Kahraman 2 1 Department of Electronic and Communication Engineering, Yıldız Technical University, Istanbul, Turkey 1 Netaş Telekomünikasyon

More information

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY M. Papoutsidakis Dept. of Automation Engineering, Piraeus University A.S., Athens, Greece Rajneesh Tanwar Dept. of Information

More information

Partner Event. Current products Coming products Market outlook Sales process

Partner Event. Current products Coming products Market outlook Sales process Partner Event Current products Coming products Market outlook Sales process Current Products 2 Sivers IMA Radar Products RS3400 Series Sensors/Front Ends RS3400C RS3400X RS3410X RS3400K RS3400W CO1000A

More information

Design and Implementation of Integrated Smart Township

Design and Implementation of Integrated Smart Township IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 18-24 www.iosrjournals.org Design and Implementation

More information

RF Explorer. User Manual. RF Explorer User Manual v Page 1 of 13. Updated to firmware v1.05. Edition date: 2011/Mar/01.

RF Explorer. User Manual. RF Explorer User Manual v Page 1 of 13. Updated to firmware v1.05. Edition date: 2011/Mar/01. RF Explorer User Manual v1.05 - Page 1 of 13 RF Explorer User Manual Updated to firmware v1.05 Edition date: 2011/Mar/01 www.rf-explorer.com Please consider the environment before printing this manual.

More information

Basler. GigE Vision Line Scan, Cost Effective, Easy-to-Integrate

Basler. GigE Vision Line Scan, Cost Effective, Easy-to-Integrate Basler GigE Vision Line Scan, Cost Effective, Easy-to-Integrate BASLER RUNNER Are You Looking for Line Scan Cameras That Don t Need a Frame Grabber? The Basler runner family is a line scan series that

More information

Journal of Engineering Science and Technology Review 9 (5) (2016) Research Article. L. Pyrgas, A. Kalantzopoulos* and E. Zigouris.

Journal of Engineering Science and Technology Review 9 (5) (2016) Research Article. L. Pyrgas, A. Kalantzopoulos* and E. Zigouris. Jestr Journal of Engineering Science and Technology Review 9 (5) (2016) 51-55 Research Article Design and Implementation of an Open Image Processing System based on NIOS II and Altera DE2-70 Board L. Pyrgas,

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

Your Network. Optimized.

Your Network. Optimized. Over 20 years of research both at the National Institute of Standards and Technology (NIST) and in private industry have been dedicated to the research and development of Symmetricom s phase noise and

More information

Partner for Success Secure & Smart Future Home

Partner for Success Secure & Smart Future Home Partner for Success Secure & Smart Future Home Jiang Yanbing Director of Strategy and Market Development Dept. Infineon Technologies China Table of contents 1 About Infineon 2 Make Future Home Smart and

More information

Direct gaze based environmental controls

Direct gaze based environmental controls Loughborough University Institutional Repository Direct gaze based environmental controls This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SHI,

More information

Embedded & Robotics Training

Embedded & Robotics Training Embedded & Robotics Training WebTek Labs creates and delivers high-impact solutions, enabling our clients to achieve their business goals and enhance their competitiveness. With over 13+ years of experience,

More information

Ultrasonic Signal Processing Platform for Nondestructive Evaluation

Ultrasonic Signal Processing Platform for Nondestructive Evaluation Ultrasonic Signal Processing Platform for Nondestructive Evaluation (USPPNDE) Senior Project Final Report Raymond Smith Advisors: Drs. Yufeng Lu and In Soo Ahn Department of Electrical and Computer Engineering

More information

Wireless sensor system

Wireless sensor system Wireless sensor system Internet / Ounet PC in internal network GW Internet connection FIGURE 1 structure of wireless sensor network = Base station = Routing wireless sensor = Wireless sensor General description

More information

ECB-103 BACnet B-ASC 10-Point Programmable Controllers

ECB-103 BACnet B-ASC 10-Point Programmable Controllers D a t a s h e e t BACnet B-ASC 10-Point Programmable Controllers Overview The is a microprocessor-based programmable controller designed to control terminal units such as fan coil unit, heat pump unit,

More information

SNIOT702 Specification. Version number:v 1.0.1

SNIOT702 Specification. Version number:v 1.0.1 Version number:v 1.0.1 Catelog 1 Product introduction... 1 1.1 Product introduction... 1 1.2 Product application... 1 1.3 Main characteristics... 2 1.4 Product advantage... 3 2 Technical specifications...

More information

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Table of Contents 1. Overview... 2 2. General Operation... 2 2.1. Radio Window Sensor Communication... 2 2.2. Temperature Sensor Communication...

More information

RF Wireless Serial Device Server

RF Wireless Serial Device Server RF-SDS RF Wireless Serial Device Server The RF-SDS subassembly is a radio transceiver acting as a Serial Device Server, which externally connects a remote serial RF transceiver to an Ethernet network (TCP/IP).

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

General purpose Signal generation and analysis. Well-equipped for field and lab the R&S Spectrum Rider

General purpose Signal generation and analysis. Well-equipped for field and lab the R&S Spectrum Rider General purpose Signal generation and analysis Well-equipped for field and lab the R&S Spectrum Rider 32 The new R&S Spectrum Rider makes spectrum analysis in the field and lab easier, faster and more

More information

Imaging serial interface ROM

Imaging serial interface ROM Page 1 of 6 ( 3 of 32 ) United States Patent Application 20070024904 Kind Code A1 Baer; Richard L. ; et al. February 1, 2007 Imaging serial interface ROM Abstract Imaging serial interface ROM (ISIROM).

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Datasheet. Release date: 17 th of December, 2016 End users Validity date: 31 st of December, 2016 till next revision Revision Number: 1.

Datasheet. Release date: 17 th of December, 2016 End users Validity date: 31 st of December, 2016 till next revision Revision Number: 1. Datasheet Release date: 17 th of December, 2016 End users Validity date: 31 st of December, 2016 till next revision Revision Number: 1.1 Introduction Workswell s.r.o. is pleased to introduce you a brand

More information

PLANAR R54. Vector Reflectometer KEY FEATURES

PLANAR R54. Vector Reflectometer KEY FEATURES PLANAR R54 Vector Reflectometer KEY FEATURES Frequency range: 85 MHz 5.4 GHz Reflection coefficient magnitude and phase, cable loss, DTF Transmission coefficient magnitude when using two reflectometers

More information

Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperature Intuit

Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperature Intuit Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperature Intuit Mr. Jawwad Khizar Patel 1, Mr. Mohammed Abdul Moyeed 2, Mr. Syed Ahmed Zayaanuddin 3, Mr. Mohammed 4, Mr. S.V Altaf

More information

A New Approach to Control a Robot using Android Phone and Colour Detection Technique

A New Approach to Control a Robot using Android Phone and Colour Detection Technique A New Approach to Control a Robot using Android Phone and Colour Detection Technique Saurav Biswas 1 Umaima Rahman 2 Asoke Nath 3 1,2,3 Department of Computer Science, St. Xavier s College, Kolkata-700016,

More information

Wireless Sensor for Humidity / Temperature / CO 2

Wireless Sensor for Humidity / Temperature / CO 2 Series State of the art sensor technology, highest reliability of data transmission and the ease of system installation are the outstanding features of the wireless sensor series. With a modular structure

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

Human Vision Component & Sensor Solutions. İSMAİL CUMHUR ÖZDİKMEN OMRON Electronic Components B.V Area Sales Manager Turkey & Israel & Greece

Human Vision Component & Sensor Solutions. İSMAİL CUMHUR ÖZDİKMEN OMRON Electronic Components B.V Area Sales Manager Turkey & Israel & Greece Human Vision Component & Sensor Solutions İSMAİL CUMHUR ÖZDİKMEN OMRON Electronic Components B.V Area Sales Manager Turkey & Israel & Greece 1 Agenda; 1. Human Vision Components ( HVC-P2) 2. Thermal Sensor

More information

Data Acquisition System for the Angra Project

Data Acquisition System for the Angra Project Angra Neutrino Project AngraNote 012-2009 (Draft) Data Acquisition System for the Angra Project H. P. Lima Jr, A. F. Barbosa, R. G. Gama Centro Brasileiro de Pesquisas Físicas - CBPF L. F. G. Gonzalez

More information

Building Intelligence

Building Intelligence Building Intelligence WORLDWIDE. Inside every building is the potential to reduce energy costs and become more profitable. Walker Wireless helps building owners realize that potential with wireless control

More information

Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, May This material is posted here

Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, May This material is posted here Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, 27-30 May 2007. This material is posted here with permission of the IEEE. Such permission of the IEEE

More information

Detecting Intra-Room Mobility with Signal Strength Descriptors

Detecting Intra-Room Mobility with Signal Strength Descriptors Detecting Intra-Room Mobility with Signal Strength Descriptors Authors: Konstantinos Kleisouris Bernhard Firner Richard Howard Yanyong Zhang Richard Martin WINLAB Background: Internet of Things (Iot) Attaching

More information

Real Time Hot Spot Detection Using FPGA

Real Time Hot Spot Detection Using FPGA Real Time Hot Spot Detection Using FPGA Sol Pedre, Andres Stoliar, and Patricia Borensztejn Departamento de Computación, Facultad de Ciencias Exactas y Naturales, Universidad de Buenos Aires {spedre,astoliar,patricia}@dc.uba.ar

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

More information

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface Maxim > Design Support > Technical Documents > Application Notes > Sensors > APP 695 Keywords: high performance, low cost, signal conditioner, signal conditioning, precision sensor, signal conditioner,

More information

International Research Journal in Advanced Engineering and Technology (IRJAET)

International Research Journal in Advanced Engineering and Technology (IRJAET) International Research Journal in Advanced Engineering and Technology (IRJAET) ISSN (Print) : 2454-4744 ISSN (Online) : 2454-4752 (www.irjaet.com) Vol. 1, Issue 3, pp.83-87, October, 2015 ENERGY SAVING

More information

IOT Question Bank. Unit 1. Chapter 1

IOT Question Bank. Unit 1. Chapter 1 IOT Question Bank Unit 1 Chapter 1 THE INTERNET OF THINGS: AN OVERVIEW 1) What are the flavours of the Internet of Things? 2) Write an equation of the Internet of Things. And explain the purpose of IOT.

More information

Application Note Understanding MLX90614 on-chip digital signal filters

Application Note Understanding MLX90614 on-chip digital signal filters Scope The MLX90614 is an easy-to integrate IR thermometer in TO39 package. It uses a two chip architecture to provide a fully integrated and calibrated solution. The sensor die is a CMOS MEMS thermopile

More information

THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS

THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS R. Holcer Department of Electronics and Telecommunications, Technical University of Košice, Park Komenského 13, SK-04120 Košice,

More information

Intelligent and passive RFID tag for Identification and Sensing

Intelligent and passive RFID tag for Identification and Sensing Zürich University Of Applied Sciences Institute of Embedded Systems InES Intelligent and passive RFID tag for Identification and Sensing (Presented at Embedded World, Nürnberg, 3 rd March 2009) Dipl. Ing.

More information

Firas Hassan and Joan Carletta The University of Akron

Firas Hassan and Joan Carletta The University of Akron A Real-Time FPGA-Based Architecture for a Reinhard-Like Tone Mapping Operator Firas Hassan and Joan Carletta The University of Akron Outline of Presentation Background and goals Existing methods for local

More information

Compact Series: S5065 & S5085 Vector Network Analyzers KEY FEATURES

Compact Series: S5065 & S5085 Vector Network Analyzers KEY FEATURES Compact Series: S5065 & S5085 Vector Network Analyzers KEY FEATURES Frequency range: 9 khz - 6.5 or 8.5 GHz Measured parameters: S11, S12, S21, S22 Wide output power adjustment range: -50 dbm to +5 dbm

More information

THE modern airborne surveillance and reconnaissance

THE modern airborne surveillance and reconnaissance INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2011, VOL. 57, NO. 1, PP. 37 42 Manuscript received January 19, 2011; revised February 2011. DOI: 10.2478/v10177-011-0005-z Radar and Optical Images

More information

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR

INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR INTELLIGENCE HOME AUTOMATION SYSTEM USING LDR Priyadarshni.S 1, Sakthigurusamy.S 2,Susmedha. U 3, Suryapriya.M 4, Sushmitha. L 5, Assistant Professor 1, Student members 2,3,4,5 Department of Electronics

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

Instrument Cluster Display. Grant Scott III Erin Lawler Mike Carlson

Instrument Cluster Display. Grant Scott III Erin Lawler Mike Carlson Instrument Cluster Display Grant Scott III Erin Lawler Mike Carlson ECE 570 December 4 th, 2014 Presentation Outline Introduction and Motivation Features Temperature Sensing LCD Display Fahrenheit/Celsius

More information

EE240 Series. Wireless Sensor for Humidity / Temperature / CO 2

EE240 Series. Wireless Sensor for Humidity / Temperature / CO 2 Series State of the art sensor technology, highest reliability of data transmission and the ease of system installation are the outstanding features of the wireless sensor series. Indifferent whether a

More information

Wireless Sensor for Humidity / Temperature / CO 2

Wireless Sensor for Humidity / Temperature / CO 2 State of the art sensor technology, highest reliability of data transmission and the ease of system installation are the outstanding features of the wireless sensor series EE240. Indifferent whether a

More information

Enhancing Tabletop Games with Relative Positioning Technology

Enhancing Tabletop Games with Relative Positioning Technology Enhancing Tabletop Games with Relative Positioning Technology Albert Krohn, Tobias Zimmer, and Michael Beigl Telecooperation Office (TecO) University of Karlsruhe Vincenz-Priessnitz-Strasse 1 76131 Karlsruhe,

More information

Indoor Positioning with a WLAN Access Point List on a Mobile Device

Indoor Positioning with a WLAN Access Point List on a Mobile Device Indoor Positioning with a WLAN Access Point List on a Mobile Device Marion Hermersdorf, Nokia Research Center Helsinki, Finland Abstract This paper presents indoor positioning results based on the 802.11

More information

Simulation of Algorithms for Pulse Timing in FPGAs

Simulation of Algorithms for Pulse Timing in FPGAs 2007 IEEE Nuclear Science Symposium Conference Record M13-369 Simulation of Algorithms for Pulse Timing in FPGAs Michael D. Haselman, Member IEEE, Scott Hauck, Senior Member IEEE, Thomas K. Lewellen, Senior

More information

ZeroTouch: A Zero-Thickness Optical Multi-Touch Force Field

ZeroTouch: A Zero-Thickness Optical Multi-Touch Force Field ZeroTouch: A Zero-Thickness Optical Multi-Touch Force Field Figure 1 Zero-thickness visual hull sensing with ZeroTouch. Copyright is held by the author/owner(s). CHI 2011, May 7 12, 2011, Vancouver, BC,

More information

Temperature Monitoring and Fan Control with Platform Manager 2

Temperature Monitoring and Fan Control with Platform Manager 2 August 2013 Introduction Technical Note TN1278 The Platform Manager 2 is a fast-reacting, programmable logic based hardware management controller. Platform Manager 2 is an integrated solution combining

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

More information

Color is the factory default setting. The printer driver is capable of overriding this setting. Adjust the color output on the printed page.

Color is the factory default setting. The printer driver is capable of overriding this setting. Adjust the color output on the printed page. Page 1 of 6 Color quality guide The Color quality guide helps users understand how operations available on the printer can be used to adjust and customize color output. Quality menu Use Print Mode Color

More information

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Overview When developing and debugging I 2 C based hardware and software, it is extremely helpful

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

EAN-Infrared Temperature

EAN-Infrared Temperature EAN-Infrared Temperature PN: EAN-Infrared-Temperature 1/16/2018 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

Making things happen for you. Case - Studies Professional & Educational

Making things happen for you. Case - Studies Professional & Educational Making things happen for you Case - Studies Professional & Educational Matrix Technology Solutions Ltd. is a premier, global provider of technology solutions. Since 1993, Matrix have developed a wide range

More information

AMBULANCE TRACKING AND ALTERNATE ROUTING

AMBULANCE TRACKING AND ALTERNATE ROUTING AMBULANCE TRACKING AND ALTERNATE ROUTING E.Abinaya 1, M.Arul Kumar 2, N.Abinaiya 3, RA.Saraswathi 4 1,2 PG student / VLSI Design, SNS College of Technology, Coimbatore, (India) 3 PG student / Communication

More information

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright E90 Project Proposal 6 December 2006 Paul Azunre Thomas Murray David Wright Table of Contents Abstract 3 Introduction..4 Technical Discussion...4 Tracking Input..4 Haptic Feedack.6 Project Implementation....7

More information

Enhanced LWIR NUC Using an Uncooled Microbolometer Camera

Enhanced LWIR NUC Using an Uncooled Microbolometer Camera Enhanced LWIR NUC Using an Uncooled Microbolometer Camera Joe LaVeigne a, Greg Franks a, Kevin Sparkman a, Marcus Prewarski a, Brian Nehring a a Santa Barbara Infrared, Inc., 30 S. Calle Cesar Chavez,

More information

FPGA SIMULATION OF PULSE IONIZING SENSORS AND ANALYSES OF DESCREET - FLOATING ALGORITHM

FPGA SIMULATION OF PULSE IONIZING SENSORS AND ANALYSES OF DESCREET - FLOATING ALGORITHM FPGA SIMULATION OF PULSE IONIZING SENSORS AND ANALYSES OF DESCREET - FLOATING ALGORITHM Cvetan V. Gavrovski, Zivko D. Kokolanski Department of Electrical Engineering The St. Cyril and Methodius University,

More information

MeasureReady M91/M91-T FastHall Measurement Controller

MeasureReady M91/M91-T FastHall Measurement Controller MeasureReady M91/M91-T FastHall Measurement Controller A new approach to Hall measurement The MeasureReady M91 FastHall measurement controller is a revolutionary, all in-one instrument that delivers significantly

More information

Time-Frequency System Builds and Timing Strategy Research of VHF Band Antenna Array

Time-Frequency System Builds and Timing Strategy Research of VHF Band Antenna Array Journal of Computer and Communications, 2016, 4, 116-125 Published Online March 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.43018 Time-Frequency System Builds and

More information

50 MHz Voltage-to-Frequency Converter

50 MHz Voltage-to-Frequency Converter Journal of Physics: Conference Series OPEN ACCESS 50 MHz Voltage-to-Frequency Converter To cite this article: T Madden and J Baldwin 2014 J. Phys.: Conf. Ser. 493 012008 View the article online for updates

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion Why It s Needed Embedded systems often need to measure values of physical parameters These parameters are usually continuous (analog) and not in a digital form which computers

More information

Blackfin Online Learning & Development

Blackfin Online Learning & Development Presentation Title: Introduction to VisualDSP++ Tools Presenter Name: Nicole Wright Chapter 1:Introduction 1a:Module Description 1b:CROSSCORE Products Chapter 2: ADSP-BF537 EZ-KIT Lite Configuration 2a:

More information

12/31/11 Analog to Digital Converter Noise Testing Final Report Page 1 of 10

12/31/11 Analog to Digital Converter Noise Testing Final Report Page 1 of 10 12/31/11 Analog to Digital Converter Noise Testing Final Report Page 1 of 10 Introduction: My work this semester has involved testing the analog-to-digital converters on the existing Ko Brain board, used

More information

Supercal 531 Multi function Integrator that lives up to Your highest expectations

Supercal 531 Multi function Integrator that lives up to Your highest expectations n Thermal Energy n Flow Metering n Supercal 531 Multi function Integrator that lives up to Your highest expectations Supercal 531 Multi functional integrator with unlimited options The Supercal 531 convinces

More information

Specification Sym Notes Minimum Typical Maximum Units 900 MHz Operating Frequency Range MHz

Specification Sym Notes Minimum Typical Maximum Units 900 MHz Operating Frequency Range MHz 900 MHz FHSS DNT90/Ethernet Gateway Optional 128-Bit AES Encryption Point-to-point, Point-to-multipoint or Store and Forward Operation 158 mw EIRP 900 MHz Transmitter Power 10/100Base-T Auto-sensing Ethernet

More information

Applying Automated Optical Inspection Ben Dawson, DALSA Coreco Inc., ipd Group (987)

Applying Automated Optical Inspection Ben Dawson, DALSA Coreco Inc., ipd Group (987) Applying Automated Optical Inspection Ben Dawson, DALSA Coreco Inc., ipd Group bdawson@goipd.com (987) 670-2050 Introduction Automated Optical Inspection (AOI) uses lighting, cameras, and vision computers

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

NGC user report. Gert Finger

NGC user report. Gert Finger NGC user report Gert Finger Overview user s perspective of the transition from IRACE to NGC Performance of NGC prototypes with optical and infrared detectors Implementation of two special features on the

More information