A Wireless Sensor Network Approach to Signalized Left Turn Assist at Intersections

Size: px
Start display at page:

Download "A Wireless Sensor Network Approach to Signalized Left Turn Assist at Intersections"

Transcription

1 A Wireless Sensor Network Approach to Signalized Left Turn Assist at Intersections Fabien Chraim, Thomas Watteyne, Ali Ganji,KrisPister BSAC, University of California, Berkeley, USA Civil and Environmental Engineering, University of California, Berkeley, USA, Abstract This paper presents one possible approach to Signalized Left Turn Assist at intersections. A sensing platform is designed to detect the presence of cars by measuring the deflection of the magnetic field when driving by. This platform is tested experimentally under different conditions. A threshold detection algorithm is designed to determine whether a car is passing in front of the sensor. The algorithm is first run off-board using a set of previously collected magnetometer measurements, before being implemented and run on-board the platform. We show how this detection algorithm performs better as the sensor is placed close to the traffic flow and we discuss how such sensors can be networked together to form a smart intersection. I. INTRODUCTION Intersections are a transportation facility which present a major threat to drivers, bicyclists and pedestrians. In 1998, 1.72 million crossing path crashes happened in the USA only, accounting for 27.3% of all police-reported ones in that country. Of those crashes, almost 80% took place at intersections. Yearly, intersection crashes amount to 9000 fatalities (25% of all traffic fatalities in the USA) and 1.5 million injuries (50% of all traffic injuries) [16]. The United States Department Of Transportation (DOT) started a program to develop Intersection Decision Systems to tackle some of the problems that occur on those facilities. Efforts are taking place at the university of Virginia Tech and the University of Minnesota to address both stop sign/light violations and crossing/entering high-speed rural roads from minor segments, respectively. Researchers at the University of California at Berkeley, in coordination with the California Partners for Advanced Transit and Highways (PATH) and Caltrans, are investigating Signalized Left Turn Assist (SLTA) at intersections [1]. Left Turn Across Path/Opposing Direction (LTAP/OD) crashes occur when a subject vehicle (SV) approaches the intersection with the intent to make a left turn through a gap in the stream of principal other vehicles (POV) [2]. One possible solution is to detect the vehicles at or approaching the intersection, and estimate whether the left-turning driver has enough time to make that turn. Such an Intersection Decision Support (IDS) system is an addition to the existing infrastructure seen at signalized intersections. As early as 1962 [17], researchers proposed the use of magnetometers to sense the presence of vehicles. The idea grew quickly in the following decade as highways in the United States started Fig. 1. Typical left-turn scenario. getting instrumented [14], [15]. Recently, magnetometers have been proposed as sensors for applications involving smart parking spaces and vehicle control guidance [9], [11]. With the advent of Wireless Sensor Networks, a simplification tothe transportation applications appeared, making those solutions more practical [11], [12] Recent advances in Micro-Electro-Mechanical System (MEMS) have enabled low-cost, low-power and low-mass 3- axis accelerometers, which can be integrated within a batterypowered sensor node. In this paper, we design and test such a board in various experimental settings, proving that MEMSbased magnetometers can be used for vehicle detection. We design an algorithm to automate the detection. We first run this algorithm on a computer (off-board the sensor) on a set of collected magnetometer traces and prove its efficiency. We then implement it on a typical sensor micro-controller, proving its simplicity and practicality. The remainder of this paper is organized as follows. Section II presents the proposed framework to tackle the problem of LTAP/OD crashes. In Section III, we introduce the sensor platform that we use in our experiments and discuss the vehicle detection algorithm developed for this application, which we test experimentally in Section VI. Section VII takes a look at the system overview from a networking perspective. Finally, Section VIII concludes this paper /11/$ IEEE

2 MSP430 micro-controller (back side) battery connector amplitude of magnetometer car stops antenna time (s) car stopping AT86RF231 radio (back side) HMC5843 magnetometer amplitude of magnetometer car passes Fig. 2. The hardware platform used in this paper time (s) car passing at 40mph II. INTERSECTION DECISION SUPPORT SYSTEM Researchers at UC Berkeley and PATH have proposed a solution to LTAP/OD crashes. As seen in Fig. 1, the subject vehicle A is waiting at the intersection to make a left turn. As the driver is trying to estimate whether it is safe to make the turn, principal other vehicles C and D are approaching from the opposite direction. Ideally, the IDS system can sense vehicles A, B and C, assess the gap in the oncoming stream and flash a no left turn sign if the gap is too small, or if conditions are unsafe (e.g. crossing pedestrians). The warning could possibly also occur inside the vehicle if it is equipped with the appropriate display device. While studying this problem, [1], [2] does not give a final recommendation on the best solution. Rather, it presents a comparison of possible sensor technologies and gives a generic decision algorithm that, based on sensor input, recommends whether or not conditions are safe to make a left turn. III. SENSING PLATFORM We have developed the platform depicted in Fig. 2, to detect passing vehicle, and report the information back to a central unit over a low-power wireless link [3]. This 1.6g sensor board is battery-powered, and features a Honeywell HMC5843 three-axis digital magnetometer [4]. It uses the AT86RF compliant low-power radio by Atmel to transmit data wirelessly [5]. The magnetometer consumes 1mA when measuring; the radio 14mA when transmitting at 0dBm. When requested, the magnetometer outputs three 12-bit values over a digital I2C bus, representing the magnitude of the magnetic field in each of the 3 axis. These are signed integer numbers, where 970 counts represent one Gauss. The Earth s magnetic field has an amplitude of 0.5Gauss; we calibrate the magnetometer for a range of +/- 2Gauss on each axis. Section IV presents preliminary testing of the sensor board. Section V introduces the detection algorithm we developed for this application, and shows results gathered from running the algorithm off-board on previously collected magnetometer Fig. 3. Variation of the amplitude of the magnetometer vector over time; data gathered for the preliminary measurements. data. We then implement on our platform, implementation details are presented in Section V-C. IV. PRELIMINARY MEASUREMENTS The experimental setup for these preliminary measurements involves a single-hop wireless link between the sensor board and a basestation node connected to a computer. The sensor board is positioned onto the pavement, and reports the raw 3-axis magnetometer data every 2.5ms to the basestation over the wireless link. To see the impact of cars on the magnetic field, we have a car stop next to the sensor as a first experiment, and drive the car past the sensor at 40mph. Fig.3depictsthe variation of the magnitude of the magnetometer vector with time. Fig. 3 indicates that the passing of a car can be detected visually. Section V details the filtering and decision algorithm we use to detect vehicles from the magnetometer data. V. DETECTION ALGORITHM AND OFF-BOARD EXECUTION We design a detection algorithm which, given the magnetometer input, detects whether a vehicle is present next to the sensor. Fig. 4 represents the block diagram of the algorithm. In this section, we describe how this algorithm works, and the presents its results when run off-board on previously gathered magnetometer data. In Section VI, we present how we have implemented the algorithm on the sensor board. A. Overview of the Algorithm Using the same firmware as used for the preliminary measurements (Section IV), every 125ms, the microcontroller reads the three axis of the magnetometer and transmits that data over a wireless link to the basestation. The computer connected to the basestation runs the following algorithm, emulating the micro-controller in Fig. 4. The detection algorithm consists of four steps:

