Wireless High-Voltage Power Line Sensor

Size: px
Start display at page:

Download "Wireless High-Voltage Power Line Sensor"

Transcription

1 University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Wireless High-Voltage Power Line Sensor by Group 11 Jordan Bartel Thomas Neusitzer Sailen Kara Qian Song Academic Supervisor Dr. Gregory Bridges Industry Supervisor Dr. Miodrag Kandic Manitoba Hydro Date of Submission January 12, 2015 Copyright 2015 Jordan Bartel, Sailen Kara, Thomas Neusitzer, Qian Song

2 TABLE OF CONTENTS Table of Contents List of Abbreviations ii 1 Introduction Project Progress Energy Harvesting System (Qian Song) Power Storage System (Sailen Kara) Data Acquisition System (Thomas Neusitzer) Wireless Communication System (Jordan Bartel) Future Work Hardware System Software System Conclusion Appendix A Updated Gantt Chart Appendix B Updated Budget i

3 List of Abbreviations Abbreviation CT DAQS DRA EHS LAT PSS SEPIC WCS WPLS Description Current Transformer. Data Acquisition System. Digital Recording Ammeter. Energy Harvesting System. Linear Active Thermistor. Power Storage System. Single Ended Primary Inductor Converter. Wireless Communication System. Wireless High-Voltage Power Line Sensor. ii

4 1 Introduction 1 Introduction The purpose of this project is to design and implement an energy harvesting, wireless highvoltage power line sensor (WPLS) as an alternative to the battery reliant, non-wireless digital recording ammeters (DRAs) currently utilized by Manitoba Hydro. Similar to a DRA, the WPLS is placed directly on a high-voltage power line to monitor the line current. Additionally, the WPLS is capable of measuring the line temperature, ambient temperature, line sag angle and motion of the power line. This project was divided into four subsystems: the Energy Harvesting System (EHS), Power Storage System (PSS), Data Acquisition System (DAQS) and Wireless Communication System (WCS). While some parts of the EHS and PSS subsystems are slightly behind schedule, the modular design approach helped to keep the overall progress of the project on track. An updated Gantt Chart with the current progress is shown in Appendix A. 2 Project Progress The EHS and PSS subsystems are still being developed individually, while the DAQS and WCS have entered the integration phase. All of the main components for each subsystem have been purchased for a total of $322 as shown in Appendix B, which falls within the allotted project budget of $400. The project progress for each subsystem is described in the following sections, with the name of the design lead shown in parentheses. 2.1 Energy Harvesting System (Qian Song) The EHS is responsible for supplying power to the WPLS by harvesting energy from the power line s magnetic field. There are three main components for the EHS: the energy harvester, the rectifier and the regulator. The energy harvester presented a major challenge because commercial energy harvesting chips 1

5 2 Project Progress did not provide enough power to supply the other subsystems. Two main options were explored: 1. Use a current transformer (CT) and modify its secondary windings 2. Custom design and build an air core transformer Some problems were encountered for both options. The CT has a very high output current that can damage the subsystem components, and the air core transformer can only provide enough voltage by using an impractical number of turns. Ultimately, a Mastercraft digital current clamp meter was modified to be used as the energy harvester. The meter is similar to a CT but outputs less power, and the harvested energy is in the hundreds of milliwatts range required by the WPLS. Testing with two parallel clamps demonstrated that the microcontroller can be powered on and successfully transmit information with its antenna. The rectifier and regulator have been built, tested individually, and function properly. However, the regulator does not output the required voltage when combined with the harvester and rectifier circuits. This issue is expected to be resolved by replacing the regulator chip with a zener diode regulator. The EHS will then be ready for the integration phase. 2.2 Power Storage System (Sailen Kara) The EHS cannot supply power below a line current of approximately 200 A, and therefore rechargeable batteries are used as an alternate power source for the microcontroller. During high line current conditions (above 200 A), the batteries will be charged using the excess power generated by the EHS. Two different charger topologies were considered and simulated: a voltage regulator and a voltage converter. An LM317 voltage regulator was used to adjust the voltage. However, this design required the input voltage of the charger to be higher than that provided by the EHS. The LM317 is also sensitive to temperature changes, and the output voltage varies at different temperatures, which is a drawback to using this method since the environmental conditions are highly variable in 2

