Finding Your Way with KLAS

Size: px
Start display at page:

Download "Finding Your Way with KLAS"

Transcription

1 Finding Your Way with KLAS A Look into a Location Aware System Kingsbury Location Awareness System (KLAS) Final Design Review Senior Project ECE 791 Researchers Mark Taipan Matthew Lape Submitted to Advisor Dr. Andrew Kun December 11 th, 2008

2 Executive Summary Pervasive location awareness systems have become prevalent in today s society. An example of this is the overwhelming use of devices utilizing Global Positioning Systems (GPS). This technology has become omnipresent, as most current model vehicles include it as either a standard or an optional feature [1]. While GPS is not reliable (and usually unusable) in indoor environments, they do indeed show the value of having location aware digital assistance. Currently, a digital location aware assistant does not exist for visitors of any building of the University of New Hampshire campus. This assistant can help prospective students and visitors learn more about the campus and navigate campus buildings effectively. Current UNH community members can use this system as a way to find classrooms and offices easily as well. The Kingsbury Location Awareness System, or KLAS, is the proposed prototype for a location aware digital assistant for academic buildings at the University of New Hampshire campus. This specific system will run on the 2 nd Floor of Kingsbury Hall. KLAS will be comprised of two main components, the location awareness system and the user-interactive software. The location awareness system will consist of a sensor network of IEEE access points. Software will determine the user s location by using signal strengths to the network of IEEE access points. A personal data assistant (PDA) will contain this location determination software as well as the user-interactive software. The user-interactive software will have two main features, a dynamic tour guide that will convey information about nearby rooms to the user and a navigation application, which will provide the user directions to a given room. Finally the software will be tested to find the most effective and efficient user interface, through both quantitative and qualitative testing. Page 2 of 30

3 Table of Contents Executive Summary... 2 Table of Figures... 4 Background... 5 Location Aware Systems... 5 Where s my KLAS?... 5 Objectives... 7 Approach... 8 KLAS Infrastructure... 8 Location Determination Algorithm KLAS Software KLAS Tour Guide Navigator Investigating Indoor Navigation GUIs Design and Design Analysis Project Organization and Management Project Organization Facilities Schedule Deliverables Budget Conclusion and Future Work Appendix A References Appendix B Decision Matrix Difference Algorithm Flow Chart Difference Algorithm Block Diagram Page 3 of 30

4 Table of Figures Figure 1: Typical UNH Wireless Access Point... 9 Figure 2 : Location of the Ten Access Points Figure 3: Master List Locations divided into User Regions Figure 4: KLAS Software Architecture and Communication Flow Figure 5: Tour Guide Figure 6: Route Map The First Step Figure 7: Route Map Changing Maps Figure 8: Route Map The End Figure 9: Example Indoor Navigation GUIs Figure 10: KLAS Propagation Model Figure 11: Difference vs. Dot Product Algorithms Figure 12: KLAS Work Facility Figure 13: Gantt Chart Time Table Figure 14: KLAS Budget Figure 15: Decision Matrix KLAS Infrastructure Figure 16: Difference Algorithm - Flow Chart Figure 17: Difference Algorithm - Block Diagram Page 4 of 30

5 Background Location Aware Systems Pervasive location awareness systems have become prevalent in today s society. An example of this is the overwhelming use of devices utilizing Global Positioning Systems (GPS). This technology has become omnipresent, as most current model vehicles include it as either a standard or an optional feature [1]. While GPS is not reliable (and usually unusable) in indoor environments, GPS navigation devices shows the value of having digital mapping assistance. Indoor location awareness systems can be created through the use of a variety of technologies such as infrared, Bluetooth, the IEEE protocol and radio frequency identification (RFID). Using these available technologies, several indoor location awareness systems have been implemented worldwide [3][4][5], particularly in museums where digital guided tours providing location-based information have been useful. An example of this is the system at the Marble Museum of Carrara. Using infrared emitters, the location awareness system provides visitors location dependent information using a personal data assistant (PDA). The user is able to retrieve information visually and audibly through the PDA based on the current exhibit the user is in [3]. Where s my KLAS? As a visitor to UNH, one way to get acclimated to the building is to take a guided tour. If a prospective student is interested in a specific major, he or she can contact a department to schedule an appointment with a professor. Depending on the time of year, the process of finding a time that works with both parties can be a laborious process. What if they want to learn about other departments as well? Few of the faculty and students know the details about Page 5 of 30

6 each lab facility, faculty member, and classes. Through our own experiences like these and those shared by other visitors of Kingsbury Hall, we have identified two main problems to solve. The first problem we noticed was that the current methods of indoor navigation are inefficient in Kingsbury Hall. Furthermore, giving knowledgeable guided tours require human resources that not all the UNH engineering departments have. A location-aware digital assistant can solve these two problems. By having a visitor carry a device that knows where the user is, the device can display instructions to help the user get to a location. The device could also act as a tour guide that gives you information about nearby rooms; this eliminates the need for more knowledgeable human resources. Visitors and UNH community members can also use this system as a way to find classrooms and offices easily. Page 6 of 30

7 Objectives To solve the inadequate navigation solutions in Kingsbury Hall and provide more accessible tour guides, a location-aware digital assistant is needed. The design and development of this location aware system has four main goals: 1. This system should be easy to implement throughout the academic buildings and should be portable using industry standard components. 2. After the infrastructure is determined, the system should use a deterministic location algorithm. 3. With the location algorithm developed, the next objective is to create a Tour Guide and the Navigator applications for users to interact with. 4. With these applications created, the last objective would be to investigate what makes an effective indoor navigation user interface. With these four goals in mind, we developed the Kingsbury Location Awareness System, or KLAS. This system is built for the 2 nd floor of Kingsbury Hall and will provide users a Tour Guide and Navigator for the 2 nd floor. KLAS is a prototype system that can be hopefully expanded to all the academic buildings at UNH. Furthermore, KLAS can also be used for indoor navigation research. Page 7 of 30