3 Fig. 4. Block diagram of the car detection algorithm. ThedatafromthethreeaxisX, Y and Z are combined, and the norm of the resulting vector is calculated as sqrt(x 2 + Y 2 + Z 2 ); A first order Butterworth high-pass filter with a corner frequency of 0.5Hz is used to remove the constant component of the vector (the Earth s magnetic field); this removes the constant offset of the data; Assuming no more than 5 cars pass in front of the sensor per second, we apply a ninth order Butterworth low-pass filter with a corner frequency of 5Hz; The resulting filtered data is fed into the Finite State Machine (FSM) depicted in Fig. 5 and described below. B. Finite State Machine The resulting filtered data is fed into the Finite State Machine (FSM) depicted in Fig. 5. The FSM contains three states: no_car, interim and car. Theinterim state is used as a hysteresis state to avoid oscillations between no_car and car. The FSM has three compile-time parameters mincount, maxcount, threshold (which are not changed) and one variable counter. The FSM starts in the no_car state, counter is initialized to zero. If the filtered magnitude of the magnetometer (called filtered) is lower than threshold, the FSM concludes that there are no cars in the vicinity of the sensor. If the input exceeds threshold, the FSM transitions to the interim state. While in that state, counter in incremented by 1 each time the filtered magnitude of the magnetometer exceeds threshold, and decremented by 1 when it does not. If counter reaches mincount (a negative number), the FSM transitions back to no_car. If it reaches maxcount (a positive number), the FSM transitions to the car state. If, while in the car state, the magnitude drops below threshold, the FSM transitions to the interim state, and counter is reset. A packet is sent every time the FSM transitions from the interim to the car state (indicating a car is in front of the sensor) and when it transitions from the interim to the no_car state (indicating no car is sensed). Conceptually, the algorithm draws a sphere in the 3-D space defined by the axes of the magnetometer, as depicted in Fig. 6. This sphere is centered at a point shifted from the origin by the mean of the arrays composed by each of the three axes (representing the Earth s magnetic field). The radius of this sphere is the threshold used in the state machine. Fig. 6 shows the threshold sphere, as well as individual magnetometer readings. Successive readings which are inside the sphere will cause the FSM to switch to the no_car state; successive Fig. 6. The axis represent the three axis of the magnetometer; the radius of the sphere represents the threshold of the algorithm. Dots represent magnetometer measurements. readings which fall outside of sphere will cause it to transition to the car state. We initialize threshold relative to the standard deviation of the magnetometer norm from its average, and modulate this number by the distance between the sensor and the vehicles. C. Off-board Execution The detection algorithm is tested by deploying three sensor boards on a stretch of road, all running the firmware used for the preliminary measurements (Section IV). As depicted in Fig. 1, we deploy the sensors on a line perpendicular to the traffic, at 1.7m, 2.0m and 2.3m of the main flow of cars. We record the passing of vehicles by hand to establish a baseline truth, and run the algorithm on the gathered magnetometer data on a computer running Matlab, using the flow of magnetometer data received from the sensors. Results over a measurements period of 300s is presented in Fig. 7. Each plot contains three graphs. The bottom graphs represents the hand recordings of the cars passing by (the truth), where high indicates there is a car in front of the sensor. The uppermost graph is the raw magnitude of the magnetometer vector. The middle graph is the output of the detection algorithm described in Section V-A. With 226 cars recorded, we draw table I. 50% of false positives match the passing of a large vehicle (bus or truck) on the opposite side of the street where the experiment was run. Looking at the percentage of false negatives as a function of the distance between the sensor and traffic, one can notice that the relationship is linear. Furthermore, the resulting line has a negative intercept alluding to a near zero error rate in the algorithm. In other words, the closer the sensor is placed to the flow of cars (at distances less than 0.5m), the more accurate the algorithm. In an actual implementation, the sensor boards could be embedded into the pavement or inside the lane reflectors. VI. ON-BOARD IMPLEMENTATION DETAILS In a real setup, it is impractical for each sensor node to stream its raw magnetometer data for off-board processing.