6 2 Project Progress Manitoba. The alternate design is a DC-DC converter with the single ended primary inductor converter (SEPIC) topology. The SEPIC topology is used to give a non-inverted output using the LT1512 chip. Using a converter gives the flexibility of having input voltage lower than the output voltage, and there is less voltage variation due to ambient temperature. Due to the input voltage flexibility and its lesser dependency on temperature changes, a DC-DC converter topology has been implemented to build the charger. 2.3 Data Acquisition System (Thomas Neusitzer) The DAQS consists of a microcontroller interfaced with several electrical sensors and is responsible for the measurement of critical characteristics of the power line. These critical characteristics include the line current, line temperature, line sag angle, ambient temperature and the motion of the power line. An Arduino Uno was selected for implementing the data collection protocol because it is a low cost embedded systems implementation with significant online resources. In addition, there are many Arduino compatible devices, including antennas, for use in the WCS. Software for the data collection protocol was written using the open source Arduino IDE. Several options were considered to measure the line current, including a Hall-Effect sensor, a Rogowski coil, a CT and a custom current sensor. The first three alternatives were deemed impractical since the Hall-Effect sensors cannot be physically attached onto a power line, the Rogowski coils are not rated to operate below 0 C, and the CTs are cost prohibitive and exceed the project budget. Therefore, the custom current sensor was implemented using a modified Mastercraft digital current clamp meter and a rectifying circuit. The rectifying circuit was constructed to limit the sensor output voltage between 0 and 5 V in order to protect the Arduino. A Linear Active Thermistor (LAT) was implemented to measure the line temperature. The LAT was selected because it is inexpensive and satisfied the temperature sensing specification of -40 to 125 C. An identical LAT was implemented to measure the ambient temperature since the temperature in Manitoba has the potential to range from -40 to 40 C. 3

7 3 Future Work In order to measure the sag angle of the power line, a 3-axis accelerometer was implemented. Initially, a 3-axis gyroscope had been used for this purpose, but it skewed the results due to gyroscope drift. Utilizing an accelerometer in place of the gyroscope enabled the collection of acceleration data, which describes the motion of the power line. This motion data can be used to evaluate the performance of the power line when subject to high winds. 2.4 Wireless Communication System (Jordan Bartel) An Arduino Uno paired with an XBee transceiver was chosen to implement the WCS. This decision was made because the XBee transceiver is compact, omni-directional, power efficient and very easy to connect to the Arduino using an SD shield. Software has been created to read collected data from the SD card and write the information to the serial port of the XBee antenna configured as a coordinator device. To save power and reduce packet drop rates, this device has been programmed to transmit only to the desired end device, which is the base station. The program has been tested, resulting in successful transmission of collected data to the end device. The data is then stored in a text file where it can be viewed as raw data or graphed using a program such as MATLAB or Microsoft Excel. 3 Future Work In the next two months, the main tasks are integrating the EHS and PSS to complete the hardware system, and combining the DAQS and WCS for the software system. Once the hardware and software systems are functional, they will be combined and tested to ensure project specifications are met. 3.1 Hardware System The EHS and PSS will first need to be completed and then consolidated. Once the two subsystems are combined, a switching interface based on the line current must be developed to determine 4

8 4 Conclusion the situations in which the EHS or PSS will act as a power source for the WPLS. Additionally, all breadboard circuits will need to be built on a prototype board for the final implementation. Finally, a suitable housing for the WPLS will need to be built or purchased. 3.2 Software System While most of the software is complete, some issues have arisen from the limited amount of SRAM of the Arduino UNO. Since there is only 2 kb of SRAM, there is insufficient space to hold the raw data. Further work is required in order to store some raw data on an external micro SD card to solve this issue. The WCS will be modified to save received data in a visually appealing and usable form on the base station. This will be done using the program Maker Plot, which takes incoming ASCII characters from a USB port and filters through the data to appropriately graph different data types on their own scale. The data will also be saved in a text file to allow for further analysis. 4 Conclusion The WPLS is intended to be used as an alternative to the DRAs currently being utilized by Manitoba Hydro to monitor line current. In addition, the WPLS is capable of measuring the line temperature, ambient temperature, line sag angle and the motion of the power line. Currently, the project is on schedule and under budget. The subsystem integration phase is nearly complete, and system testing is expected to begin at the end of January. Overall, the project is on track to meet and exceed the specifications upon its completion on March 4,

9 Appendix A Updated Gantt Chart Figure A.1 shows the updated project Gantt chart. The blue sections denote the projected duration of each task while the green sections denote the actual task duration; the vertical red line is used to denote the current date in the project. As shown by the Gantt chart, some tasks have taken more time to complete than others, but the project remains on schedule. 6

10 Fig. A.1: Updated Gantt Chart for the Wireless High-Voltage Power Line Sensor. 7

11 Appendix B Updated Budget The updated project budget is shown in table I. All of the parts listed have been purchased and received, or are readily available from the Department of Electrical & Computer Engineering Technology Shop. The total project cost is currently $321.99, which is within the $ budget supplied by the Department of Electrical & Computer Engineering. 8

12 Table I: Updated Budget for the Wireless High-Voltage Power Line Sensor. Notes: * The Arduino Uno Rev. 3 was provided by Dr. Greg Bridges ** The 3-axis Accelerometer was provided by the Dept. of Electrical & Computer Engineering Tech. Shop *** The Prototype Board has not yet been acquired from the Dept. of Electrical & Computer Engineering Tech. Shop 9

Real-time Traffic Monitoring With Bluetooth

Real-time Traffic Monitoring With Bluetooth ECE 4600 Group Design Project Real-time Traffic Monitoring With Bluetooth Proposal by: Rory Jacob Marc Friesen Paul Grestoni Tyler Mailey Presented to: The Department of Electrical and Computer Engineering

More information

Wireless Accident Detection and Indicator System