8 Approach KLAS Infrastructure To create a system at UNH that used industry standard components, it was decided early on to use only IEEE signal strengths to determine a user s location. IEEE is a standard networking protocol that is used in places such as college campuses and businesses [5]. This prevalence in today s society is why we chose to use the IEEE protocol for the basis of KLAS s location determination. The IEEE protocol defines a medium access control mechanism and physical access methods to facilitate communication between two devices. This communication can be done through the use of an access point, a normally stationary device that transmits wireless signals to other IEEE interfaced devices (e.g. laptops, PDAs) [2]. The drawback to using the IEEE protocol is that achieving a high level of location accuracy is difficult to implement practically. Furthermore, a large amount of calibration is needed due to the uncertainty in radio wave propagation within buildings [3]. Since UNH has implemented IEEE access points for wireless internet (Wi-Fi) in all their academic buildings, it was fitting to use this protocol to determine a user s location. With portability in mind, a personal data assistant (PDA) that utilizes IEEE and the Windows Mobile operating system would be used. Windows Mobile is a standard for operating systems on portable devices and thus, future implementations of KLAS could be distributed to the public by providing an installer software package. Furthermore, the application development would involve using Project54 (which requires the use of Windows due to its use of the.net Framework and COM) and Visual Studios as our software development tool. Page 8 of 30

9 Upon selecting the technologies and hardware that will be used for KLAS, we sought to implement the infrastructure for KLAS. First, the environment that KLAS would be developed for is the 2 nd floor of Kingsbury Hall due to our knowledge of its layout and to ease the complexity of the project. The next step was to devise the KLAS infrastructure so it would provide Wi-Fi coverage to the entire second floor of Kingsbury Hall. Proving the high prevalence of wireless computing, it was soon realized that there was an already pre-established UNH Wireless Access Points evenly positioned throughout the building. With the addition of a few more access points to the areas where there was no Wi-Fi coverage, we were able to achieve complete coverage of the entire floor. A total of 10 access points are currently being used with each being uniquely identified by their MAC address. Figure 1: Typical UNH Wireless Access Point This picture shows the typical look of a UNH Wireless Access Point. This particular one is located within the Engineering Library located on the second floor of Kingsbury Hall. Page 9 of 30

10 Figure 2 : Location of the Ten Access Points This map shows the location of the ten access points used in the KLAS infrastructure. The red dots are the UNH Wireless access points. The blue dots are the access points added by us to provide full coverage. Location Determination Algorithm Once the hardware and software technologies were selected, the next step to developing KLAS was to create the location determination algorithm. We decided early on to use a deterministic algorithm due to the mathematical complexity of probabilistic models and our lack of knowledge in this field. Thus, we were faced with two components of deterministic algorithms: the calibration phase and the location determination phase. The first phase, the calibration phase, is similar to modeling the radio wave propagation in the environment (in this case, it is the 2 nd floor). It requires taking several Received Signal Strength Indicator (RSSI) readings, the signal strength from the PDA to a specific access point, at different points around the environment. Once the values have been recorded, statistical values are associated with each location (e.g. the mean or mode of the RSSI readings at a specific location). Page 10 of 30

11 After performing the calibration, the next step is to determine the location algorithm. Please see the Design section to review the algorithms that we explored and how we decided on a specific algorithm. With every phase in the developing KLAS, we tested our designs by first implementing them in the West Wing of the 2 nd Floor using just our added access points (the blue dots in Figure 2). This enabled us to start with a small-scale and then, if successful, implement the corresponding design throughout the entire floor. Using this small-scale test method, we first took five calibration points along the West Wing by standing in a direction and collecting 50 RSSI values. We then rotated 90 degrees three times, collecting 50 more RSSI values in each orientation to account for attenuation that would occur from the water in our bodies. The relative humidity was also recorded since the moisture in the air affects the 2.4GHz waves used in the protocol (more humidity equals more attenuation). The mean values were calculated and associated with each calibration point. As shown in the Design section, we took paths by walking along a path collecting a single RSSI reading at predetermined locations. The algorithms that we tested compared the values from the paths to the calibration points to determine the location of the user. We noticed that there were two problems with this method. First, our four orientations are not balanced because there is very little attenuation when holding the PDA to your side (as oppose to completely facing away an access point). Thus, it was concluded that in our next calibration for the entire floor, we should take 200 RSSI readings with half of them facing one direction of the hallway and the other half facing the other way. The second problem was that Page 11 of 30

12 we need to take more calibration points in a given section to hopefully decrease the error distance in our location estimation. Upon deciding our location algorithm and calibration methods, we retrieved 200 RSSI values at 46 different locations around the 2 nd floor of Kingsbury Hall (again only using two different orientations and recording the relative humidity). We then applied our location algorithm and ran several runs that recorded the location estimates (at this point, the software estimates what calibration location the user is closest to). Using 95% confidence limits, we condensed areas that had similar location estimates (e.g. Area D contains Calibration Locations 2-6). Figure 3 below depicts the final areas. These are the areas that the KLAS software will determine the user is in and are used in the Tour Guide and Navigator software. Figure 3: Master List Locations divided into User Regions This map shows the areas that were created from the 46 master points. This allows for better user data conveyance (as seen in the next two phases). Page 12 of 30

13 KLAS Software To develop KLAS, the Project54 software framework was used. The Project54 framework allows programmers to code applications with specific features. One of the useful features Project54 provides is the accessibility of the user interface. The user can interact with the software through both graphical and speech means. All the applications developed for KLAS were implemented using Project54 s software framework, C++, Microsoft s.net framework and COM. The KLAS software architecture has three main components: the Location Determination, the Tour Guide, and the Navigator. The Location Determination component contains three specific applications: the RSSI Recorder, the Location Determination, and the Location Display. The RSSI Recorder was used to record RSSI readings for the calibration phase, and also reads the RSSI values real-time from the wireless interface on the PDA. The Location Determination application takes the values from the RSSI Recorder and applies our location algorithm, determining the location estimate using the calibration locations. The Location Display takes the location estimate from the previous application and determines the final area as depicted in Figure 3. The Tour Guide and the Navigator use the area information from the Location Display for their own purposes. Page 13 of 30

14 Figure 4: KLAS Software Architecture and Communication Flow Page 14 of 30

15 KLAS Tour Guide Once we were able to determine the user s location, we moved on to the next phase, the development of a prototype Tour Guide software application. This software program is the one of the two user-interactive applications. With this digital tour guide, the user will be able to get different information about nearby rooms. Currently, this prototype allows the user to see the Room Number, the Occupant(s), and some information about either the room or the occupant(s). Furthermore, since we wanted to test this on a small scale before applying it to the entire 2 nd floor, this application currently only works in the West Wing of the 2 nd floor of Kingsbury Hall. The pictures below displays the two screens the user would see. Figure 5: Tour Guide Page 15 of 30