4 Fig. 5. Finite State Machine used as the last step in the car detection algorithm (Fig. 4). 2.3m from traffic 2.0m from traffic 1.7m from traffic Fig. 7. Raw magnetometer data (upper), detection algorithm output (middle) and base truth (lower) for sensors placed at different distances from the traffic flow. Distance False False to Traffic Postitive Negative 1.7m 14 (6%) 53 (23%) 2m 10 (4%) 75 (33%) 2.3m 18 (8%) 93 (41%) TABLE I FALSE POSITIVES/NEGATIVES AS A FUNCTION OF DISTANCE TO TRAFFIC. Rather, each node should process the data on-board, and send high-level information about the sensed phenomenon. In our case, we want each node to send a packet when it starts detecting a car, and a packet when it stops detecting it. The complexity of on-board execution lies in the implementation of the band-pass filter shown in Fig. 4, and which needs to be implemented in firmware on the board s micro-controller. The sensor board is driven by an MSP430f bit micro-controller, with 116kB of flash and 8kB of RAM. We implement the band-pass filter in C as a Lattice Wave Digital Filter. The complete firmware running on the board (including band-pass filter and FSM)takes up 1.7kB of code space and 160B of RAM 1. The code structure follows the algorithm described before; a pseudo-code of the implementation in presented in Algorithm 1. We use the hardware multiplier of the micro-controller to compute the norm of the vector, and to do the filtering. On micro-controllers which do not feature a hardware multiplier, the same algorithm can be implemented using Horner s Scheme, which only uses additions and shift operations. The state kept by the algorithm is not the data itself (e.g. the last 100 measurements), but rather the state and parameters of the state machine (e.g. the value of counter). This greatly reduces the memory footprint of the implementation. The execution of the complete algorithm (filtering and traversing the FSM) takes 12ms; we therefore iterate the algorithm at 80Hz, or one loop every 12.5ms. VII. TOWARDS SMART INTERSECTIONS As future work, we consider the intersection as a network of magnetometer sensors equipped with low-power radios deployed throughout an intersection. When a vehicle enters the intersection, a subset of the sensors will detect its presence and report this information to a central intersection management 1 As an online addition to this paper, the firmware used is made publically available at

5 Algorithm 1 Pseudo-code of the on-board implementation of the vehicle detection algorithm. The loop runs at 80Hz, i.e. one iteration every 12.5ms. 1: loop 2: X, Y, Z magnetometer reading 3: norm norm(x, Y, Z) 4: filtered LPF(HPF(norm)) 5: if state = no_car then 6: if filtered threshold then 7: counter 0 8: state interim 9: end if 10: else if state = interim then 11: if filtered threshold and counter < maxcount then 12: counter++ 13: else if filtered threshold and counter > mincount then 14: counter 15: else if filtered threshold and counter = maxcount then 16: iscardetected true 17: packet(car=yes) 18: state car 19: else if filtered < threshold and counter = mincount then 20: if iscardetected = true then 21: packet(car=no) 22: state no_car 23: end if 24: end if 25: else if state = car then 26: if filtered < threshold then 27: counter 0 28: state interim 29: end if 30: end if 31: end loop unit. This unit aggregates data from different sensors to determine the speed of each vehicle, and to track it until it leaves the intersection. Determining the velocity of the vehicles can be accomplished by using two sensors, separated by a known distance. Similarly, acceleration can be derived from two consequent velocity estimates. The difficulty in such a system is that, when a car is detected, the corresponding event has to be accurately timestamped. In a network which is not time synchronized, networkrelated delays can be introduced because of retransmissions, buffering or different length of multi-hop paths. This causes a time stamping accuracy in the order of several seconds, which is not accurate enough to estimate acceleration, velocity and position. Standards such as IEEE e are in preparation to replace IEEE [6], and operate in a synchronized manner, allowing for synchronization in the order of tens of micro-seconds. We are currently working on integrating the time-stamping capability of this standard into a smart intersection. VIII. CONCLUSION This paper contributes towards making left turns at intersections safer. We believe that Wireless Sensor Networks can play an important role in achieving that role, as they can be used to detect the presence of vehicles, and to transmit data reliably to a smart intersection management unit. This unit can then trigger the appropriate warnings to the drivers. In this paper, we have designed a sensor board using a 3-axis magnetometer to detect the presence of vehicles. We have developed a threshold detection algorithm that takes the amplitude of the magnetometer as an input, and decides whetheravehicleispresent.wehaveshowntheefficiency of this algorithm by running it off-board on a set of collected magnetometer traces, and have implemented it on-board on a typical micro-controller. REFERENCES [1] Jim Misenser, Cooperative Intersection Collision Avoidance System (CICAS): Signalized Left Turn Assist and Traffic Signal Adaptation, California PATH Research Report, UCB-ITS-PRR [2] Jim Misener, California Intersection Decision Support: A Systems Approach to Achieve Nationally Interoperable Solutions II, California PATH Research Report, UCB-ITS-PRR [3] Ankur M. Mehta and Kristofer S. J. Pister, WARPWING: A complete open source control platform for miniature robots, 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2010), Taipei, Taiwan, Oct [4] HMC5843, Honeywell 3-Axis Digital Compass IC, [5] AT86RF231, MCU Wireless, Atmel Corp., [6] IEEE WPAN Task Group 4e (TG4e), [7] Sacramemto Street at University Avenue, Berkeley, CA, retrieved on 09/27/2010 from website [8] MATLAB version R2009a. Natick, Massachusetts: The MathWorks Inc., [9] Sio-Song Jeng, Patrice Briand, Infrastructure and Vehicle Communication for Speed Limitation Based on Magnetic Markers, Intelligent Vehicles Symposium 2006, June 13-15, 2006, Tokyo, Japan [10] Ching-yao Chan, A System Review of Magnetic Sensing System for Ground Vehicle Control and Guidance, California Partners for Advanced Transit and Highways (PATH), UC Berkeley, [11] Sangwon Lee, Dukhee Yoon, Amitabha Ghosh, Ming Hsieh, Intelligent Parking Lot Application Using Wireless Sensor Networks, International Symposium on Collaborative Technologies and Systems, 2008 [12] Jiagen Ding, Vehicle detection by sensor network nodes, MS thesis, Department of Electrical Engineering and Computer Science, University of California, Berkeley [13] Caruso and Withanawasam, Vehicle Detection and Compass Applications using AMR Magnetic Sensors, Honeywell Report [14] J, F. Scarzel lo, D. S. Lenko, R. E. Brown, A. D. K rall, SPVD: A Magnetic Vehicle Detection System Using a Low Power Magnetometer, Page IEEE Transactions on Magnetics, VOL. MAG-14, NO. 5, September 1978 [15] J Scarzello, G Usher Jr - A Low Power Magnetometer For Vehicle Detection, IEEE Transactions on Magnetics, 1977 [16] Wassim G. Najm, Jonathan A. Koopmann, David L. Smith, Analysis Of Crossing Path Crash Countermeasure Systems, United States Department of Transportation, Volpe National Transportation Systems Center, National Highway Traffic Safety Administration [17] RJ Koerner, Method and apparatus for vehicle detection - US Patent 3,249,915, 1966