Wireless Accident Detection and Indicator System Wireless Accident Detection and Indicator System March 15 2012 Nelson Magdaleno CmpE Adedamola Aluko EE Joseph Kennedy EE Austin Studebaker EE Ese Urhuogo EE Product Summary Accident Detection Additional

More information

Laboratory of Sensors Engineering Sciences 9 CFU

Laboratory of Sensors Engineering Sciences 9 CFU Laboratory of Sensors Engineering Sciences 9 CFU Contacts Alexandro Catini catini@ing.uniroma2.it Phone: +39 06 7259 7347 Department of Electronic Engineering First Floor - Room B1-07b Course Outline THEORY

More information

AlphaBot2 robot building kit for Arduino

AlphaBot2 robot building kit for Arduino AlphaBot2 robot building kit for Arduino SKU 110060864 Description This AlphaBot2 robot kit is designed to use with an Arduino compatible board UNO PLUS. It features rich common robot functions including

More information

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments ECE 480 Design Team 3 Proposal Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments David DeLuca Kang Hu Lee Sasang Balachandran Hassan Abdullahi Raghava Karthik Hemmanur Dr.

More information

Remote Area Monitoring Robot

Remote Area Monitoring Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Muthukkumar R Manikandan P Sudalai Muthu Vignesh B Sivakumar S Assistant Professor

More information

COL862 - Low Power Computing

COL862 - Low Power Computing COL862 - Low Power Computing Power Measurements using performance counters and studying the low power computing techniques in IoT development board (PSoC 4 BLE Pioneer Kit) and Arduino Mega 2560 Submitted

More information

Application Note: MatLab data processing for Motion Capture. Zhichao Lu Team 8 Documents Prep. Date: April 5, 2013

Application Note: MatLab data processing for Motion Capture. Zhichao Lu Team 8 Documents Prep. Date: April 5, 2013 Application Note: MatLab data processing for Motion Capture Zhichao Lu Team 8 Documents Prep. Date: April 5, 2013 Executive Summary This application note is a tutorial that guides users through how to

More information

A Zigbee Based Wireless Datalogging System

A Zigbee Based Wireless Datalogging System International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 A Zigbee Based Wireless Datalogging System Author: Arun Kumar Abstract This paper is designed using embedded

More information

NEULOG ACCELERATION LOGGER SENSOR GUIDE

NEULOG ACCELERATION LOGGER SENSOR GUIDE NeuLog acceleration logger sensor NUL-227 The NeuLog acceleration sensor can be used for any science experiment which utilizes acceleration measurements such as in the fields of Physics, Mechanics, Physiology,

More information

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Team Code Name: _Magic Wand Group No. 5 Team Member Completing This Homework: Michelle Zhang E-mail Address of

More information

Software GUI user guide for STEVAL-ISV021V1, STEVAL- IDS002V1 and STEVAL-IDS003V1 evaluation boards

Software GUI user guide for STEVAL-ISV021V1, STEVAL- IDS002V1 and STEVAL-IDS003V1 evaluation boards User manual Software GUI user guide for STEVAL-ISV021V1, STEVAL- IDS002V1 and STEVAL-IDS003V1 evaluation boards Introduction This document describes the software graphic user interface designed to test

More information

Universal Data Logger System for Environmental Monitoring Applications

Universal Data Logger System for Environmental Monitoring Applications Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 5, No. 2, June 2017, pp. 131~136 ISSN: 2089-3272, DOI: 10.11591/ijeei.v5i2.289 131 Universal Data Logger System for Environmental

More information

ECE Fall 2016

ECE Fall 2016 ECE 4901 - Fall 2016 Team 1714: Smartwatch-like Device and Apps for Continuous Glucose Monitoring Evan Brown - Electrical Engineering Magda Kaczynska - Electrical Engineering Brian Marquis - Electrical

More information

Group 13 Monitor and Control of an Excavator Robot

Group 13 Monitor and Control of an Excavator Robot ELEC 490 PROJECT BLUEPRINT DOCUMENT Group 13 Monitor and Control of an Excavator Robot Submitted December 21st, 2005 FOR Dr. Michael Greenspan Dr. Kevyan Hashtrudi-Zaad Executive Summary In the first two

More information

Lab 1: Introductory Project to Breadware

Lab 1: Introductory Project to Breadware 1 Lab 1: Introductory Project to Breadware Exploration of Breadware s IoT Development Tools Overview The goal of this lab is to become familiar with the Internet of Things prototyping tools available in

More information

Product description Rev. 3 11/06/14

Product description Rev. 3 11/06/14 EZ863-2G - GNSS Product description Rev. 3 11/06/14 1 Table of Contents 1. Overview... 4 2. General Description... 4 2.1 Dimensions... 4 2.2 Weight... 4 2.2 Installation... 5 2.3 Casing material... 6 2.4

More information

Re: ENSC 440 Functional Specifications for a Posture Measurement and Data Logging System

Re: ENSC 440 Functional Specifications for a Posture Measurement and Data Logging System microsense metrics School of Engineering Science Simon Fraser University 8888 University Drive Burnaby, BC, Canada V5A 1S6 21 February 2005 Mr. Lakshman One School of Engineering Science Simon Fraser University