16 Navigator After developing the prototype Tour Guide application, the second half of the userinteractive software, the Navigation application, was developed. Like the previous application, the functionality of this software was only tested and used in the west wing of the 2 nd floor of Kingsbury Hall. This application allows the user to select a room number from a list and then obtain pictorial directions to get to the selected room. The following pictures demonstrate a user using the Navigation application to get to room W219. Figure 6: Route Map The First Step Upon hitting the Create Route button in the setup screen, a map will appear. The user is currently somewhere in the shaded orange region, and should follow the arrow to proceed to the room. The user can also get out of the Navigation application by pressing Main Screen. If the user wishes to cancel the current route and go to another room, pressing the Change Dest. Button will bring the user back to the route setup screen. In this scenario, the user is following the map arrow to the desired room, W219. Page 16 of 30

17 Figure 7: Route Map Changing Maps As the user progresses through the route, the map will change based on the user s current location. Again, the orange region is the area the user is currently in, and the arrow is the direction the user should travel. Figure 8: Route Map The End Once the user reaches the region the destination is in, a map with a line and a dot is shown. The user should follow the line to the dot to reach the destination. It looks like our user has successfully reached the destination! Page 17 of 30

18 Investigating Indoor Navigation GUIs The next step after creating the user-interactive software applications is to determine what makes an effective and easy to use interface for an indoor navigation system. In the second semester, we plan on creating an experiment that will have users traverse routes around the second floor of Kingsbury Hall. These routes will be traversed using different categories of information (e.g. turn-by-turn and landmarks) conveyed through pictures, maps, and text and speech. We plan on evaluating user performance using metrics such as time to complete the route, wrong turns made, etc. We also wish to evaluate subjective user opinions about the various aspects of the navigation aid. The results will be used to determine what type of information presentation results in the best user performance and user satisfaction. Figure 9 depicts example GUIs that would be displayed in our experiment. Figure 9: Example Indoor Navigation GUIs Page 18 of 30

19 Design and Design Analysis In order to develop the best location algorithm for KLAS, three location algorithms were created, tested and compared to one another. The location algorithm is the heart of the KLAS system, where by the estimations and all other related data is derived from this algorithm. Therefore it is important that this algorithm be as accurate and consistent as possible, but still factor in the computational complexity so as to allow for operation on a PDA. In order to test these three algorithms, the results for each of the 46 calibration locations were used (known as the master list). This provided the basis for each algorithm s model to work with. From there, each algorithm deviated slightly in their approach when they were fed a list of real-time signal strength values to compare to the master list. The first algorithm devised, called the Propagation Model, was based off of using the master list to create a propagation model of the area. This allowed for the system to have a continuous model of the floor to estimate locations with. Once the model reached the testing phase of the real-time data, it was seen that there were extreme fluctuations in the location accuracy. Many times the algorithm was able to estimate the user s exact location; however in many cases it was extremely inaccurate and was imprecise. Secondly this algorithm is computationally complex and is therefore demanding on the CPU of the processing computer. In this case the computer is a PDA where battery life must be conserved and the processor power is limited, meaning every process it runs must be optimized for performance. For these reasons, it was decided that this algorithm was not a match for this system. Page 19 of 30

20 Figure 10: KLAS Propagation Model On the left we see the signal propagation of an access point placed in the ECE office. The signal strength decreases (blue color) as the distance increases from the access point. On the right we see an example of the results from the algorithm. The orange box is where the user is actually and the red box is where the location estimate is. The blue and green boxes show the individual access point estimates. As you can see, the red box is the average of the blue and green boxes. The second algorithm created utilized the difference method. This method would find the difference between each master location point and the real-time input data. The resulting data would then be measured for the least difference, which would then produce the estimated location. This algorithm provided greater simplicity compared to the propagation model, as well as an increased consistency in estimations. However, it did lack in the overall accuracy compared to the propagation model. Based on the KLAS requirements and needs, it was decided that the loss in accuracy was within the acceptable limits. (See the Appendix for the difference algorithm s flow chart and block diagram) Page 20 of 30

21 The third algorithm utilizes the dot product to estimate the location in much of the same manner as the second algorithm uses the difference between the real-time data and the master list. This algorithm provides much of the same benefits and advantages of the difference method. Therefore determining which algorithm would perform best required a test of them side-by-side. To do this, each algorithm was feed the same raw real-time data. The resulting estimations were then mapped on top of the master locations. Figure 11: Difference vs. Dot Product Algorithms Therefore, from the above results, it was determined that the difference algorithm provided the best raw estimations, and when combined with some filtering, would provide the best overall algorithm for KLAS. Page 21 of 30

22 Project Organization and Management Project Organization The KLAS team is a business partnership which is a subsidiary of the parent company Consolidated Advanced Technology Laboratory (CATLab), or Project54. Mark Taipan and Matthew Lape, KLAS business partners, equally divide the project s workload and responsibilities in order to ensure a quality product is produced. As Team Leader, Matthew Lape is responsible for the administrative aspects of the company, managing the schedule, reports, as well as the budget. As Technical Director, Mark Taipan oversees and conducts the software creation and management. Facilities KLAS, being a subsidiary of Project54, has access and usage of their facilities. This provides KLAS with the computer, PDA, and other needed physical resources. In addition to this laboratory room, Project54 also provides the human resources needed to help test and improve KLAS. Figure 12: KLAS Work Facility Here we see a picture of the Project54 Lab used by the KLAS team. This Lab is located in Morse Hall, next to Kingsbury Hall. Page 22 of 30

23 Schedule Figure 13: Gantt Chart Time Table Page 23 of 30

24 Deliverables The KLAS project will provide a location aware tour guide and navigation application. This means specifically developing, testing and refining this application so that it will provide the students, faculty and visitors alike a beneficial tool that will facilitate their navigation. It will also provide users with data such as Professor s office location, phone number, address, etc. as they move around the second floor. This data may not necessarily be some that the user would have at the time, and thus it will allow them to efficiently contact a professor if he/she is not in their office. Throughout the entire system there will also be focus on the user interface, ensuring that the final produce it user-friendly, straightforward and intuitive. In order to allow for development and improvement, KLAS will produce a working product at three different phases in the project. The first prototype was created after Phase Four, or the development of the Navigation Application v1.0 in September This allowed for the initial testing and proof of concept. Here the initial major issues were found and corrected. The second prototype will follow Phase Six in January 2009, after the correction and improvement to the application as well as the system calibration. At this stage the prototype will be functional in most respects, allowing for the testing and refinement of the user interface. This will also be the stage where comparison testing between KLAS and the traditional building navigation will happen. Here complete testing and verification of our design will also take place. Finally, after all revisions are made and tests are completed, KLAS will produce its final working product for release in April Page 24 of 30

