IELS: Indoor Equipment Localization System: Discussion (Part 5/6) (IoT)

IELS use case

Discussion When this project started, the idea was simple. The goal was to localize objects inside a building environment in an easy and affordable way. This  idea  turned out to  be  a wide  research area, and lead  to  try different approaches as explained in this chapter. We think adding walking steps, compass and gyros  sensor….

IELS: Indoor Equipment Localization System: Evaluation (Part 4/6) (IoT)

triangle measurement

Evaluation Evaluation is important and a key process in a project completion. This evaluation is to present the  results of our system, for locating the trackable object position and track its (movement) repositioning over  time using mobile smartphones as  data collectors.  The  usability of the system relies  on  the results collected from  mobile smartphone over….

IELS: Indoor Equipment Localization System: Implementation (Part 3/6) (IoT)

implementation

Implementation 3.1    Software architecture The software architecture is based on three main components, Mobile Client, Data Server  and Admin Server  as shown in figure  3.1. Mobile Client is an Android application. Its main purpose is to collect iBeacon data such as RSSI-values and send it over to the data Server. Data Server is a Restful….

How to Create virtual COM port pairs in Windows for development (IoT)

eltima virtual serial port driver

Just imagine you are developing an embedded device or IoT device solution where you need to interact your software with a hardware device over a Com port. Normally you need to have your real device turn on and connect it to your development PC before you can interact with it. The challenge is that you….

IELS: Indoor Equipment Localization System: System Design (Part 2/6) (IoT)

Room RSSI calibration

System Design In this chapter, we will explain the system design behind Indoor Equipment Localization System (IELS). Before we go into the details of the system, the main goals of this project will be elaborated. The following questions are chosen in order to create a direction for the project: Q: What is our goal? A:….

IELS: Indoor Equipment Localization System: Introduction (Part 1/6) (IoT)

Mobile phones

Introduction It is no longer secret that I have been working on IELS in my Master Thesis ended September 2017. It was joy, fun and hard as well. Some of you guys asked me if I can share what I have been working with and write some thing about it. I have chose to make….

How to add extra configuration to web.config for Release environment

File Transformations Web.Config

As you are aware of that you might need to added extra configuration to web.config when you release your ASP.NET project. You can easily do this using File Transformations concept. The key point here is to add xdt:Transform=”Insert” in the root tag hierarchy you want to be added for the respective environment. By default you have your Web.config….