A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks

A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks 2013 8th International Conference on Communications and Networking in China (CHINACOM) A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks Xiangke Guan 1, 2, 3, Zusheng Zhang 1, 3,

More information

Field Testing of Wireless Interactive Sensor Nodes

Field Testing of Wireless Interactive Sensor Nodes Field Testing of Wireless Interactive Sensor Nodes Judith Mitrani, Jan Goethals, Steven Glaser University of California, Berkeley Introduction/Purpose This report describes the University of California

More information

Traffic Surveillance with Wireless Magnetic Sensors

Traffic Surveillance with Wireless Magnetic Sensors Paper 4779 Traffic Surveillance with Wireless Magnetic Sensors Sing Yiu Cheung, Sinem Coleri Ergen * and Pravin Varaiya University of California, Berkeley, CA 94720-1770, USA *Tel: (510) 642-5270, csinem@eecs.berkeley.edu

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Roadside Range Sensors for Intersection Decision Support

Roadside Range Sensors for Intersection Decision Support Roadside Range Sensors for Intersection Decision Support Arvind Menon, Alec Gorjestani, Craig Shankwitz and Max Donath, Member, IEEE Abstract The Intelligent Transportation Institute at the University

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation

Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation LLLK CENTER FOR TRANSPORTATION STUDIES Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation Final Report Arvind Menon Max Donath Department of

More information

Bluetooth Low Energy Sensing Technology for Proximity Construction Applications

Bluetooth Low Energy Sensing Technology for Proximity Construction Applications Bluetooth Low Energy Sensing Technology for Proximity Construction Applications JeeWoong Park School of Civil and Environmental Engineering, Georgia Institute of Technology, 790 Atlantic Dr. N.W., Atlanta,

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

WARPWING: A complete open source control platform for miniature robots

WARPWING: A complete open source control platform for miniature robots WARPWING: A complete open source control platform for miniature robots Ankur M. Mehta, Kristofer S. J. Pister Department of Electrical Engineering and Computer Sciences UC Berkeley, Berkeley, CA, USA {mehtank,pister}@eecs.berkeley.edu

More information

Application Note. Communication between arduino and IMU Software capturing the data

Application Note. Communication between arduino and IMU Software capturing the data Application Note Communication between arduino and IMU Software capturing the data ECE 480 Team 8 Chenli Yuan Presentation Prep Date: April 8, 2013 Executive Summary In summary, this application note is

More information

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS)

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) 1.3 NA-14-0267-0019-1.3 Document Information Document Title: Document Version: 1.3 Current Date: 2016-05-18 Print Date: 2016-05-18 Document

More information

MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE

MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE First Annual 2018 National Mobility Summit of US DOT University Transportation Centers (UTC) April 12, 2018 Washington, DC Research Areas Cooperative

More information

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY G. Anisha, Dr. S. Uma 2 1 Student, Department of Computer Science

More information

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed AUTOMOTIVE Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed Yoshiaki HAYASHI*, Izumi MEMEZAWA, Takuji KANTOU, Shingo OHASHI, and Koichi TAKAYAMA ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Real Time Traffic Light Control System Using Image Processing

Real Time Traffic Light Control System Using Image Processing Real Time Traffic Light Control System Using Image Processing Darshan J #1, Siddhesh L. #2, Hitesh B. #3, Pratik S.#4 Department of Electronics and Telecommunications Student of KC College Of Engineering

More information

Car Over-Speed Detection with Remote Alerting

Car Over-Speed Detection with Remote Alerting IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Car Over-Speed Detection with Remote Alerting Amey Sawant Jyoti Khandale

More information

Signal Processing of Sensor Node Data for Vehicle Detection

Signal Processing of Sensor Node Data for Vehicle Detection Signal Processing of Sensor Node Data for Vehicle Detection Jiagen (Jason) Ding, SingYiu Cheung, ChinWoo Tan and Pravin Varaiya, Fellow, IEEE Abstract In this paper we describe the experimental work and