25 Budget As outlined in the project s initial proposal, KLAS has been funded from a combination of two sources, namely Project54 and the Summer Undergraduate Research Fellowship (SURF) fund for the University of New Hampshire. During the project s fourteen month duration, SURF funded two months of the budget s salary costs (totaling $7,000). The remainder of the cost will be subsidized by Project54 in return for the provided research. Figure 14: KLAS Budget Page 25 of 30

26 Conclusion and Future Work Next semester, we will primarily work on finishing and optimizing the software, explore the effects of relative humidity changing differently due to the weather, and performing our user-interface experiment. The KLAS software needs to be optimized by condensing the three location determination applications and limiting the amount of messages exchanged between the applications. Also, the Navigator should be extended to the entire floor to facilitate the user interface experiment. Since we took the relative humidity readings during the summer when first calibrating KLAS, we want to take the relative humidity during the winter and compare the location estimation results. Lastly, we want to perform our experiment in determining what makes an effective user-interface for an indoor navigation system. We hope that the work that has been done with KLAS will be the ground work of a system that will be implemented campus-wide. KLAS shows the benefits of using a locationaware device in an indoor environment. We also believe that a system like KLAS would not only beneficial to visitors of UNH, but to the UNH community as well with getting up-to-date information about rooms around campus. KLAS can also be used as a system for researching indoor navigation systems and user interfaces. We look forward to continuing working on this excited project next semester. Page 26 of 30

27 Appendix A References [1] Yao, Chao-Hsu Global Positioning System (GPS) Technology and Cars Released: April 2002 Accessed: February [2] Heegard, C.; Coffey, J.T.; Gummadi, S.; Murphy, P.A.; Provencio, R.; Rossin, E.J.; Schrum, S.; Shoemake, M.B., "High performance wireless Ethernet," Communications Magazine, IEEE, vol.39, no.11, pp.64-73, Nov =STD&ar number=965361&arnumber=965361&arst=64&ared=73&arauthor=heegard%2c+c.%3b+coffey%2c+j.t.%3b+gummadi%2c+s.%3b+murphy%2c+p.a.%3b+prove ncio%2c+r.%3b+rossin%2c+e.j.%3b+schrum%2c+s.%3b+shoemake%2c+m.b. [3] Ciavarella, C. and Paternò, F The design of a handheld, location-aware guide for indoor environments. Personal Ubiquitous Comput. 8, 2 (May. 2004), [4] Youssef, M. and Agrawala, A The Horus WLAN location determination system. In Proceedings of the 3rd international Conference on Mobile Systems, Applications, and Services (Seattle, Washington, June 06-08, 2005). MobiSys '05. ACM, New York, NY, DOI= [5] Haeberlen, A., Flannery, E., Ladd, A. M., Rudys, A., Wallach, D. S., and Kavraki, L. E Practical robust localization over large-scale wireless networks. In Proceedings of the 10th Annual international Conference on Mobile Computing and Networking (Philadelphia, PA, USA, September 26 - October 01, 2004). MobiCom '04. ACM, New York, NY, DOI= Page 27 of 30

28 Appendix B Decision Matrix Figure 15: Decision Matrix KLAS Infrastructure Page 28 of 30

29 Difference Algorithm Flow Chart Figure 16: Difference Algorithm - Flow Chart Page 29 of 30

30 Difference Algorithm Block Diagram Figure 17: Difference Algorithm - Block Diagram Page 30 of 30

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

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

More information

IoT Wi-Fi- based Indoor Positioning System Using Smartphones

IoT Wi-Fi- based Indoor Positioning System Using Smartphones IoT Wi-Fi- based Indoor Positioning System Using Smartphones Author: Suyash Gupta Abstract The demand for Indoor Location Based Services (LBS) is increasing over the past years as smartphone market expands.

More information

On the Optimality of WLAN Location Determination Systems

On the Optimality of WLAN Location Determination Systems On the Optimality of WLAN Location Determination Systems Moustafa Youssef Department of Computer Science University of Maryland College Park, Maryland 20742 Email: moustafa@cs.umd.edu Ashok Agrawala Department

More information

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009 Dynamics and Operations of an Orbiting Satellite Simulation Requirements Specification 13 May 2009 Christopher Douglas, Karl Nielsen, and Robert Still Sponsor / Faculty Advisor: Dr. Scott Trimboli ECE

More information

Indoor Localization and Tracking using Wi-Fi Access Points

Indoor Localization and Tracking using Wi-Fi Access Points Indoor Localization and Tracking using Wi-Fi Access Points Dubal Omkar #1,Prof. S. S. Koul *2. Department of Information Technology,Smt. Kashibai Navale college of Eng. Pune-41, India. Abstract Location

More information

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology Final Proposal Team #2 Gordie Stein Matt Gottshall Jacob Donofrio Andrew Kling Facilitator: Michael Shanblatt Sponsor:

More information

On the Optimality of WLAN Location Determination Systems

On the Optimality of WLAN Location Determination Systems On the Optimality of WLAN Location Determination Systems Moustafa A. Youssef, Ashok Agrawala Department of Comupter Science and UMIACS University of Maryland College Park, Maryland 2742 {moustafa,agrawala}@cs.umd.edu

More information

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal , pp. 59-70 http://dx.doi.org/10.14257/ijmue.2015.10.3.06 Indoor Location System with Wi-Fi and Alternative Cellular Network Signal Md Arafin Mahamud 1 and Mahfuzulhoq Chowdhury 1 1 Dept. of Computer Science

More information

SMART RFID FOR LOCATION TRACKING

SMART RFID FOR LOCATION TRACKING SMART RFID FOR LOCATION TRACKING By: Rashid Rashidzadeh Electrical and Computer Engineering University of Windsor 1 Radio Frequency Identification (RFID) RFID is evolving as a major technology enabler

More information

Enhanced wireless indoor tracking system in multi-floor buildings with location prediction

Enhanced wireless indoor tracking system in multi-floor buildings with location prediction Enhanced wireless indoor tracking system in multi-floor buildings with location prediction Rui Zhou University of Freiburg, Germany June 29, 2006 Conference, Tartu, Estonia Content Location based services

More information

ANALYSIS OF THE OPTIMAL STRATEGY FOR WLAN LOCATION DETERMINATION SYSTEMS