More information

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS ELECTRICAL ENGINEERING DEPARTMENT

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS ELECTRICAL ENGINEERING DEPARTMENT KING FAHD UNIVERSITY OF PETROLEUM & MINERALS ELECTRICAL ENGINEERING DEPARTMENT EE 411 Engineering Design Handout # 2 DESIGN OVERVIEW Engineering design is the creative process of identifying needs and

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1).

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). Package number: G4 NO: HEQEP/CP-3137/Procurement/PacakageG4/26-08-2015/004

More information

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Design Document May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai David Hoffman Advisor : Collin Christy Client: Garmin International Qiaoya Cui 0 Table of Contents EXECUTIVE

More information

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report Department of Electrical and Computer Engineering University of Manitoba Prepared by: Chen Liu Xiaodong Xu Faculty Supervisor:

More information

Compact drives with CAN interface for industry applications

Compact drives with CAN interface for industry applications Compact drives with CAN interface for industry applications András Lelkes, Gefeg-Neckar Antriebssysteme GmbH This paper describes the development of a family of sub-fractional horse-power electric motors

More information

The Final Report. Team May1717. Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle. Team Members: Kebei Wang - Team leader

The Final Report. Team May1717. Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle. Team Members: Kebei Wang - Team leader The Final Report Team May1717 Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle Team Members: Kebei Wang - Team leader Kukjin Chung - Communication Leader Trevor Brown - Key Concept Holder Xiang

More information

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT Seenivasan V 1,Ponkumar K 1,Venkatraman R 1, Jeslindrusilanesamalar J 2 1Dept of Electrical and Electronics Engineering, Kamaraj College

More information

Power System Network Simulator (PSNsim)

Power System Network Simulator (PSNsim) The PSNsim is hardware simulator that simulates all parts of power system from generation to utilization. The PSNsim is a scaled down model of the real power system that provides an experimental environment

More information

Preliminary Design Report

Preliminary Design Report Preliminary Design Report EEL4924-Electrical Engineering Design 2 University of Florida 25 January 2012 Team Members: Ryan Griffin & Brie Colon Project Abstract: Our project consists of designing an electronic

More information

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform Indriya TM is a hardware development environment for building ambient intelligence based wireless sensor network applications. Features Simple, pervasive & low power 8-bit microcontroller core with low-power

More information

LPRDS-ETS. Lafayette Photovoltaic Research and Development System - Energy Transfer System Overview. Inspiration

LPRDS-ETS. Lafayette Photovoltaic Research and Development System - Energy Transfer System Overview. Inspiration Lafayette Photovoltaic Research and Development System - Energy Transfer System Overview LPRDS-ETS ETS-2009 Project Overview One semester team-based capstone senior design project 22 person team $4000

More information

HOBO Temp Data Logger (UX ) Manual

HOBO Temp Data Logger (UX ) Manual HOBO Temp Data Logger (UX100-001) Manual The HOBO Temp data logger records temperature in indoor environments with its integrated sensor. Using HOBOware, you can easily configure the logger alarm to trip

More information

Monitoring System for Optical Fiber Network Security

Monitoring System for Optical Fiber Network Security University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Project Proposal Monitoring System for Optical Fiber Network Security by Group 04 Alexander Luft Katrina

More information

Mohammad Shaffi 1, D Ravi Nayak 2. Dadi Institute of Engineering & Technology,

Mohammad Shaffi 1, D Ravi Nayak 2. Dadi Institute of Engineering & Technology, A Novel Architecture For Measurement of Temperature, Relative Humidity, and Display of Scrolling Message On LED Display By Using Bluetooth Interface With Arduino Nano. Mohammad Shaffi 1, D Ravi Nayak 2

More information

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing SECOND EDITION Arduino Cookbook Michael Margolis Beijing Cambridge Farnham Koln Sebastopol O'REILLY- Tokyo Table of Contents Preface xi 1. Getting Started 1 1.1 Installing the Integrated Development Environment

More information

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard The Diabetic Breathalyzer Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard EE EE EE EE Project Motivation 29.1 million Americans have diabetes Proper management of this disease requires

More information

USB-5100 Series Multi-Channel Data Loggers

USB-5100 Series Multi-Channel Data Loggers Multi-Channel Data Loggers Features Stand-alone, remote multi-channel data loggers The USB-5104 is a high-accuracy, four-channel thermocouple data logger that records temperature in indoor environments

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:   Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

19 - Wireless Solar Temperature/Humidity Sensor

19 - Wireless Solar Temperature/Humidity Sensor 19 - Wireless Solar Temperature/Humidity Sensor Group Number: May 1717 Advisor: Gary Tuttle Client: Dan Stieler Members: Yi Qiu, Xiang Li, Kuk Jin Chung, Trevor Brown, Kebei Wang Our Advisor & Client Advisor:

More information

DIGITMR S2 PC. digital circuit breaker analyzer. Vanguard Instruments Company, Inc.