More information

Use of Probe Vehicles to Increase Traffic Estimation Accuracy in Brisbane

Use of Probe Vehicles to Increase Traffic Estimation Accuracy in Brisbane Use of Probe Vehicles to Increase Traffic Estimation Accuracy in Brisbane Lee, J. & Rakotonirainy, A. Centre for Accident Research and Road Safety - Queensland (CARRS-Q), Queensland University of Technology

More information

Motion Capture for Runners

Motion Capture for Runners Motion Capture for Runners Design Team 8 - Spring 2013 Members: Blake Frantz, Zhichao Lu, Alex Mazzoni, Nori Wilkins, Chenli Yuan, Dan Zilinskas Sponsor: Air Force Research Laboratory Dr. Eric T. Vinande

More information

Simulation and Animation Tools for Analysis of Vehicle Collision: SMAC (Simulation Model of Automobile Collisions) and Carmma (Simulation Animations)

Simulation and Animation Tools for Analysis of Vehicle Collision: SMAC (Simulation Model of Automobile Collisions) and Carmma (Simulation Animations) CALIFORNIA PATH PROGRAM INSTITUTE OF TRANSPORTATION STUDIES UNIVERSITY OF CALIFORNIA, BERKELEY Simulation and Animation Tools for Analysis of Vehicle Collision: SMAC (Simulation Model of Automobile Collisions)

More information

Final Report for AOARD Grant FA Indoor Localization and Positioning through Signal of Opportunities. Date: 14 th June 2013

Final Report for AOARD Grant FA Indoor Localization and Positioning through Signal of Opportunities. Date: 14 th June 2013 Final Report for AOARD Grant FA2386-11-1-4117 Indoor Localization and Positioning through Signal of Opportunities Date: 14 th June 2013 Name of Principal Investigators (PI and Co-PIs): Dr Law Choi Look

More information

Castle Creations, INC.

Castle Creations, INC. Castle Link Live Communication Protocol Castle Creations, INC. 6-Feb-2012 Version 2.0 Subject to change at any time without notice or warning. Castle Link Live Communication Protocol - Page 1 1) Standard

More information

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Richard Su, Thomas Watteyne, Kristofer S. J. Pister BSAC, University of California, Berkeley, USA {yukuwan,watteyne,pister}@eecs.berkeley.edu

More information

Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles

Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles Bin Cheng Joint work with Ali Rostami, Marco Gruteser WINLAB, Rutgers University, USA Gaurav Bansal, John B. Kenney

More information

IMPROVED QR AIDED DETECTION UNDER CHANNEL ESTIMATION ERROR CONDITION

IMPROVED QR AIDED DETECTION UNDER CHANNEL ESTIMATION ERROR CONDITION IMPROVED QR AIDED DETECTION UNDER CHANNEL ESTIMATION ERROR CONDITION Jigyasha Shrivastava, Sanjay Khadagade, and Sumit Gupta Department of Electronics and Communications Engineering, Oriental College of

More information

Contextual Pedestrian-to-Vehicle DSRC Communication

Contextual Pedestrian-to-Vehicle DSRC Communication Contextual Pedestrian-to-Vehicle DSRC Communication Ali Rostami, Bin Cheng, Hongsheng Lu, John B. Kenney, and Marco Gruteser WINLAB, Rutgers University, USA Toyota InfoTechnology Center, USA December 2016

More information

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Leandro Soriano Marcolino and Luiz Chaimowicz Abstract A very common problem in the navigation of robotic swarms is when groups of robots

More information

2D Floor-Mapping Car

2D Floor-Mapping Car CDA 4630 Embedded Systems Final Report Group 4: Camilo Moreno, Ahmed Awada ------------------------------------------------------------------------------------------------------------------------------------------

More information

Accident Sensor with Google Map Locator

Accident Sensor with Google Map Locator IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Accident Sensor with Google Map Locator Steffie Tom Keval Velip Aparna

More information

Introduction to Embedded Systems

Introduction to Embedded Systems Introduction to Embedded Systems Edward A. Lee & Sanjit Seshia UC Berkeley EECS 124 Spring 2008 Copyright 2008, Edward A. Lee & Sanjit Seshia, All rights reserved Lecture 3: Sensors and Actuators Sensors

More information

FTSP Power Characterization

FTSP Power Characterization 1. Introduction FTSP Power Characterization Chris Trezzo Tyler Netherland Over the last few decades, advancements in technology have allowed for small lowpowered devices that can accomplish a multitude

More information

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Alvaro Pinto, Zhe Zhang, Xin Dong, Senem Velipasalar, M. Can Vuran, M. Cenk Gursoy Electrical Engineering Department, University

More information

Inter- and Intra-Vehicle Communications

Inter- and Intra-Vehicle Communications Inter- and Intra-Vehicle Communications Gilbert Held A Auerbach Publications Taylor 5* Francis Group Boca Raton New York Auerbach Publications is an imprint of the Taylor & Francis Croup, an informa business

More information

Three-Axis Magnetic Sensor HMC1043L

Three-Axis Magnetic Sensor HMC1043L Three-Axis Magnetic Sensor HMC1043L The Honeywell HMC1043L is a miniature three-axis surface mount sensor array designed for low field magnetic sensing. By adding the HMC1043L with supporting signal processing,

More information

Matching and Locating of Cloud to Ground Lightning Discharges

Matching and Locating of Cloud to Ground Lightning Discharges Charles Wang Duke University Class of 05 ECE/CPS Pratt Fellow Matching and Locating of Cloud to Ground Lightning Discharges Advisor: Prof. Steven Cummer I: Introduction When a lightning discharge occurs

More information