ANALYSIS OF THE OPTIMAL STRATEGY FOR WLAN LOCATION DETERMINATION SYSTEMS ANALYSIS OF THE OPTIMAL STRATEGY FOR WLAN LOCATION DETERMINATION SYSTEMS Moustafa A. Youssef, Ashok Agrawala Department of Computer Science University of Maryland College Park, Maryland 20742 {moustafa,

More information

THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH

THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH Normazatul Shakira Darmawati and Nurul Hazlina Noordin Faculty of Electrical & Electronics Engineering, Universiti Malaysia

More information

UW Campus Navigator: WiFi Navigation

UW Campus Navigator: WiFi Navigation UW Campus Navigator: WiFi Navigation Eric Work Electrical Engineering Department University of Washington Introduction When 802.11 wireless networking was first commercialized, the high prices for wireless

More information

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal IoT Indoor Positioning with BLE Beacons Author: Uday Agarwal Contents Introduction 1 Bluetooth Low Energy and RSSI 2 Factors Affecting RSSI 3 Distance Calculation 4 Approach to Indoor Positioning 5 Zone

More information

SIAPAS: A Case Study on the Use of a GPS-Based Parking System

SIAPAS: A Case Study on the Use of a GPS-Based Parking System SIAPAS: A Case Study on the Use of a GPS-Based Parking System Gonzalo Mendez 1, Pilar Herrero 2, and Ramon Valladares 2 1 Facultad de Informatica - Universidad Complutense de Madrid C/ Prof. Jose Garcia

More information

Key Factors for Position Errors in based Indoor Positioning Systems

Key Factors for Position Errors in based Indoor Positioning Systems Key Factors for Position Errors in 802.11-based Indoor Positioning Systems Thomas King, Thomas Haenselmann, and Wolfgang Effelsberg Technical Report Department for Mathematics and Computer Science University

More information

ENHANCED EVALUATION OF RSS FINGERPRINTING BASED INDOOR LOCALIZATION S.SANTHOSH *1, M.PRIYA *2, R.PRIYA *3. Technology, Chennai, Tamil Nadu, India.

ENHANCED EVALUATION OF RSS FINGERPRINTING BASED INDOOR LOCALIZATION S.SANTHOSH *1, M.PRIYA *2, R.PRIYA *3. Technology, Chennai, Tamil Nadu, India. ENHANCED EVALUATION OF RSS FINGERPRINTING BASED INDOOR LOCALIZATION S.SANTHOSH *1, M.PRIYA *2, R.PRIYA *3 *1 Assistant Professor, 23 Student, New Prince Shri Bhavani College of Engineering and Technology,

More information

WhereAReYou? An Offline Bluetooth Positioning Mobile Application

WhereAReYou? An Offline Bluetooth Positioning Mobile Application WhereAReYou? An Offline Bluetooth Positioning Mobile Application SPCL-2013 Project Report Daniel Lujan Villarreal dluj@itu.dk ABSTRACT The increasing use of social media and the integration of location

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DEVELOPMENT OF SMART COMMON UTILITY CORRIDOR FOR AN EDUCATIONAL INSTITUTION BUILDING

More information

Wireless Local Area Network based Indoor Positioning System: A Study on the Orientation of Wi-Fi Receiving Device towards the Effect on RSSI

Wireless Local Area Network based Indoor Positioning System: A Study on the Orientation of Wi-Fi Receiving Device towards the Effect on RSSI Wireless Local Area Network based Indoor Positioning System: A Study on the Orientation of Wi-Fi Receiving Device towards the Effect on RSSI *1 OOI CHIN SEANG and 2 KOAY FONG THAI *1 Engineering Department,

More information

Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals

Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals Neveen Shlayan 1, Abdullah Kurkcu 2, and Kaan Ozbay 3 November 1, 2016 1 Assistant Professor, Department of Electrical

More information

WiFiPos: An In/Out-Door Positioning Tool

WiFiPos: An In/Out-Door Positioning Tool WiFiPos: An In/Out-Door Positioning Tool Juan Toloza 1, Nelson Acosta, Carlos Kornuta 2 1 (Post-Doctoral Fellow, CONICET, INCA/INTIA - School of Exact Sciences UNICEN, TANDIL Argentina) 2 (Post-Doctoral

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.955

More information

University of Toronto. Companion Robot Security. ECE1778 Winter Wei Hao Chang Apper Alexander Hong Programmer

University of Toronto. Companion Robot Security. ECE1778 Winter Wei Hao Chang Apper Alexander Hong Programmer University of Toronto Companion ECE1778 Winter 2015 Creative Applications for Mobile Devices Wei Hao Chang Apper Alexander Hong Programmer April 9, 2015 Contents 1 Introduction 3 1.1 Problem......................................

More information

Refining Wi-Fi based indoor localization with Li-Fi assisted model calibration in smart buildings

Refining Wi-Fi based indoor localization with Li-Fi assisted model calibration in smart buildings Southern Illinois University Carbondale OpenSIUC Conference Proceedings Department of Electrical and Computer Engineering Fall 7-1-2016 Refining Wi-Fi based indoor localization with Li-Fi assisted model

More information

Multi Robot Navigation and Mapping for Combat Environment

Multi Robot Navigation and Mapping for Combat Environment Multi Robot Navigation and Mapping for Combat Environment Senior Project Proposal By: Nick Halabi & Scott Tipton Project Advisor: Dr. Aleksander Malinowski Date: December 10, 2009 Project Summary The Multi

More information

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH Mr. M. Dinesh babu 1, Mr.V.Tamizhazhagan Dr. R. Saminathan 3 1,, 3 (Department of Computer Science & Engineering, Annamalai University,

More information

Responsible Data Use Assessment for Public Realm Sensing Pilot with Numina. Overview of the Pilot:

Responsible Data Use Assessment for Public Realm Sensing Pilot with Numina. Overview of the Pilot: Responsible Data Use Assessment for Public Realm Sensing Pilot with Numina Overview of the Pilot: Sidewalk Labs vision for people-centred mobility - safer and more efficient public spaces - requires a

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information

FILA: Fine-grained Indoor Localization

FILA: Fine-grained Indoor Localization IEEE 2012 INFOCOM FILA: Fine-grained Indoor Localization Kaishun Wu, Jiang Xiao, Youwen Yi, Min Gao, Lionel M. Ni Hong Kong University of Science and Technology March 29 th, 2012 Outline Introduction Motivation

More information

Context-Aware Planning and Verification

Context-Aware Planning and Verification 7 CHAPTER This chapter describes a number of tools and configurations that can be used to enhance the location accuracy of elements (clients, tags, rogue clients, and rogue access points) within an indoor

More information

Senion IPS 101. An introduction to Indoor Positioning Systems

Senion IPS 101. An introduction to Indoor Positioning Systems Senion IPS 101 An introduction to Indoor Positioning Systems INTRODUCTION Indoor Positioning 101 What is Indoor Positioning Systems? 3 Where IPS is used 4 How does it work? 6 Diverse Radio Environments

More information

T Mani Bhowmik Dated:

T Mani Bhowmik Dated: T863203 Mani Bhowmik Dated: 23.04.2010 WLAN Is a wireless local area network that uses high frequency radio signals to transmit and receive data over distances of a few hundred feet; uses Ethernet protocol

More information

THE APPLICATION OF ZIGBEE PHASE SHIFT MEASUREMENT IN RANGING

THE APPLICATION OF ZIGBEE PHASE SHIFT MEASUREMENT IN RANGING Acta Geodyn. Geomater., Vol. 12, No. 2 (178), 145 149, 2015 DOI: 10.13168/AGG.2015.0014 journal homepage: http://www.irsm.cas.cz/acta ORIGINAL PAPER THE APPLICATION OF ZIGBEE PHASE SHIFT MEASUREMENT IN

More information

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT)

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT) Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 885-890 Research India Publications http://www.ripublication.com A Simple Smart Shopping Application Using

More information

High Performance Computing Systems and Scalable Networks for. Information Technology. Joint White Paper from the

High Performance Computing Systems and Scalable Networks for. Information Technology. Joint White Paper from the High Performance Computing Systems and Scalable Networks for Information Technology Joint White Paper from the Department of Computer Science and the Department of Electrical and Computer Engineering With

More information

SMARTPOS: Accurate and Precise Indoor Positioning on Mobile Phones

SMARTPOS: Accurate and Precise Indoor Positioning on Mobile Phones SMARTPOS: Accurate and Precise Indoor Positioning on Mobile Phones Moritz Kessel, Martin Werner Mobile and Distributed Systems Group Ludwig-Maximilians-University Munich Munich, Germany {moritz.essel,martin.werner}@ifi.lmu.de

More information

Real Time Indoor Tracking System using Smartphones and Wi-Fi Technology

Real Time Indoor Tracking System using Smartphones and Wi-Fi Technology International Journal for Modern Trends in Science and Technology Volume: 03, Issue No: 08, August 2017 ISSN: 2455-3778 http://www.ijmtst.com Real Time Indoor Tracking System using Smartphones and Wi-Fi

More information

NIST Activities in Wireless Coexistence

NIST Activities in Wireless Coexistence NIST Activities in Wireless Coexistence Communications Technology Laboratory National Institute of Standards and Technology Bill Young 1, Jason Coder 2, Dan Kuester, and Yao Ma 1 william.young@nist.gov,

More information

Wireless Location Detection for an Embedded System

Wireless Location Detection for an Embedded System Wireless Location Detection for an Embedded System Danny Turner 12/03/08 CSE 237a Final Project Report Introduction For my final project I implemented client side location estimation in the PXA27x DVK.

More information

Herecast: An Open Infrastructure for Location-Based Services using WiFi

Herecast: An Open Infrastructure for Location-Based Services using WiFi Herecast: An Open Infrastructure for Location-Based Services using WiFi Mark Paciga and Hanan Lutfiyya Presented by Emmanuel Agu CS 525M Introduction User s context includes location, time, date, temperature,

More information

MICHIGAN STATE UNIVERSITY. inode for idocent. inode for idocent (indoor Digital Orientation Communication and Enabling Navigational Technology)

MICHIGAN STATE UNIVERSITY. inode for idocent. inode for idocent (indoor Digital Orientation Communication and Enabling Navigational Technology) MICHIGAN STATE UNIVERSITY inode for idocent inode for idocent (indoor Digital Orientation Communication and Enabling Navigational Technology) Design Proposal Team Number: 3 Facilitator: Fathi Salem Team

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

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

Pervasive Systems SD & Infrastructure.unit=3 WS2008

Pervasive Systems SD & Infrastructure.unit=3 WS2008 Pervasive Systems SD & Infrastructure.unit=3 WS2008 Position Tracking Institut for Pervasive Computing Johannes Kepler University Simon Vogl Simon.vogl@researchstudios.at Infrastructure-based WLAN Tracking

More information

SAPLING WIRELESS SYSTEM

SAPLING WIRELESS SYSTEM SAPLING WIRELESS SYSTEM Sapling Wireless System DESCRIPTION A Wireless Clock System starts with a master clock with a transmitter. The master clock s transmitter transmits the time data to the secondary

More information

Bloodhound RMS Product Overview

Bloodhound RMS Product Overview Page 2 of 10 What is Guard Monitoring? The concept of personnel monitoring in the security industry is not new. Being able to accurately account for the movement and activity of personnel is not only important

More information

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Theofilos Chrysikos (1), Giannis Georgopoulos (1) and Stavros Kotsopoulos (1) (1) Wireless Telecommunications Laboratory Department of

More information

Wireless Sensors self-location in an Indoor WLAN environment

Wireless Sensors self-location in an Indoor WLAN environment Wireless Sensors self-location in an Indoor WLAN environment Miguel Garcia, Carlos Martinez, Jesus Tomas, Jaime Lloret 4 Department of Communications, Polytechnic University of Valencia migarpi@teleco.upv.es,

More information

Global Correction Services for GNSS

Global Correction Services for GNSS Global Correction Services for GNSS Hemisphere GNSS Whitepaper September 5, 2015 Overview Since the early days of GPS, new industries emerged while existing industries evolved to use position data in real-time.

More information

Performance Evaluation of Beacons for Indoor Localization in Smart Buildings

Performance Evaluation of Beacons for Indoor Localization in Smart Buildings Performance Evaluation of Beacons for Indoor Localization in Smart Buildings Andrew Mackey, mackeya@uoguelph.ca Petros Spachos, petros@uoguelph.ca University of Guelph, School of Engineering 1 Agenda The

More information

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

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

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

WiFi fingerprinting. Indoor Localization (582747), autumn Teemu Pulkkinen & Johannes Verwijnen. November 12, 2015

WiFi fingerprinting. Indoor Localization (582747), autumn Teemu Pulkkinen & Johannes Verwijnen. November 12, 2015 WiFi fingerprinting Indoor Localization (582747), autumn 2015 Teemu Pulkkinen & Johannes Verwijnen November 12, 2015 1 / 39 1 Course issues 2 WiFi fingerprinting 2 / 39 Seminar INTO seminar 27.11. in Pasila

More information

The Seamless Localization System for Interworking in Indoor and Outdoor Environments

The Seamless Localization System for Interworking in Indoor and Outdoor Environments W 12 The Seamless Localization System for Interworking in Indoor and Outdoor Environments Dong Myung Lee 1 1. Dept. of Computer Engineering, Tongmyong University; 428, Sinseon-ro, Namgu, Busan 48520, Republic

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

Accurate Distance Tracking using WiFi

Accurate Distance Tracking using WiFi 17 International Conference on Indoor Positioning and Indoor Navigation (IPIN), 181 September 17, Sapporo, Japan Accurate Distance Tracking using WiFi Martin Schüssel Institute of Communications Engineering

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

Location Planning and Verification

Location Planning and Verification 7 CHAPTER This chapter describes addresses a number of tools and configurations that can be used to enhance location accuracy of elements (clients, tags, rogue clients, and rogue access points) within

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

RADAR: An In-Building RF-based User Location and Tracking System

RADAR: An In-Building RF-based User Location and Tracking System RADAR: An In-Building RF-based User Location and Tracking System Venkat Padmanabhan Microsoft Research Joint work with Victor Bahl Infocom 2000 Tel Aviv, Israel March 2000 Outline Motivation and related

More information

Cooperative navigation (part II)

Cooperative navigation (part II) Cooperative navigation (part II) An example using foot-mounted INS and UWB-transceivers Jouni Rantakokko Aim Increased accuracy during long-term operations in GNSS-challenged environments for - First responders

More information

Programmable Wireless Networking Overview

Programmable Wireless Networking Overview Programmable Wireless Networking Overview Dr. Joseph B. Evans Program Director Computer and Network Systems Computer & Information Science & Engineering National Science Foundation NSF Programmable Wireless

More information

The sensible guide to y

The sensible guide to y The sensible guide to 802.11y On September 26th, IEEE 802.11y-2008, an amendment to the IEEE 802.11-2007 standard, was approved for publication. 3650 Mhz The 802.11y project was initiated in response to

More information

OASIS. Application Software for Spectrum Monitoring and Interference Analysis

OASIS. Application Software for Spectrum Monitoring and Interference Analysis OASIS Application Software for Spectrum Monitoring and Interference Analysis OASIS Features User friendly Operator interface Hardware independent solution Choose the receiver that you already own or that

More information

Cooperative localization (part I) Jouni Rantakokko

Cooperative localization (part I) Jouni Rantakokko Cooperative localization (part I) Jouni Rantakokko Cooperative applications / approaches Wireless sensor networks Robotics Pedestrian localization First responders Localization sensors - Small, low-cost

More information

Are IEEE 802 Wireless Technologies Suited for Fire Fighters?

Are IEEE 802 Wireless Technologies Suited for Fire Fighters? Are IEEE 82 Wireless Technologies Suited for Fire Fighters? Philipp Hofmann 1, Koojana Kuladinithi 2, Andreas Timm-Giel 2, Carmelita Görg 2, Christian Bettstetter 3, François Capman 4 and Christian Toulsaly

More information

Trunking Information Control Console

Trunking Information Control Console Trunking Information Control Console One Touch Communication and Control In a TICC we can: Initiate a call in one touch Send a status in one touch Call a group of users in one touch See what type of call

More information

Inter-Device Synchronous Control Technology for IoT Systems Using Wireless LAN Modules

Inter-Device Synchronous Control Technology for IoT Systems Using Wireless LAN Modules Inter-Device Synchronous Control Technology for IoT Systems Using Wireless LAN Modules TOHZAKA Yuji SAKAMOTO Takafumi DOI Yusuke Accompanying the expansion of the Internet of Things (IoT), interconnections

More information

User Guide for the Calculators Version 0.9

User Guide for the Calculators Version 0.9 User Guide for the Calculators Version 0.9 Last Update: Nov 2 nd 2008 By: Shahin Farahani Copyright 2008, Shahin Farahani. All rights reserved. You may download a copy of this calculator for your personal

More information

Detecting Intra-Room Mobility with Signal Strength Descriptors

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

More information

NFC Internal: An Indoor Navigation System

NFC Internal: An Indoor Navigation System Sensors 2015, 15, 7571-7595; doi:10.3390/s150407571 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors NFC Internal: An Indoor Navigation System Busra Ozdenizci, Vedat Coskun * and

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

RECENT developments in the area of ubiquitous

RECENT developments in the area of ubiquitous LocSens - An Indoor Location Tracking System using Wireless Sensors Faruk Bagci, Florian Kluge, Theo Ungerer, and Nader Bagherzadeh Abstract Ubiquitous and pervasive computing envisions context-aware systems

More information

Wireless Indoor Tracking System (WITS)

Wireless Indoor Tracking System (WITS) 163 Wireless Indoor Tracking System (WITS) Communication Systems/Computing Center, University of Freiburg Abstract A wireless indoor tracking system is described in this paper, which can be used to track

More information

ZigBee Propagation Testing

ZigBee Propagation Testing ZigBee Propagation Testing EDF Energy Ember December 3 rd 2010 Contents 1. Introduction... 3 1.1 Purpose... 3 2. Test Plan... 4 2.1 Location... 4 2.2 Test Point Selection... 4 2.3 Equipment... 5 3 Results...

More information

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

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

More information

RADIO FREQUENCY ENERGY HAVRESTING 4TH YEAR PROJECT

RADIO FREQUENCY ENERGY HAVRESTING 4TH YEAR PROJECT RADIO FREQUENCY ENERGY HAVRESTING 4TH YEAR PROJECT CUESEF Funding Request CARLETON UNIVERSITY February 7, 2014 Table of Contents Abstract... 2 Group Introduction... 3 Faculty Contact... 3 Overview of Project...

More information

Handling Samples Correlation in the Horus System

Handling Samples Correlation in the Horus System Handling Samples Correlation in the Horus System Moustafa Youssef and Ashok Agrawala Department of Computer Science and UMIACS University of Maryland College Park, Maryland 20742 Email: {moustafa, agrawala@cs.umd.edu

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

Technical Disclosure Commons

Technical Disclosure Commons Technical Disclosure Commons Defensive Publications Series November 22, 2017 Beacon-Based Gaming Laurence Moroney Follow this and additional works at: http://www.tdcommons.org/dpubs_series Recommended

More information

DMR. PROFESSIONAL DIGITAL MOBILE RADIO Connections that Count

DMR. PROFESSIONAL DIGITAL MOBILE RADIO Connections that Count DMR PROFESSIONAL DIGITAL MOBILE RADIO // Why Simoco Xd? // Simoco Xd Connections count, and with a history of 90 years radio engineering excellence, Simoco combines innovation in 2 way radio design with

More information

ON INDOOR POSITION LOCATION WITH WIRELESS LANS

ON INDOOR POSITION LOCATION WITH WIRELESS LANS ON INDOOR POSITION LOCATION WITH WIRELESS LANS P. Prasithsangaree 1, P. Krishnamurthy 1, P.K. Chrysanthis 2 1 Telecommunications Program, University of Pittsburgh, Pittsburgh PA 15260, {phongsak, prashant}@mail.sis.pitt.edu

More information

Airborne Satellite Communications on the Move Solutions Overview

Airborne Satellite Communications on the Move Solutions Overview Airborne Satellite Communications on the Move Solutions Overview High-Speed Broadband in the Sky The connected aircraft is taking the business of commercial airline to new heights. In-flight systems are

More information

In the continuously changing

In the continuously changing PAGE 48 NOVEMBER 2003 FEATURE ARTICLE 802.11a Measurement Techniques and Network Issues by Herb Petrat, Senior Software Engineer, Berkeley Varitronics Systems, Inc. MICROWAVE PRODUCT DIGEST In the continuously

More information

A Study of Devising Neural Network Based Indoor Localization Using Beacons: First Results

A Study of Devising Neural Network Based Indoor Localization Using Beacons: First Results A Study of Devising Neural Network Based Indoor Localization Using Beacons: First Results Filip Mazan and Alena Kovarova Faculty of Informatics and Information Technologies Slovak University of Technology

More information

Wifi-friendly building, enabling wifi signal indoor: an initial study

Wifi-friendly building, enabling wifi signal indoor: an initial study IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Wifi-friendly building, enabling wifi signal indoor: an initial study To cite this article: Suherman et al 2018 IOP Conf. Ser.:

More information

RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks

RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks Sorin Dincă Dan Ştefan Tudose Faculty of Computer Science and Computer Engineering Polytechnic University of Bucharest Bucharest, Romania Email:

More information

MOTOROLA SOLUTIONS 2017 K-12 EDUCATION INDUSTRY SURVEY REPORT SURVEY REPORT 2017 SCHOOL COMMUNICATIONS

MOTOROLA SOLUTIONS 2017 K-12 EDUCATION INDUSTRY SURVEY REPORT SURVEY REPORT 2017 SCHOOL COMMUNICATIONS MOTOROLA SOLUTIONS 2017 K-12 EDUCATION INDUSTRY SURVEY REPORT SURVEY REPORT 2017 SCHOOL COMMUNICATIONS THE POWER OF UNIFIED SCHOOL COMMUNICATIONS We look to our nation s schools as an oasis of learning,

More information

Location Estimation based on Received Signal Strength from Access Pointer and Machine Learning Techniques

Location Estimation based on Received Signal Strength from Access Pointer and Machine Learning Techniques , pp.204-208 http://dx.doi.org/10.14257/astl.2014.63.45 Location Estimation based on Received Signal Strength from Access Pointer and Machine Learning Techniques Seong-Jin Cho 1,1, Ho-Kyun Park 1 1 School

More information

Master of Comm. Systems Engineering (Structure C)

Master of Comm. Systems Engineering (Structure C) ENGINEERING Master of Comm. DURATION 1.5 YEARS 3 YEARS (Full time) 2.5 YEARS 4 YEARS (Part time) P R O G R A M I N F O Master of Communication System Engineering is a quarter research program where candidates

More information

IOT Based Intelligent Traffic Signal and Vehicle Tracking System

IOT Based Intelligent Traffic Signal and Vehicle Tracking System IOT Based Intelligent Traffic Signal and Vehicle Tracking System Srinuvasa Manikanta Adabala M.Tech (Embedded Systems), Department of ECE, Aditya College of Engineering(JNTUK), Surampalem, A.P -533437.

More information

Relationship to theory: This activity involves the motion of bodies under constant velocity.

Relationship to theory: This activity involves the motion of bodies under constant velocity. UNIFORM MOTION Lab format: this lab is a remote lab activity Relationship to theory: This activity involves the motion of bodies under constant velocity. LEARNING OBJECTIVES Read and understand these instructions

More information

University of Manitoba Department of Electrical & Computer Engineering. ECE 4600 Group Design Project. Progress Report. Microwave Imaging.

University of Manitoba Department of Electrical & Computer Engineering. ECE 4600 Group Design Project. Progress Report. Microwave Imaging. University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Microwave Imaging by Group 12 Steven Brown Trevor Ingelbeen Brett Trombo Bryce O Donnel

More information

best practice guide Ruckus SPoT Best Practices SOLUTION OVERVIEW AND BEST PRACTICES FOR DEPLOYMENT

best practice guide Ruckus SPoT Best Practices SOLUTION OVERVIEW AND BEST PRACTICES FOR DEPLOYMENT best practice guide Ruckus SPoT Best Practices SOLUTION OVERVIEW AND BEST PRACTICES FOR DEPLOYMENT Overview Since the mobile device industry is alive and well, every corner of the ever-opportunistic tech

More information

A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS

A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS D. Brito, et al., Int. J. Sus. Dev. Plann. Vol. 13, No. 2 (2018) 281 293 A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS D. BRITO, T. VIANA, D. SOUSA, A.

More information

AC : TECHNOLOGIES TO INTRODUCE EMBEDDED DESIGN EARLY IN ENGINEERING. Shekhar Sharad, National Instruments

AC : TECHNOLOGIES TO INTRODUCE EMBEDDED DESIGN EARLY IN ENGINEERING. Shekhar Sharad, National Instruments AC 2007-1697: TECHNOLOGIES TO INTRODUCE EMBEDDED DESIGN EARLY IN ENGINEERING Shekhar Sharad, National Instruments American Society for Engineering Education, 2007 Technologies to Introduce Embedded Design

More information

Agenda Item No. C-29 AGENDA ITEM BRIEFING. Vice Chancellor and Dean of Engineering Director, Texas A&M Engineering Experiment Station

Agenda Item No. C-29 AGENDA ITEM BRIEFING. Vice Chancellor and Dean of Engineering Director, Texas A&M Engineering Experiment Station Agenda Item No. C-29 AGENDA ITEM BRIEFING Submitted by: Subject: M. Katherine Banks Vice Chancellor and Dean of Engineering Director, Texas A&M Engineering Experiment Station Establishment of the Center

More information

ECE 497 Introduction to Mobile Robotics Spring 09-10

ECE 497 Introduction to Mobile Robotics Spring 09-10 Lab 1 Getting to Know Your Robot: Locomotion and Odometry (Demonstration due in class on Thursday) (Code and Memo due in Angel drop box by midnight on Thursday) Read this entire lab procedure and complete

More information