DIGITMR S2 PC. digital circuit breaker analyzer. Vanguard Instruments Company, Inc. DIGITMR S2 PC digital circuit breaker analyzer Vanguard Instruments Company, Inc. www.vanguard-instruments.com DIGITMR S2 PC digital circuit breaker analyzer The Vanguard DIGITMR S2 PC is an inexpensive,

More information

AC System Monitoring Device

AC System Monitoring Device AC System Monitoring Device Andrew Jarrett Project Adviser: Professor Gutschlag Department of Electrical and Computer Engineering October 28, 2015 Executive Summary The alternating current (AC) system

More information

GENERIC HUMAN INTERFACE DEVICE (GHID)

GENERIC HUMAN INTERFACE DEVICE (GHID) Carleton University GENERIC HUMAN INTERFACE DEVICE (GHID) CUSEF Budget Proposal To: CUSEF Boards Allocators Office of the Dean of Engineering Room 3010 Minto Centre Carleton University Date: October 16

More information

Aether Engineering Design Team

Aether Engineering Design Team AETHER 1 Bluetooth Stethoscope Submitted to: John Kennedy and Lal Tummala Design Co. Ltd, San Diego, CA Aether Engineering Design Team Dalal AlQufaili John Bakker Patrick Baun Aaron Bryant Zakary Dillon

More information

SKEE 2742 BASIC ELECTRONICS LAB

SKEE 2742 BASIC ELECTRONICS LAB Faculty: Subject Subject Code : SKEE 2742 FACULTY OF ELECTRICAL ENGINEERING : 2 ND YEAR ELECTRONIC DESIGN LABORATORY Review Release Date Last Amendment Procedure Number : 1 : 2013 : 2013 : PK-UTM-FKE-(0)-10

More information

FRDM-KL26Z User s Guide

FRDM-KL26Z User s Guide Freescale Semiconductor User s Guide Doc Number: FRDMKL26ZUG Rev. 0, 10/2013 FRDM-KL26Z User s Guide by Freescale Semiconductor, Inc. 1 Overview The Freescale Freedom development platform is a set of software

More information

Real-Time Parking Information Solution. Team 9. Them Le - EE Danny Russell - CpE Carlos Pereda -

Real-Time Parking Information Solution. Team 9. Them Le - EE Danny Russell - CpE Carlos Pereda - Real-Time Parking Information Solution Team 9 Them Le - EE Danny Russell - CpE Carlos Pereda - Division of Tasks Them Le (EE) Power System, Hardware, Eagle CAD drawings. Carlos Pereda (CpE) Database, Back-end

More information

ARDUINO BOARD LINE UP

ARDUINO BOARD LINE UP Technical Specifications Pinout Diagrams Technical Comparison Board Name Processor Operating/Input Voltage CPU Speed Analog In/Out Digital IO/PWM USB UART 101 Intel Curie 3.3 V/ 7-12V 32MHz 6/0 14/4 Regular

More information

Active Parking Management. Active Parking Management System Design Review

Active Parking Management. Active Parking Management System Design Review Active Parking Management Sponsor: Randy Vercauteren Guide: Les Moore Team Members Tyler Ludwig ME, Project Manager Conley Brodziak ME, Asst. Project Manager Andrew Eggers CE Wynn Aung EE Roles & Responsibilities

More information

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH Varsha Singh 1 & Savita Sindhu 2 Abstract: In this paper, we aim at designing a home automation system using automatic sun tracking system. Also operating

More information

Modular Rapid Monitoring System

Modular Rapid Monitoring System Modular Rapid Monitoring System Timothy Kritzler and Joseph Mintun Sponsor: Martin Engineering, Illinois Advisors: Dr. Malinowski and Dr. Ahn Bradley University Electrical and Computer Engineering October

More information

Advancement of Community Weather Information Network through the Use of Low cost Automatic Weather Station

Advancement of Community Weather Information Network through the Use of Low cost Automatic Weather Station Advancement of Community Weather Information Network through the Use of Low cost Automatic Weather Station Author: Mr Kwong hung TAM Senior Scientific Officer Mr kai wing CHAN Scientific Officer Mr ying

More information

EH-Link. Powering an EH-Link with piezoelectric source. TN-W00XX Technical Note. Overview

EH-Link. Powering an EH-Link with piezoelectric source. TN-W00XX Technical Note. Overview TN-W00XX Technical Note EH-Link Powering an EH-Link with piezoelectric source Overview The EH-Link wireless node is a self powered sensor, harvesting energy from ambient energy sources. EH-Link is compatible

More information

Wireless Fire Fighting Robot

Wireless Fire Fighting Robot Wireless Fire Fighting Robot Sai Swapneel Gayala 1, Bhanu Murthy Soppari 2 1 Student Mechanical Engineering,VNR VJIET-Hyderabad 2 Assistant Professor,VNR VJIET, HYDERABAD Abstract: At present world of

More information

Orion Jr. Purchasing Guide Rev. 1.2

Orion Jr. Purchasing Guide Rev. 1.2 www.orionbms.com Orion Jr. Purchasing Guide Rev. 1.2 The Orion Jr. BMS is a low cost battery management system designed to manage low voltage lithium ion battery packs up to 48V nominal. The Orion Jr.

More information