Traffic Measurement and Vehicle Classification with a Single Magnetic Sensor

Traffic Measurement and Vehicle Classification with a Single Magnetic Sensor Traffic Measurement and Vehicle Classification with a Single Magnetic Sensor Sing Yiu Cheung, Sinem Coleri, Baris Dundar, Sumitra Ganesh, Chin-Woo Tan and Pravin Varaiya * University of California, Berkeley,

More information

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat Abstract: In this project, a neural network was trained to predict the location of a WiFi transmitter

More information

SmartSenseCom Introduces Next Generation Seismic Sensor Systems

SmartSenseCom Introduces Next Generation Seismic Sensor Systems SmartSenseCom Introduces Next Generation Seismic Sensor Systems Summary: SmartSenseCom, Inc. (SSC) has introduced the next generation in seismic sensing technology. SSC s systems use a unique optical sensing

More information

Swarm Robotics. Communication and Cooperation over the Internet. Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles

Swarm Robotics. Communication and Cooperation over the Internet. Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles and Cooperation over the Internet Will Ferenc, Hannah Kastein, Lauren Lieu, Ryan Wilson Mentor: Jérôme Gilles UCLA Applied Mathematics REU 2011 Credit: c 2010 Bruce Avera Hunter, Courtesy of life.nbii.gov

More information

Intelligent Sensors for Real-Time Hazard Detection and Visual Indication on Highways

Intelligent Sensors for Real-Time Hazard Detection and Visual Indication on Highways Intelligent Sensors for Real-Time Hazard Detection and Visual Indication on Highways J. Oliveira a, J. Soares a, A. R. Lourenco a,b, R. P. Duarte c a ADEETC, Instituto Superior de Engenharia de Lisboa,

More information

May 20, Keywords: automatic vehicle classification, sensors, traffic surveillance, vehicle detectors, advanced traffic management systems

May 20, Keywords: automatic vehicle classification, sensors, traffic surveillance, vehicle detectors, advanced traffic management systems Traffic measurement and vehicle classification with a single magnetic sensor Sing Yiu Cheung, Sinem Coleri, Baris Dundar, Sumitra Ganesh, Chin-Woo Tan and Pravin Varaiya Traffic Measurement Group Department

More information

REAL TIME VISUALIZATION OF STRUCTURAL RESPONSE WITH WIRELESS MEMS SENSORS

REAL TIME VISUALIZATION OF STRUCTURAL RESPONSE WITH WIRELESS MEMS SENSORS 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 24 Paper No. 121 REAL TIME VISUALIZATION OF STRUCTURAL RESPONSE WITH WIRELESS MEMS SENSORS Hung-Chi Chung 1, Tomoyuki

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

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

More information

Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety

Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety 7th ACM PE-WASUN 2010 Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety Carolina Tripp Barba, Karen Ornelas, Mónica Aguilar Igartua Telematic Engineering Dept. Polytechnic

More information

Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System

Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System By Dr. Kai Franke, Development Online Driver Assistance Systems, Volkswagen AG 10 Engineering Reality Magazine A

More information

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Clark Letter*, Lily Elefteriadou, Mahmoud Pourmehrab, Aschkan Omidvar Civil

More information

SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results

SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results Angelos Amditis (ICCS) and Lali Ghosh (DEL) 18 th October 2013 20 th ITS World

More information

Pedestrian Navigation System Using. Shoe-mounted INS. By Yan Li. A thesis submitted for the degree of Master of Engineering (Research)

Pedestrian Navigation System Using. Shoe-mounted INS. By Yan Li. A thesis submitted for the degree of Master of Engineering (Research) Pedestrian Navigation System Using Shoe-mounted INS By Yan Li A thesis submitted for the degree of Master of Engineering (Research) Faculty of Engineering and Information Technology University of Technology,

More information

ECU with emulated partial networking functionality

ECU with emulated partial networking functionality ECU with emulated partial networking functionality An alternative approach to ISO 11898-6 CAN transceivers Martin Kresta, Roman Buzas, and Ondrej Kupcik, ON Semiconductor The paper presents a study of

More information

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 65 CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 4.1 INTRODUCTION Many control strategies are available for the control of IMs. The Direct Torque Control (DTC) is one of the most

More information

Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models

Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models Yiannis Papelis, Omar Ahmad & Horatiu German National Advanced Driving Simulator, The University of Iowa, USA

More information

INTERSECTION DECISION SUPPORT SYSTEM USING GAME THEORY ALGORITHM

INTERSECTION DECISION SUPPORT SYSTEM USING GAME THEORY ALGORITHM Connected Vehicle Technology Challenge INTERSECTION DECISION SUPPORT SYSTEM USING GAME THEORY ALGORITHM Dedicated Short Range Communications (DSRC) Game Theory Ismail Zohdy 2011 INTRODUCTION Many of the

More information

PalmGauss SC PGSC-5G. Instruction Manual

PalmGauss SC PGSC-5G. Instruction Manual PalmGauss SC PGSC-5G Instruction Manual PalmGauss SC PGSC 5G Instruction Manual Thank you very much for purchasing our products. Please, read this instruction manual in order to use our product in safety

More information

muse Capstone Course: Wireless Sensor Networks

muse Capstone Course: Wireless Sensor Networks muse Capstone Course: Wireless Sensor Networks Experiment for WCC: Channel and Antenna Characterization Objectives 1. Get familiar with the TI CC2500 single-chip transceiver. 2. Learn how the MSP430 MCU

More information

Active RFID System with Wireless Sensor Network for Power