Homework 11: Reliability and Safety Analysis

Homework 11: Reliability and Safety Analysis ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 11: Reliability and Safety Analysis Team Code Name: ATV Group No. _3 Team Member Completing This Homework: Sebastian Hening E-mail Address

More information

CT-8000 S3. digital circuit breaker analyzer

CT-8000 S3. digital circuit breaker analyzer CT-8000 S3 digital circuit breaker analyzer CT-8000 S3 digital circuit breaker analyzer Product Overview The CT-8000 S3 is Vanguard's fourth generation EHV circuit breaker analyzer. The CT-8000 S3 is available

More information

Mobile Diagnostics for Personal Electrics Transportation Devices

Mobile Diagnostics for Personal Electrics Transportation Devices Mobile Diagnostics for Personal Electrics Transportation Devices Item Type text; Proceedings Authors Gilchrist, Zachary A. Publisher International Foundation for Telemetering Journal International Telemetering

More information

Low Cost 40Mhz RF Power Meter. Design Document. Group: DEC13-04

Low Cost 40Mhz RF Power Meter. Design Document. Group: DEC13-04 Low Cost 40Mhz RF Power Meter Design Document Group: DEC13-04 TEAM COMPOSITION SENIOR DESIGN, TEAM: DEC13-04 Jason Danielson Jiwei Xia Tyler Christensen Yilun Ji CLIENT PowerFilm,Inc Dan Stieler ADVISER

More information

CT-8000 S3 digital circuit breaker analyzer

CT-8000 S3 digital circuit breaker analyzer CT-8000 S3 digital circuit breaker analyzer Vanguard Instruments Company, Inc. www.vanguard-instruments.com CT-8000 S3 digital circuit breaker analyzer Product Overview The CT-8000 S3 is Vanguard's fourth

More information

LTC4089/-5 DESCRIPTION

LTC4089/-5 DESCRIPTION LTC4089/-5 DESCRIPTION Demonstration circuit DC929A-A/B is a monolithic high voltage (6V-36V) switching buck regulator, USB Powerpath controller, and Li-Ion battery charger. It is based on the LTC4089/-5

More information

Acute Node Failure Detection in Wireless Sensor Networks

Acute Node Failure Detection in Wireless Sensor Networks Acute Node Failure Detection in Wireless Sensor Networks Final Proposal 10/11/13 Sponsor: Air Force Research Laboratory Facilitator: Dr. Tongtong Li David Rogers Stu Andrzejewski Brad Garrod Kelly Desmond

More information

Final Report 26 April 2012

Final Report 26 April 2012 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 26 April 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our project is

More information

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA Smart Dust : Dispersed, Un-tethered Geospatial Monitoring Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA raja@ch2m.com Drivers and Trends Sensing, Communication and Computation MEMS

More information

Movit System G1 WIRELESS MOTION DEVICE SYSTEM

Movit System G1 WIRELESS MOTION DEVICE SYSTEM Movit System G1 WIRELESS MOTION DEVICE SYSTEM 1 INTRODUCTION The Movit System G1 incorporates multiple wireless motion devices (Movit G1) with the Dongle G1 station, dedicated software and a set of full

More information

Chicony Standard Bluetooth Keyboard Users Manual. Model No.: KT-1063

Chicony Standard Bluetooth Keyboard Users Manual. Model No.: KT-1063 Chicony Standard Bluetooth Keyboard Users Manual Model No.: KT-1063 Issue: Jan. 03, 2011 Scope Getting Start Thank you for choosing this ultrathin keyboard with Bluetooth technology to ensure no hinder

More information

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1 Presented by Viraj Anagal Kaushik Mada Presented to Dr. Mohamed Mahmoud ECE 6900 Fall 2014 Date: 09/29/2014 1 Outline Motivation Overview Wireless Sensor Network Components Characteristics of Wireless

More information

IOT BREDE, ANTOINE, GUILLAUME, ADRIEN

IOT BREDE, ANTOINE, GUILLAUME, ADRIEN 2018 IOT BREDE, ANTOINE, GUILLAUME, ADRIEN Table of content 1. PROJECT INFORMATION 2 2. BACKGROUND AND THEORETICAL INFORMATION 2 3. PROJECT GOALS 3 4. RESEARCH QUESTION 3 5. PROJECT BOUNDARIES 3 6. PROJECT

More information

Sharing Solar: A PV Sculpture Project

Sharing Solar: A PV Sculpture Project Sharing Solar: A PV Sculpture Project Group 10 Carolyn Cressman, Electrical Engineering Carla Majluf, Computer Engineering Jose Jerez, Electrical Engineering Ruben Vazquez, Computer Engineering *Sponsored

More information

BASICS OF THE RENESAS SYNERGY PLATFORM

BASICS OF THE RENESAS SYNERGY PLATFORM BASICS OF THE RENESAS SYNERGY PLATFORM TM Richard Oed 2017.12 02 CHAPTER 6 RENESAS SYNERGY KITS CONTENTS 6 RENESAS SYNERGY KITS 03 6.1 The Different Types of Hardware Kits 03 6.2 The SK-S7G2 Starter Kit