Active RFID System with Wireless Sensor Network for Power 38 Active RFID System with Wireless Sensor Network for Power Raed Abdulla 1 and Sathish Kumar Selvaperumal 2 1,2 School of Engineering, Asia Pacific University of Technology & Innovation, 57 Kuala Lumpur,

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

RECENT applications of high-speed magnetic tracking

RECENT applications of high-speed magnetic tracking 1530 IEEE TRANSACTIONS ON MAGNETICS, VOL. 40, NO. 3, MAY 2004 Three-Dimensional Magnetic Tracking of Biaxial Sensors Eugene Paperno and Pavel Keisar Abstract We present an analytical (noniterative) method

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 11, May 2015

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 11, May 2015 Field Programmable Gate Array Based Intelligent Traffic Light System Agho Osarenomase, Faisal Sani Bala, Ganiyu Bakare Department of Electrical and Electronics Engineering, Faculty of Engineering, Abubakar

More information

Earthquake Monitoring System Using Ranger Seismometer Sensor

Earthquake Monitoring System Using Ranger Seismometer Sensor INTERNATIONAL JOURNAL OF GEOLOGY Issue, Volume, Earthquake Monitoring System Using Ranger Seismometer Sensor Iyad Aldasouqi and Adnan Shaout Abstract--As cities become larger and larger worldwide, earthquakes

More information

PerSec. Pervasive Computing and Security Lab. Enabling Transportation Safety Services Using Mobile Devices

PerSec. Pervasive Computing and Security Lab. Enabling Transportation Safety Services Using Mobile Devices PerSec Pervasive Computing and Security Lab Enabling Transportation Safety Services Using Mobile Devices Jie Yang Department of Computer Science Florida State University Oct. 17, 2017 CIS 5935 Introduction