More information

0.1 Slow Monitoring and Recording System

0.1 Slow Monitoring and Recording System 0.1 Slow Monitoring and Recording System A slow monitoring and control system is required to control systematic effects that could impact the experiment, to allow automated scans of parameters such as

More information

Indoor Air Quality with ESP32 Board # K0068

Indoor Air Quality with ESP32 Board # K0068 Indoor Air Quality with ESP32 Board # K0068 User guide Rev 1.0 Apr 2017 Table of contents 1. Kit Introduction... 3 2. Assembly... 5 2.1 ESP32 development board... 5 2.2 iaq TVOC Sensor Module... 6 2.3

More information

Experimental Evaluation on the Performance of Zigbee Protocol

Experimental Evaluation on the Performance of Zigbee Protocol Experimental Evaluation on the Performance of Zigbee Protocol Mohd Izzuddin Jumali, Aizat Faiz Ramli, Muhyi Yaakob, Hafiz Basarudin, Mohamad Ismail Sulaiman Universiti Kuala Lumpur British Malaysian Institute

More information

HOBO External Temp/RH Data Logger (UX ) Manual

HOBO External Temp/RH Data Logger (UX ) Manual HOBO External Temp/RH Data Logger (UX100-023) Manual The HOBO External Temp/RH data logger records temperature and relative humidity in an indoor environment with its external sensor. Using HOBOware, you

More information

Joe Buckner & Nir Chezrony

Joe Buckner & Nir Chezrony I-Guide Intelligent Guide Robot Joe Buckner & Nir Chezrony Advisors: Dr. Joel Schipper & Dr. James Irwin, Jr. Sponsored By: Northrop Grumman Presentation Overview Project Summary Fall 2008 Accomplishments

More information

RC1170-RC232 USER MANUAL

RC1170-RC232 USER MANUAL RC1170-RC232 USER MANUAL Overview: Introducing RC11XX-RC232 RF Transceiver boards for the data transmission using RF. Where RC11xx transceiver modules are compact surface-mounted high performance modules

More information

GSV-6BT GSV-6BT. Description

GSV-6BT GSV-6BT. Description GSV-6BT GSV-6BT The GSV-6BT is a 6-channel measuring amplifier with Bluetooth connection and data logger function, which offers exceptionally many features in the smallest dimensions. The GSV-6BT has 6

More information

3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT

3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT e-issn 2455 1392 Volume 3 Issue 4, April 2017 pp. 80 84 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com 3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT

More information

What is Locktronics? Science and technology. Electronics. Engineering. Automotive. Aviation maintenance. Simplifying Electricity & Electronics

What is Locktronics? Science and technology. Electronics. Engineering. Automotive. Aviation maintenance. Simplifying Electricity & Electronics What is Locktronics? Simplifying Electricity & Electronics Locktronics is a range of products that simplifies the process of learning and teaching electricity and electronics. The core range consists of

More information

Preliminary Design Report. Project Name: Finger Pointer

Preliminary Design Report. Project Name: Finger Pointer EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 27 January 2011 Project Name: Finger Pointer Team Members: Name: Nunn, Christopher Name: Hamilton, Travis Project Abstract:

More information

Smart Garden Management System with Sensor Network

Smart Garden Management System with Sensor Network Smart Garden Management System with Sensor Network Project Proposal Team 74 Yen- Lin Liu, Chun- Lin Chao TA: Benjamin Eng February 7, 2016 ECE 445 1 Content 1. Introduction... 3 1.1. Statement of purpose...

More information

MiCOKit-3166 Development Kit Hardware Manual

MiCOKit-3166 Development Kit Hardware Manual Hardware Engineering Department Working Group Track Number: Jing Minhua MXCHIP Co., Ltd Version: 1.1 July 2017 Category: Reference Manual Open MiCOKit-3166 Development Kit Hardware Manual Abstract MiCOKit

More information

Adafruit Analog Accelerometer Breakouts

Adafruit Analog Accelerometer Breakouts Adafruit Analog Accelerometer Breakouts Created by Bill Earl Last updated on 2016-0-0 07:03:24 AM EDT Guide Contents Guide Contents Overview How it Works: MEMS - Micro Electro-Mechanical Systems Ratiometric

More information

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 I/O System for the PSYONIC Advanced Bionic Hand Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 Background PSYONIC is a startup at the University of Illinois working on bringing low-cost

More information

Thursday, September 15, electronic components

Thursday, September 15, electronic components electronic components a desktop computer relatively complex inside: screen (CRT) disk drive backup battery power supply connectors for: keyboard printer n more! Thursday, September 15, 2011 integrated

More information

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE AND INFRARED SENSOR CIRCUIT DESIGN AND IMPLEMENTATION, OPERATING PRINCIPLE AND USAGE OF PIRMOTION SENSOR Bashir Ahmad Faculty

More information

Rowing Tracker. Group #47: Jai Agarwal, Nathan Zurcher, Kerem Gurpinar

Rowing Tracker. Group #47: Jai Agarwal, Nathan Zurcher, Kerem Gurpinar Rowing Tracker Group #47: Jai Agarwal, Nathan Zurcher, Kerem Gurpinar Introduction Introduction New method to measure an individual rower s effort on the water Existing solutions are extremely costly Peach