More information

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Ying Dai and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia, PA 19122 Email: {ying.dai,

More information

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

More information

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems Chaminda Basnayake, Ph.D. Senior Research Engineer General Motors Research & Development and Planning

More information

Making sense of electrical signals

Making sense of electrical signals Making sense of electrical signals Our thanks to Fluke for allowing us to reprint the following. vertical (Y) access represents the voltage measurement and the horizontal (X) axis represents time. Most

More information

An Architecture for Intelligent Automotive Collision Avoidance Systems

An Architecture for Intelligent Automotive Collision Avoidance Systems IVSS-2003-UMS-07 An Architecture for Intelligent Automotive Collision Avoidance Systems Syed Masud Mahmud and Shobhit Shanker Department of Electrical and Computer Engineering, Wayne State University,

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Ramachandran Balakrishna Daniel Morgan Qi Yang Howard Slavin Caliper Corporation 4 th TRB Conference

More information

A Decentralized Network in Vehicle Platoons for Collision Avoidance

A Decentralized Network in Vehicle Platoons for Collision Avoidance A Decentralized Network in Vehicle Platoons for Collision Avoidance Ankur Sarker*, Chenxi Qiu, and Haiying Shen* *Dept. of Computer Science, University of Virginia, USA College of Information Science and

More information

Designing of a Shooting System Using Ultrasonic Radar Sensor

Designing of a Shooting System Using Ultrasonic Radar Sensor 2017 Published in 5th International Symposium on Innovative Technologies in Engineering and Science 29-30 September 2017 (ISITES2017 Baku - Azerbaijan) Designing of a Shooting System Using Ultrasonic Radar

More information

A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control

A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 A Multi-Agent Based Autonomous Traffic Lights Control System Using Fuzzy Control Yousaf Saeed, M. Saleem Khan,

More information

Blind Spot Monitor Vehicle Blind Spot Monitor

Blind Spot Monitor Vehicle Blind Spot Monitor Blind Spot Monitor Vehicle Blind Spot Monitor List of Authors (Tim Salanta, Tejas Sevak, Brent Stelzer, Shaun Tobiczyk) Electrical and Computer Engineering Department School of Engineering and Computer

More information

SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION

SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION Dr. Julian Bartholomeyczik Head of Software Development Bosch Connected Devices and Solutions GmbH

More information

An Intelligent Architecture for Issuing Intersection Collision Warnings

An Intelligent Architecture for Issuing Intersection Collision Warnings IVSS-2004-UAS-03 An Intelligent Architecture for Issuing Intersection Collision Warnings Srinivas R Mosra, Shobhit Shanker and Syed Masud Mahmud Electrical and Computer Engineering Department, Wayne State

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

Design of Joint Controller Circuit for PA10 Robot Arm

Design of Joint Controller Circuit for PA10 Robot Arm Design of Joint Controller Circuit for PA10 Robot Arm Sereiratha Phal and Manop Wongsaisuwan Department of Electrical Engineering, Faculty of Engineering, Chulalongkorn University, Bangkok, 10330, Thailand.

More information

A Wireless Smart Sensor Network for Flood Management Optimization

A Wireless Smart Sensor Network for Flood Management Optimization A Wireless Smart Sensor Network for Flood Management Optimization 1 Hossam Adden Alfarra, 2 Mohammed Hayyan Alsibai Faculty of Engineering Technology, University Malaysia Pahang, 26300, Kuantan, Pahang,

More information

A Survey of Sensor Technologies for Prognostics and Health Management of Electronic Systems

A Survey of Sensor Technologies for Prognostics and Health Management of Electronic Systems Applied Mechanics and Materials Submitted: 2014-06-06 ISSN: 1662-7482, Vols. 602-605, pp 2229-2232 Accepted: 2014-06-11 doi:10.4028/www.scientific.net/amm.602-605.2229 Online: 2014-08-11 2014 Trans Tech

More information

Rocking Drones with Intentional Sound Noise on Gyroscopic Sensors

Rocking Drones with Intentional Sound Noise on Gyroscopic Sensors USENIX Security Symposium 2015 Rocking Drones with Intentional Sound Noise on Gyroscopic Sensors 2015. 08. 14. Yunmok Son, Hocheol Shin, Dongkwan Kim, Youngseok Park, Juhwan Noh, Kibum Choi, Jungwoo Choi,

More information

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Kyle Charbonneau, Michael Bauer and Steven Beauchemin Department of Computer Science University of Western Ontario

More information

Adaptive Transmission Scheme for Vehicle Communication System

Adaptive Transmission Scheme for Vehicle Communication System Sangmi Moon, Sara Bae, Myeonghun Chu, Jihye Lee, Soonho Kwon and Intae Hwang Dept. of Electronics and Computer Engineering, Chonnam National University, 300 Yongbongdong Bukgu Gwangju, 500-757, Republic

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

Classification of Road Images for Lane Detection

Classification of Road Images for Lane Detection Classification of Road Images for Lane Detection Mingyu Kim minkyu89@stanford.edu Insun Jang insunj@stanford.edu Eunmo Yang eyang89@stanford.edu 1. Introduction In the research on autonomous car, it is

More information

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant Guide: Dr. Kai Huang Overview Objective Lego Car Wifi Interface to Lego Car Lego Car FPGA System Android Application Conclusion

More information

Vehicle speed and volume measurement using V2I communication

Vehicle speed and volume measurement using V2I communication Vehicle speed and volume measurement using VI communication Quoc Chuyen DOAN IRSEEM-ESIGELEC ITS division Saint Etienne du Rouvray 76801 - FRANCE doan@esigelec.fr Tahar BERRADIA IRSEEM-ESIGELEC ITS division

More information

A SYSTEM FOR VEHICLE DATA PROCESSING TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS: THE SIMTD-APPROACH

A SYSTEM FOR VEHICLE DATA PROCESSING TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS: THE SIMTD-APPROACH 19th ITS World Congress, Vienna, Austria, 22/26 October 2012 EU-00062 A SYSTEM FOR VEHICLE DATA PROCESSING TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS: THE SIMTD-APPROACH M. Koller, A. Elster#, H. Rehborn*,

More information

WiFinder, a Wifi Signal Intensity Mapping Robot

WiFinder, a Wifi Signal Intensity Mapping Robot 1 WiFinder, a Wifi Signal Intensity Mapping Robot Chaitanya Aluru, Sean Roberts, and Eric Wu I. INTRODUCTION The goal of the WiFinder project is to develop a robot that will find the strongest 80.11 signal

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Jung Wook Park HCI Institute Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA, USA, 15213 jungwoop@andrew.cmu.edu

More information

Wireless Technology for Aerospace Applications. June 3 rd, 2012

Wireless Technology for Aerospace Applications. June 3 rd, 2012 Wireless Technology for Aerospace Applications June 3 rd, 2012 OUTLINE The case for wireless in aircraft and aerospace applications System level limits of wireless technology Security Power (self powered,

More information

Optical Pumping Control Unit

Optical Pumping Control Unit (Advanced) Experimental Physics V85.0112/G85.2075 Optical Pumping Control Unit Fall, 2012 10/16/2012 Introduction This document is gives an overview of the optical pumping control unit. Magnetic Fields

More information

Semi-Autonomous Parking for Enhanced Safety and Efficiency

Semi-Autonomous Parking for Enhanced Safety and Efficiency Technical Report 105 Semi-Autonomous Parking for Enhanced Safety and Efficiency Sriram Vishwanath WNCG June 2017 Data-Supported Transportation Operations & Planning Center (D-STOP) A Tier 1 USDOT University

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

Improved Directional Perturbation Algorithm for Collaborative Beamforming

Improved Directional Perturbation Algorithm for Collaborative Beamforming American Journal of Networks and Communications 2017; 6(4): 62-66 http://www.sciencepublishinggroup.com/j/ajnc doi: 10.11648/j.ajnc.20170604.11 ISSN: 2326-893X (Print); ISSN: 2326-8964 (Online) Improved

More information

UC Berkeley Research Reports

UC Berkeley Research Reports UC Berkeley Research Reports Title Vehicle Detection by Sensor Network Nodes Permalink https://escholarship.org/uc/item/72b6f7gh Authors Ding, Jiagen Cheung, Sing-Yiu Tan, Chin-woo et al. Publication Date

More information

FLEXIBLE RADIO FREQUENCY HARDWARE FOR A SOFTWARE DEFINABLE CHANNEL EMULATOR

FLEXIBLE RADIO FREQUENCY HARDWARE FOR A SOFTWARE DEFINABLE CHANNEL EMULATOR FLEXIBLE RADIO FREQUENCY HARDWARE FOR A SOFTWARE DEFINABLE CHANNEL EMULATOR Robert Langwieser 1, Michael Fischer 1, Arpad L. Scholtz 1, Markus Rupp 1, Gerhard Humer 2 1 Vienna University of Technology,

More information

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Abstract Several types

More information

MEASUREMENT of physical conditions in buildings

MEASUREMENT of physical conditions in buildings INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2012, VOL. 58, NO. 2, PP. 117 122 Manuscript received August 29, 2011; revised May, 2012. DOI: 10.2478/v10177-012-0016-4 Digital Vibration Sensor Constructed

More information

Getting Started Guide

Getting Started Guide MaxEye IEEE 0.15.4 UWB Measurement Suite Version 1.0.0 Getting Started Guide 1 Table of Contents 1. Introduction... 3. Installed File Location... 3 3. Programming Examples... 4 3.1. 0.15.4 UWB Signal Generation...

More information