More information

XDK HARDWARE OVERVIEW

XDK HARDWARE OVERVIEW XDK HARDWARE OVERVIEW Agenda 1 General Overview 2 3 4 Sensors Communications Extension Board 2 General Overview 1. General Overview What is the XDK? The Cross-Domain Development Kit, or XDK, is a battery

More information

Page 1 / 14. Dear Makerspace User,

Page 1 / 14. Dear Makerspace User, Dear Makerspace User, This list will give you an overview of all the parts that can be bought at the Student Project House Makerspace Electronics Shop. To easily find the correct part we sorted them in

More information

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

Alessandra de Vitis. Arduino

Alessandra de Vitis. Arduino Alessandra de Vitis Arduino Arduino types Alessandra de Vitis 2 Interfacing Interfacing represents the link between devices that operate with different physical quantities. Interface board or simply or

More information

May Project Plan v2

May Project Plan v2 May 14-06 Project Plan v2 ANDREW SPEER CHENG SONG KYLE LICHTENBERG ROSS FRIEDMAN JAKE MEYER 10/10/2013 May 14-06 Page 1 Problem Statement Our client, Dr. Tom Daniels, wants to repurpose an old 3-axis positioning

More information

PAVE-IR OPERATOR S MANUAL. Version 1.2

PAVE-IR OPERATOR S MANUAL. Version 1.2 PAVE-IR OPERATOR S MANUAL Version 1.2 A Thermal Imaging System for Evaluating Hot-Mix Asphalt Paving Operations by Stephen Sebesta, Tom Scullion, P.E., Wenting Liu, P.E., and Gerry Harrison Product 5-4577-01-P3

More information

NOTICE INVITING TENDER

NOTICE INVITING TENDER NATIONAL INSTITUTE OF TECHNOLOGY ROURKELA-769008 (ODISHA) An Institute of National Importance under Ministry of HRD, GOI NOTICE INVITING TENDER Tender Notification No: NITR/PW/EC/2018/47 Dated: 29/08/2018

More information

Dept. of Computer Science and Engineering

Dept. of Computer Science and Engineering Dept. of Computer Science and Engineering EECS 2210 Electronic Circuits and Devices Project Report Power Supply for a Mobile Charger Submitted by : Linda Chigbo Ariel Laboriante Ege Arslan Date 4/17/2015

More information

The BOM [Broadcasting Outer Module]

The BOM [Broadcasting Outer Module] Avionics Reimagined The BOM [Broadcasting Outer Module] The first and only ALL-IN-ONE AVIONICS SUITE Distributed by: Adams Aviation Supply Co Ltd mail@adamsaviation.com www.adamsaviation.com BOM (Broadcasting

More information

Bluetooth Embedded Inertial Measurement Unit for Real-Time Data Collection for Gait Analysis

Bluetooth Embedded Inertial Measurement Unit for Real-Time Data Collection for Gait Analysis Bluetooth Embedded Inertial Measurement Unit for Real-Time Data Collection for Gait Analysis Ravi Chandrasiri Sri Lanka Institute of Information Technology Colombo, Sri Lanka ravi.chandrasiri@gmail.com

More information

CLOUD BASED WHEATHER MONETORING SYSTEM WITH HUMIDITY LIGHT TEMPERATURE AND ATMOSPHERIC PRESSURE SENSORS

CLOUD BASED WHEATHER MONETORING SYSTEM WITH HUMIDITY LIGHT TEMPERATURE AND ATMOSPHERIC PRESSURE SENSORS CLOUD BASED WHEATHER MONETORING SYSTEM WITH HUMIDITY LIGHT TEMPERATURE AND ATMOSPHERIC PRESSURE SENSORS #1 ARRAGUNTA MAMATHA, Assoc. Professor & HOD #2 C.MANISHA, B.TECH #3 D.NAGARANI, B.TECH #4 A.SHRESTA,

More information

BushBaby DVR: Retrieving Stored Video / Pictures

BushBaby DVR: Retrieving Stored Video / Pictures BushBaby DVR: Retrieving Stored Video / Pictures Page: 1 Types The BushBaby Covert DVR products come either battery powered, or they need to be plugged in. Check the specific product description of the

More information

Getting to know the Arduino IDE

Getting to know the Arduino IDE Getting to know the Arduino IDE I ve heard about Arduino, what the heck is it? Arduino is a development environment Combination of hardware and software Hardware based on Atmel AVR processors Software

More information

IDUINO for maker s life. User Manual. For IDUINO development Board.

IDUINO for maker s life. User Manual. For IDUINO development Board. User Manual For IDUINO development Board 1.Overview 1.1 what is Arduino? Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino boards are able to read inputs

More information

Wiring guide for dual-output vibration and temperature sensors

Wiring guide for dual-output vibration and temperature sensors Wiring guide for dual-output vibration and temperature sensors Wilcoxon manufactures three types of sensors that output a vibration signal and a DC voltage proportional to the temperature. The temperature

More information