Next Article in Journal
Search Techniques for the Web of Things: A Taxonomy and Survey
Next Article in Special Issue
Traffic Congestion Detection System through Connected Vehicles and Big Data
Previous Article in Journal
Enhanced Tissue Ablation Efficiency with a Mid-Infrared Nonlinear Frequency Conversion Laser System and Tissue Interaction Monitoring Using Optical Coherence Tomography
Previous Article in Special Issue
An Adaptive Data Gathering Scheme for Multi-Hop Wireless Sensor Networks Based on Compressed Sensing and Network Coding
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Smartphone-Based Indoor Localization with Bluetooth Low Energy Beacons

1
National ASIC System Engineering Research Center, Southeast University, 2 Sipailou, Nanjing 210096, China
2
Department of Geomatics Engineering, The University of Calgary, 2500 University Drive, NW, Calgary, AB T2N 1N4, Canada
3
GNSS Research Center, Wuhan University, 129 Luoyu Road, Wuhan 430079, China
*
Author to whom correspondence should be addressed.
Sensors 2016, 16(5), 596; https://doi.org/10.3390/s16050596
Submission received: 9 March 2016 / Revised: 14 April 2016 / Accepted: 20 April 2016 / Published: 26 April 2016
(This article belongs to the Special Issue Data in the IoT: from Sensing to Meaning)

Abstract

:
Indoor wireless localization using Bluetooth Low Energy (BLE) beacons has attracted considerable attention after the release of the BLE protocol. In this paper, we propose an algorithm that uses the combination of channel-separate polynomial regression model (PRM), channel-separate fingerprinting (FP), outlier detection and extended Kalman filtering (EKF) for smartphone-based indoor localization with BLE beacons. The proposed algorithm uses FP and PRM to estimate the target’s location and the distances between the target and BLE beacons respectively. We compare the performance of distance estimation that uses separate PRM for three advertisement channels (i.e., the separate strategy) with that use an aggregate PRM generated through the combination of information from all channels (i.e., the aggregate strategy). The performance of FP-based location estimation results of the separate strategy and the aggregate strategy are also compared. It was found that the separate strategy can provide higher accuracy; thus, it is preferred to adopt PRM and FP for each BLE advertisement channel separately. Furthermore, to enhance the robustness of the algorithm, a two-level outlier detection mechanism is designed. Distance and location estimates obtained from PRM and FP are passed to the first outlier detection to generate improved distance estimates for the EKF. After the EKF process, the second outlier detection algorithm based on statistical testing is further performed to remove the outliers. The proposed algorithm was evaluated by various field experiments. Results show that the proposed algorithm achieved the accuracy of <2.56 m at 90% of the time with dense deployment of BLE beacons (1 beacon per 9 m), which performs 35.82% better than <3.99 m from the Propagation Model (PM) + EKF algorithm and 15.77% more accurate than <3.04 m from the FP + EKF algorithm. With sparse deployment (1 beacon per 18 m), the proposed algorithm achieves the accuracies of <3.88 m at 90% of the time, which performs 49.58% more accurate than <8.00 m from the PM + EKF algorithm and 21.41% better than <4.94 m from the FP + EKF algorithm. Therefore, the proposed algorithm is especially useful to improve the localization accuracy in environments with sparse beacon deployment.

Graphical Abstract

1. Introduction

Currently, indoor localization has become a significant research topic as it is the fundamental of numerous Internet of Things (IoT) applications (e.g., human tracking and precision advertisement) [1]. Several technologies can be used for indoor localization, such as wireless localization [1,2,3,4], sensor-based relative navigation (i.e., dead-reckoning) [5,6,7,8,9,10,11,12], and image-based navigation [13,14,15,16,17]. Wireless localization has been widely used among these technologies. Especially, WiFi localization is the most common consumer wireless localization technology [1,18,19]. Another important candidate for wireless localization on consumer smart devices is Bluetooth. The traditional Bluetooth has a significantly long scan time (~10 s), which limits its value for localization. However, the new Bluetooth protocol (i.e., Bluetooth Low Energy, BLE), supported by most current smart devices, has overcome the limitations of long scan time. Moreover, the BLE beacons have the following advantages: small size, light weight, low cost, power saving and are widely supported by smart devices. Therefore, BLE has the potential to become a dominant wireless localization technology.
In the BLE protocol definition, 40 channels, each 2 MHz wide, around the 2.4 GHz radio band are used to transmit messages. The duration for transmitting messages is extremely short to save battery power. Among these 40 channels, there are three channels (i.e., 37, 38, and 39) for broadcasting advertisement messages. The received signal strengths (RSS) from these three channels can be used for estimating the target’s location. The BLE advertising rate can be set up to 50 Hz. The transmission power for BLE beacons are also set from 0 dBm to −40 dBm. To reduce power consumption, BLE advertising rate and transmission power are usually set to less than 10 Hz and −16 dBm, respectively. Comparing with WiFi localization, BLE localization has the following advantages:
  • BLE RSS signals can have a higher sample rate than WiFi RSS signals (0.25 Hz~2 Hz)
  • BLE consumes less power than WiFi
  • BLE RSS signals can be obtained from most smart devices, while WiFi RSS signals cannot be provided by Apple portable devices and
  • BLE beacons are usually battery powered, which are more flexible and easier deployed than WiFi.
Therefore in this paper, we proposes an algorithm for smartphone-based indoor localization using RSS signals from BLE beacons.
Currently, there are mainly three RSS-based BLE localization techniques: proximity, trilateration (or, range-based) and fingerprinting (FP) [20]. The proximity algorithms pre-set an event-triggering threshold for a coverage area. If the RSS values are stronger than the threshold, the target is indicated in the area. In the trilateration algorithm, the propagation model (PM) is used to estimate the distances between the target and BLE beacons. Then, the estimation technique (e.g., least squares or Kalman filtering) is used to estimate the target’s location from these distances and the locations of BLE beacons. FP first builds a radio map database where RSSs from available BLE beacons are mapped to absolute positions. Then, the target’s location is determined by using the average or weighted average of the locations of several most matched fingerprints in the database.
To further improve accuracy and robustness, we propose an algorithm for indoor localization with BLE beacons by using the combination of polynomial regression model (PRM), FP, outlier detection and extended Kalman filtering (EKF). Since indoor environments are complicated by reflection, shadowing and multipath, the radio PM may be not accurate for distance estimation in the indoor environment. Therefore, the proposed algorithm uses PRM to estimate the distances between the target and BLE beacons. Meanwhile, FP is also used to determine the target’s location.
Most of existing research combines RSS from all channels to obtain an aggregate signal (the aggregate mode). However, we notice that the signals and noises from various advertisement channels may be different, which is shown in Figure 1. In Figure 1, RSS values from three advertisement channels of a BLE beacon were collected by keeping an iPhone 4S static and five meters away. As reported by iOS 8, the mean and standard deviation (STD) of RSS values from various advertisements were different (i.e., Channel 37: Mean −71.9 dBm, STD 2.4 dBm; Channel 38: Mean −68.1 dBm, STD 0.8 dBm; and Channel 39: Mean −78.8 dBm, STD 2.7 dBm). This difference might be caused by the different channel gain and multipath effect. Therefore, one advantage of this research is that it considers that signals and noises in RSS measurements from various channels may be different and thus uses separate PRM and FP for three advertisement channels (i.e., the separate mode), that is, the PRM and FP are used for each advertisement channel separately. Therefore, there are a maximum of three PRM distance estimates for each observed BLE beacon and three FP location estimates. Furthermore, to enhance the robustness of the algorithm, a two-outlier-detection mechanism is designed. These estimates are fed into the first outlier detection to generate improved distance estimates for observed BLE beacons. Next, these improved distance estimates are utilized as measurements for the EKF. Finally, the second outlier detection algorithm is further performed to remove the outliers from the measurements by using the statistical testing method.
The contribution of this paper is listed as follows:
(1)
We propose the usage of the separate PRM to improve both the location and distance estimation for each advertisement channel of BLE beacons. Moreover, we originally generate separate radio map database for each BLE advertisement channel for the FP process.
(2)
We originally propose an algorithm for BLE-based indoor localization by combing separate PRM, separate FP, EKF and outlier detection.
(3)
We propose a two-level outlier detection algorithm to improve the robustness of the system.
The proposed algorithms are validated in detail by field experiments with both sparsely and densely distributed BLE beacons. Part of the outcomes are:
(1)
Compared with results that use traditional PM, the distance estimation accuracy is improved by 18.42% using the PRM.
(2)
In the case of dense deployment of BLE beacons, the proposed algorithm achieves average 35.82% and 15.77% improvement of the location accuracy in two trajectories, compared with classical PM + EKF and FP + EKF, respectively. The improvement changes to 49.58% and 21.41% in the sparse deployment.
This paper is organized as follows. Section 2 reviews the related work. Section 3 presents the proposed algorithm, Section 4 evaluates the algorithm with various field experiments and Section 5 draws the conclusions.

2. Related Work

Current localization algorithms for BLE beacons can be divided into three classes: proximity [21,22,23], range-based [21,24,25,26] and FP [4,21,27,28]. In the first class, the work [21] evaluates the performance of BLE localization by using proximity in a multi-floor building. A triggering threshold optimization method is proposed for proximity based positioning [22]. The research [23] proposes a particle filtering for proximity based indoor positioning. In the second class, a PM is used in a multi-floor building for BLE localization [21]. The research [24] presents a modified PM, called iRingLA, for BLE localization, in which the ring is used instead of circle for trilateration. Another approach called stigmergic is presented for range-based indoor localization [25]. This approach can reduce the effects of multipath, fading, and shadowing for BLE positioning. The work [26] proposes several empirical PMs for BLE based indoor localization in different conditions such as indoor/outdoor and line-of-sight (LOS)/non-line-of-sight (NLOS). In the third class, the research [21] presents a FP for BLE localization in a multi-floor building. The work [27] compares three FP algorithms: k-nearest neighbors (k-NN), neural networks, and support vector machine (SVM). The result shows that k-NN is a good candidate for localization in real-life applications. The research [4] provides a detailed study of the effects of beacon density, transmit power and transmit frequency for BLE FP. A FP solution using Weibull probability distribution is proposed in [28] to improve the reliability and accuracy of the positioning. In addition, the paper [29] presents a comparative analysis of contemporary BLE indoor positioning solutions, taking into account the classification, comparison and various considerations that are required for designing new indoor positioning approaches. All the above research combines RSS from all channels to obtain an aggregate signal, instead of using separate model for each separate BLE advertisement channel.

3. Algorithm Description

This section first presents the overview of the whole system. Next, PRM is described for distance estimation, which is followed by FP for location estimation. Then, “Outlier Detection—Level 1” uses the information from PRM and FP to remove the outliers from the measurements and generate improved distance measurements for EKF. Finally, the details of EKF and “Outlier Detection—Level 2” are described to further remove outliers and achieve an enhanced indoor localization solution.

3.1. System Overview

The overview of the proposed algorithm is shown in Figure 2, which mainly consists of FP, PRM, EKF, and a two-level outlier detection mechanism. The processed data for the proposed algorithm are RSS values from three advertisement channels of observed BLE beacons. The first process for these RSS values is passing a smoother. Next, we originally use channel-separate models/databases to process RSS values in FP and PRM to generate location and distance estimates. Since BLE RSS values from three advertisement channels are processed separately, there could be three different FP-derived locations and PRM-derived distances. These derived location and distance estimates are then fed into the “Outlier Detection—Level 1” to generate improved FP + PRM distance estimates using statistical methods. The EKF is then used to process these enhanced FP + PRM distance estimates to estimate the target’s location. The second outlier detection based on statistical testing is utilized to further remove the outliers. After the EKF computation with outlier detection, EKF outputs the final BLE localization solution. The final BLE localization solution is also fed to the radio map database to select appropriate fingerprints to improve the FP performance. Overall, the purpose of the proposed algorithm is to achieve a robust and accurate localization solution for the target.

3.2. Polynomial Regression Model

In indoor localization using BLE beacons, the radio PM is usually used to model the relationship between measured RSS readings and corresponding distances. The mostly used model is the lognormal shadowing model as follows [30,31]:
P ( d ) = P ( d 0 ) 10 γ l o g 10 ( d d 0 ) + X σ
where γ represents the path-loss exponent, P ( d 0 ) represents the RSS at the reference distance, d 0 , P ( d ) represents the RSS at the distance between the access point (AP) and the receiver, d , and X σ represents a Gaussian random variable, with zero mean, caused by shadow fading [31]. After the model calibration for propagation parameters, the PM model can be used to convert the RSS values to distances between wireless APs and the receiver.
PM is derived from the outdoor environment and works well for LOS scenarios; however, PM may be inaccurate for distance estimation indoors since the indoor environment is complicated by reflection, shadowing and multipath. Actually, indoor wireless signals consist of both LOS and NLOS signals. These signals may have different propagation parameters. Furthermore, it is difficult to differentiate the LOS and NLOS signals in indoor environments. Therefore, the fitted theoretical PM from all training data may not work well for both LOS and NLOS signals and result in large errors in distance estimation.
To overcome this problem, this paper proposes the PRM to model the relationship between RSS and distance for BLE beacons. Different from PM, PRM assumes that the RSS-distance relationship is a n th-degree polynomial and the polynomial coefficients are estimated from the training data in the calibration process. The PRM is given by
d ^ P R M = i = 0 n c i R S S i
where c i are the coefficients of the n th-degree polynomial, R S S is the RSS value, and d ^ P R M is the estimated distance. The sum of the model fitting error squares is expressed as
E ( c 0 , c 1 , , c n ) = j = 1 M ( d ^ P R M , j d j ) 2 = j = 1 M ( d j i = 0 n c i R S S j i ) 2
where M is the number of the calibration points, d j represents the true distance between the j th calibration point and the BLE beacon, j = 1 , 2 , , M , and R S S j is the RSS at the j th calibration point. From the criterion of least squares estimation, E ( c 0 , c 1 , , c n ) should be minimized. To achieve the minimum of E ( c 0 , c 1 , , c n ) , we equate its partial derivation to zero with respect to c 0 , c 1 , , c n , and get
E c i = 2 j = 1 M R S S j i ( d j i = 0 n c i R S S j i ) = 0
Equation (4) can be rewritten as follows:
A C = B
where
A = [ j = 1 M R S S j 0 R S S j 0 j = 1 M R S S j 0 R S S j 1 j = 1 M R S S j 0 R S S j n j = 1 M R S S j 1 R S S j 0 j = 1 M R S S j 1 R S S j 1 j = 1 M R S S j 1 R S S j n j = 1 M R S S j n R S S j 0 j = 1 M R S S j n R S S j 1 j = 1 M R S S j n R S S j n ]
B = [ j = 1 M R S S j 0 d j j = 1 M R S S j 1 d j j = 1 M R S S j n d j ] T
and
C = [ c 0 c 1 c n ] T
Finally, the polynomial coefficients can be calculated by
C = A 1 B
After the calibration, PRM can be used to convert RSS values to distances. In this paper, three PRMs are used to estimate distances for three advertisement channels of each BLE beacon. Therefore, there can be three distance estimates for each BLE beacon. When using PRM, the polynomial degree, n , should be carefully determined. If the polynomial degree is small, the distance estimation error will be large. In contrast, if the polynomial degree is large, the computation load is large. Therefore, the polynomial degree is the balance of the distance estimation error and computation load. The field experiments will further discuss the set of the polynomial degree for PRM.

3.3. Fingerprinting

The BLE radio map database for FP was constructed by surveying some points’ locations and taking corresponding RSS values. Gaussian Process Regression (GPR) was used to fill the gaps between the surveyed points. We constructed a separate database for each advertisement channel (i.e., the separate mode). Another database was also constructed by dealing all advertisement channels together (i.e., the aggregate mode). In the field experiments, these databases will be used for the evaluation of the FP performance.
On the FP positioning phase, the search space for BLE FP can be limited to an ellipse as determined by the proposed localization solution at the previous epoch, as shown in Figure 3. This localization solution at the previous epoch is used as the center of the ellipse. The major semi-axis, minor semi-axis, and the azimuth of the ellipse are calculated by using the location covariance matrix of the previous epoch from the EKF, that is
P = [ σ E 2 σ E N σ N E σ N 2 ]
where σ N 2 and σ E 2 represent the north and east variances; σ N E and σ E N are the north/east and east/north covariances. The major semi-axis of the ellipse is
a = s 1 2 ( σ N 2 + σ E 2 ) + 1 4 ( σ E 2 σ N 2 ) 2 + σ N E 2
The minor semi-axis of the ellipse is
b = s 1 2 ( σ N 2 + σ E 2 ) 1 4 ( σ E 2 σ N 2 ) 2 + σ N E 2
And the azimuth of the major semi-axis is
θ = 1 2 tan 4 1 ( 2 σ N E σ E 2 σ N 2 )
where tan 4 1 ( ) represents a four-quadrant arctangent operator. s represents the scale factor for the size change of the ellipse, which is set at 5 in this paper. Readers can refer to [32] for the details of the confidence ellipse for measurements.
After the search space is determined, the Euclidean distances are calculated by using current measured fingerprint and the fingerprints in the search space, and the equation is given by
E D i = j = 1 N ( R S S m , j R S S i , j ) 2 N
where E D i is the Euclidean distance, R S S m is the measured RSS vector, R S S i is the RSS vector of the i t h fingerprint in the search space of the radio map database and N is the length of the measured RSS vector. Then, the target’s location is calculated as the weighted average of the locations of the selected fingerprints, and the weight is determined by the inverse of the Euclidean distance. The equation for this calculation is given by
r F P = i = 1 K ω i j = 1 K ω j r i , ω i = 1 E D i
where r F P is the estimated location of the target, r i is the location of the i t h selected fingerprint, ω i is the weight corresponding to the i t h selected fingerprint, E D i is the Euclidean distance between the i t h selected fingerprint and the measured fingerprint and K is the total number of selected fingerprints. In this paper, FP is used for each advertisement channel, and can achieve three location estimates for each BLE beacon.

3.4. Outlier Detection—Level 1

As per the previous discussion, three PRM-derived distances for each observed BLE beacon and three FP-derived locations can be imported to “Outlier Detection—Level 1” to generate an enhanced FP + PRM distance estimate for each observed BLE beacon. In this paper, three FP-derived locations are represented by r F P 37 , r F P 38 , and r F P 39 . And, three PRM-derived distances are represented by d P M 37 , i , d P M 38 , i , and d P M 39 , i for the i t h BLE beacon. In the first step of “Outlier Detection—Level 1”, FP-derived locations in Equation (15) are used to calculate the FP-derived distances for each observed BLE beacon through the following equation:
d ^ F P 37 , i = n o r m ( r F P 37 r B L E , i ) d ^ F P 38 , i = n o r m ( r F P 38 r B L E , i ) d ^ F P 39 , i = n o r m ( r F P 39 r B L E , i )
where r B L E , i is the coordinate of the i t h BLE beacon. d F P 37 , i , d F P 38 , i , and d F P 39 , i are three FP-derived distances for the i t h BLE beacon. n o r m is the Euclidean norm (2-norm), and is given by
2 n o r m : x 2 = i = 1 N x | x i | 2
where N x is the length of the vector x , and x i is the term of the vector x .
The statistical method is used to remove the outliers in these six distance estimates: three PRM-derived distance estimates and three FP-derived distances. The confidence interval for these six distance estimates is given by
d ^ i [ μ d ^ i σ d ^ i μ d ^ i + σ d ^ i ]
where d ^ i are the distance estimates (i.e., FP-derived and PRM-derived distances) for the i t h BLE beacon. μ d ^ i and σ d ^ i are the mean and STD of d ^ i . If any distance estimate is out of the confidence interval, it is moved out as an outlier. Finally, the enhanced FP+PRM distance estimate, d ^ i , e n h a n c e d , for the i t h BLE beacon is given by
d ^ i , e n h a n c e d = m e a n ( d ^ i , t r u s t )
where d ^ i , t r u s t are FP-derived and PRM-derived distance estimates in the confidence interval.

3.5. Extended Kalman Filtering

The EKF is used in the proposed algorithm to estimate the target’s current location by fusing current and historical information. In this paper, the state vector of the EKF is given by
x = [ r e r n v e v n ] T
where r e and r n are 2D position components (i.e., east and north) in the horizontal plane. v e and v n are their corresponding 2D velocity components. In the proposed algorithm, the EKF system model is the typical kinematic model and is given by
x k + 1 | k = Φ k , k + 1 x k | k + ω k
where x k + 1 | k is the predicted state vector, x k | k is the previous state vector at epoch k and Φ k , k + 1 is a 4 × 4 transition matrix:
Φ k , k + 1 = [ 1 0 Δ t 0 0 1 0 Δ t 0 0 1 0 0 0 0 1 ]
where Δ t is the time difference between two epochs. ω k is the process noise with the covariance matrix, Q k = E ( ω k ω k T ) , and is given by
ω k = [ 0 0 ϖ e , k ϖ n , k ] T
where ϖ e , k and ϖ n , k are modelled as white noises for velocity in the east and north directions at epoch k .
The measurement model is given by
z k = H k x k | k + υ k
where z k = [ d ^ 1 , e n h a n c e d d ^ 2 , e n h a n c e d d ^ m , e n h a n c e d ] T uses distance estimates from the “Outlier Detection—Level 1” as the measurement vector. H k is the design matrix, and υ k is the measurement noise modelled as a Gaussian white noise, and its covariance matrix is R k = E ( υ k υ k T ) . In this paper, we define that r e , t and r n , t are 2D position components of the target’s location, which are predicted by the EKF; r e , i and r n , i , i = 1 , 2 , , m , are 2D position components of the BLE beacons’ locations. The design matrix is given by
H k = [ r e , 1 r e , t ( r e , 1 r e , t ) 2 + ( r n , 1 r n , t ) 2 r n , 1 r n , t ( r e , 1 r e , t ) 2 + ( r n , 1 r n , t ) 2 0 0 r e , 2 r e , t ( r e , 2 r e , t ) 2 + ( r n , 2 r n , t ) 2 r n , 2 r n , t ( r e , 2 r e , t ) 2 + ( r n , 2 r n , t ) 2 0 0 r e , m r e , t ( r e , m r e , t ) 2 + ( r n , m r n , t ) 2 r n , m r n , t ( r e , m r e , t ) 2 + ( r n , m r n , t ) 2 0 0 ]
There are two phases in the EKF process: prediction and update. In the prediction process, the state vector and covariance matrix are predicted from the system model:
{ x k + 1 | k = Φ k , k + 1 x k | k P k + 1 | k = Φ k , k + 1 P k | k Φ k , k + 1 T + Q k
In the update process, the state vector and covariance matrix are updated from the measurement model:
{ K k = P k | k 1 H k T ( H k P k | k 1 H k T + R k ) 1 x k | k = x k | k 1 + K k ( z k H k x k | k 1 ) P k | k = ( I K k H k ) P k | k 1 ( I K k H k ) T + R k
where K k is the Kalman gain.

3.6. Outlier Detection—Level 2

In this section, statistical testing on the innovations of the EKF is presented as the second level of outlier detection. When using EKF, we assume the following two conditions: (1) the measurement noise is zero-mean, white and Gaussian distributed; and (2) the process noise is zero-mean, white, and Gaussian distributed. Based on these assumptions, the innovation sequence will be zero-mean, white and Gaussian distributed. The equation for the innovation sequence can be given as
τ k = z k z ^ k | k 1
where τ k is the innovation, z k is the observed measurement, and z ^ k | k 1 = H k x k | k 1 is the predicted measurement. The innovations have the following covariance matrix [33]:
C τ k = H k P k | k 1 H k T + R k
where C τ k is the covariance matrix of the innovation, H k is the design matrix, P k | k 1 is the state covariance matrix and R k is the measurement covariance matrix. Given the assumptions stated above, the innovation sequence is distributed as
τ k ~ N ( 0 , C τ k )
where N ( μ , C σ ) represents the normal distribution with mean of μ and covariance of C σ . The confidence intervals for the individual measurements are then calculated [33]. If these are violated, the measurement is considered as an outlier, and removed from the EKF.

4. Field Experiments

4.1. Experimental Setup

To evaluate the performance of the proposed algorithm, we conducted experiments in an office environment (60 m × 40 m). These experiments were conducted with two different deployments of BLE beacons as shown in Figure 4: (a) dense deployment (total: 20 beacons; average: 1 beacon per 9 m) and (b) sparse deployment (total: 8 beacons; average: 1 beacon per 18 m). All these beacons were installed on the wall at a height of approximately 1.5 m. To balance the power consumption and accuracy, each beacon was set to 10 Hz sample rate with −16 dBm transmit power [4]. The locations of BLE beacons were measured by using a commercial laser rangefinder and the floor plan of the building. Since the floor plan was verified to be very accurate (which had been used for engineering construction), the location errors of BLE beacons were less than 1 m. Two different iPhone 4S with iOS 8 were used by different testers in the experiments. The BLE beacons used in the experiments are based on Texas Instruments (TI) BLE chip CC2540. This chip broadcasts channel information and RSS value together for each advertisement channel, which can be received by an iOS device when using iOS 7 or above.
Many trajectories were tested in the experiments and two of them were selected for performance demonstration in this paper. Several reference points with surveyed locations were used to generate the ground truth. A stopwatch was used to record the time when the testers passed these reference points and thereafter, the locations of the ground truth between these reference points were generated through interpolation. The interpolation method used the stopwatch information and assumed the person walked with a constant speed between two reference points, which as per the instructions to testers when collecting the data.

4.2. Performance of Polynomial Regression Model for Distance Estimation

The performance of PRM-based distance estimation is discussed in this section. First, we need to determine the polynomial degree, n , for the PRM. As per the previous discussion, the selection of the polynomial degree is a trade-off between distance accuracy and computation load. We collected RSS values from BLE beacons at several points with known locations in the dense deployment shown in Figure 4. This data was used to estimate the PM and PRM with different polynomial degrees for each advertisement channel of the BLE beacons. In the estimation, the selected range for polynomial degree is set to n = 1 , 2 , , 5 , and the corresponding PRM models are called POLY1, POLY2, POLY3, POLY4, and POLY5. In the dense deployment, there are total 60 advertisement channels (i.e., 3 channels/beacon × 20 beacons = 60 channels). Therefore, there are 60 channel models in total for each method (i.e., PM, POLY1, POLY2, POLY3, POLY4 and POLY5). Each channel model has an average distance estimation error, therefore there are a total of 60 average distance estimation errors for each method (i.e., PM, POLY1, POLY2, POLY3, POLY4, and POLY5). The cumulative distribution function (CDF) of these 60 average distance estimation errors for each method, are plotted in Figure 5. As shown in Figure 5, POLY2, POLY3, POLY4 and POLY5 have similar performance and are better than POLY1 and PM. On the other hand, POLY2 has the smallest computation load among these four methods. Therefore, POLY2 is selected for the PRM and PRM represents POLY2 for the rest of the paper. From Figure 5, we can find that the 90% distance estimation error using PRM is 3.1 m, which is reduced by 18.42% over the PM (i.e., 3.8 m).
For the demonstration purpose, one BLE channel is used as an example to compare the PRM and PM. The PRM and PM functions are given by
d = 0.01582 × R S S 2 0.03178 × R S S + 0.06341
and
R S S = 79.5891 10 × 1.2954 × l o g 10 ( d )
Figure 6 shows the measured data and distance estimation results using PM and PRM, in which PRM works better than PM in indoor environments. It seems that the relationship between BLE RSS and distance does not obey the log path-loss model in complex indoor environments due to the effect of fading, reflection, multipath, etc. Figure 7 depicts the CDF functions of the distance estimation errors in the selected channel using PM and PRM. The 90% error of distance estimation using PRM is 2.6 m, which is only 47.24% of that uses PM (5.5 m).
Next, we compare the performance of the distance estimation using the separate PRM for each advertisement channel with that uses the aggregate PRM for all advertisement channels. For the illustration purpose, one BLE beacon is used as an example for this comparison. Figure 8 depicts CDF functions of the distance estimation errors for the selected BLE beacon using separate PRM and aggregate PRM. The 90% distance estimation errors of three separate PRMs are 5.1 m, 5.2 m and 5.0 m; which are decreased by 19.05%, 17.46% and 20.63% over the aggregate PRM (6.3 m) respectively. Therefore, our tests indicate that separate PRM can provide more accurate distance estimation than the aggregate PRM. Thus, separate PRM is adopted in this paper.

4.3. Performance of of Fingerprinting for Location Estimation

This section mainly compares the FP-based location estimation using separate databases for each advertisement channel with that uses the aggregate database. In the comparison, RSS values were collected at 150 points in the experimental area. These RSS values were used for FP calculation by using two types of FP databases: the separate databases and aggregate database. Furthermore, the parameter “k” of k-NN is temporarily set to 1 here to avoid the effect of k-NN for the comparison of these two kinds of databases. To achieve a better localization performance, k is set to 3 in other parts of this paper. Figure 9 depicts CDF functions of the location estimation errors using separate FP databases and aggregate FP database. The FPs using separate databases have better performance than that uses aggregate database. The 90% errors of FP using separate databases are 6.9 m, 7.0 m, and 7.0 m; which are reduced by 4.17%, 2.78%, and 2.78% over that uses the aggregate database (7.2 m), respectively. These tests indicate that the separate strategy can provide more accurate FP result than the aggregate strategy. Thus, FP using separate databases are used in this paper.

4.4. Performance Evaluation for the Proposed Algorithm

The performance of the proposed algorithm was evaluated in indoor environments with densely and sparsely distributed BLE beacons shown in Figure 4. The proposed algorithm was also compared with classical PM + EKF and FP + EKF algorithms. Figure 10 shows the two trajectories which were used for performance evaluation. Figure 11 depicts the numbers of observed advertisement channels from BLE beacons in these two trajectories with dense and sparse deployment of BLE beacons. In Figure 11, there are 5~19 observed advertisement channels in two trajectories with dense deployment while the number changes to 0~9 with sparse deployment. The different number of measurements leads to various localization performance.
The localization performance with dense deployment of BLE beacons is discussed first. Figure 12 shows the estimated trajectories using the proposed algorithm, PM + EKF and FP + EKF. The proposed algorithm performs slightly better than FP + EKF and PM + EKF. Figure 13 shows the localization errors of the two trajectories using the proposed method, PM + EKF and FP + EKF in the environment with densely distributed BLE beacons. As shown in Figure 13, the proposed algorithm has less localization errors than PM + EKF and FP + EKF at most of the time. Table 1 summarizes the localization errors of the two trajectories using the proposed algorithm, PM + EKF and FP + EKF. Figure 14 shows the CDF functions of localization errors of the two trajectories using these three approaches. As shown in Figure 14 and Table 1, the 90% localization error of the proposed algorithm is 2.57 m in trajectory I, which is reduced by 36.70% over PM + EKF (4.06 m) and 14.33% over FP + EKF (3.00 m). The 90% localization error of the proposed algorithm is 2.55 m in trajectory II, which reduces by 34.95% over PM + EKF (3.92 m) and 17.21% over FP + EKF (3.08 m). These results demonstrate that the proposed algorithm achieves around 2.5 m 90% localization error in the two trajectories, which performs better than both the traditional PM + EKF and FP + EKF when there is dense deployment of BLE beacons.
Then, we evaluated the localization performance with the sparse deployment of BLE beacons. Figure 15 shows the estimated trajectories with sparsely distributed BLE beacons using the proposed algorithm, PM + EKF, and FP + EKF. The proposed algorithm performs better than FP + EKF and PM + EKF and the improvement is more than the case of dense deployment. Figure 16 shows the localization errors of the two trajectories using the proposed method, PM + EKF, and FP + EKF in the environment with the sparse distribution of BLE beacons. Table 2 summarizes the location errors of the two trajectories in this case. Figure 17 shows the CDF functions of localization errors of the two trajectories using the proposed method, PM + EKF, and FP + EKF. In Figure 17 and Table 2, the 90% localization error of the proposed algorithm is 4.16 m in trajectory I, which is reduced by 37.72% over PM + EKF (6.68 m) and 22.24% over FP + EKF (5.35 m). Figure 17 and Table 2 also show that the 90% localization error of the proposed algorithm is 3.59 m in trajectory II, which is decreased by 61.44% over PM + EKF (9.31 m) and 20.58% over FP + EKF (4.52 m). These results demonstrate that the proposed algorithm achieves around 4.0 m 90% localization error in the two trajectories with the sparse deployment of BLE beacons, which performs much better than the traditional PM + EKF and FP + EKF. The improvement of the proposed method (37.72% and 61.44% for PM + EKF, and 22.24% and 20.58% for FP + EKF) in two trajectories with the sparse deployment is more than that (36.70% and 34.95% for PM + EKF, and 14.33% and 17.21% for FP + EKF) with the dense deployment. This outcome means that the proposed algorithm is especially useful to improve the localization accuracy in the environments with sparse beacon deployment.
Table 3 compares the localization errors of the proposed method in two cases: (a) dense deployment and (b) sparse deployment. It shows that the 90% localization errors with dense deployment are 2.57 m and 2.55 m in two trajectories, which are less than the 4.16 m and 3.59 m of the sparse deployment. The 90% localization errors with sparse deployment are increased by 61.87% and 40.78% over that with dense deployment in the two trajectories, respectively. This result illustrates that the proposed method in the dense deployment performs better than the sparse deployment. However, the dense deployment has more expense. Therefore, it is suggested that the deployment of BLE beacons should comprehensively consider both requirement of the localization accuracy and budget in specific indoor positioning and navigation applications.

5. Conclusions

This paper proposed an innovative algorithm based on the integration of channel-separate polynomial regression model (PRM), channel-separate fingerprinting (FP), extended Kalman filtering (EKF), and outlier detection for indoor localization using Bluetooth Low Energy (BLE) beacons. Field experiments showed that the proposed PRM for distance estimation achieved the accuracies of <3.1 m at 90% of the time, which was reduced by 18.42% over the 3.8 m of traditional propagation model (PM). Also, the proposed algorithm provided the accuracies of <2.56 m at 90% of the time (average of two trajectories) with dense deployment of BLE beacons (1 beacon per 9 m), which performed better than <3.99 m of the classical PM + EKF algorithm and <3.04 m of the classical FP + EKF algorithm. With sparse deployment of BLE beacons (1 beacon per 18 m), the proposed algorithm achieved the accuracies of <3.88 m at 90% of the time (average of two trajectories), which performed better than <8.00 m of the classical PM + EKF algorithm and <4.94 m of the classical FP + EKF algorithm. The improvement of the proposed algorithm over the classical PM + EKF and FP + EKF with sparse deployment of BLE beacons was more significant than the case of dense deployment. This proposed algorithm can be easily implemented without extra hardware costs and promote the development of robust smartphone-based indoor localization systems with BLE beacons.

Acknowledgments

This work was supported by National Natural Science Foundation of China under Grant 61474022. Publishing costs are covered by National Natural Science Foundation of China under Grant 61474022.

Author Contributions

All authors contributed considerably to this article. The article was conceived and structured by all the authors. Yuan Zhuang, Jun Yang, and Naser El-Sheimy conceived and designed the experiments, Yuan Zhuang, You Li, and Longning Qi performed the experiments, analyzed the data, and wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhuang, Y.; Syed, Z.; Georgy, J.; El-Sheimy, N. Autonomous smartphone-based WiFi positioning system by using access points localization and crowdsourcing. Pervasive Mob. Comput. 2015, 18, 118–136. [Google Scholar] [CrossRef]
  2. Kim, S.J.; Kim, B.K. Dynamic ultrasonic hybrid localization system for indoor mobile robots. IEEE Trans. Ind. Electron. 2013, 60, 4562–4573. [Google Scholar] [CrossRef]
  3. De Angelis, A.; Dwivedi, S.; Handel, P. Characterization of a flexible UWB sensor for indoor localization. IEEE Trans. Instrum. Meas. 2013, 62, 905–913. [Google Scholar] [CrossRef]
  4. Faragher, R.; Harle, R. Location fingerprinting with bluetooth low energy beacons. IEEE J. Sel. Areas Commun. 2015, 33, 2418–2428. [Google Scholar] [CrossRef]
  5. Zhuang, Y.; El-Sheimy, N. Tightly-coupled integration of WiFi and mems sensors on handheld devices for indoor pedestrian navigation. IEEE Sens. J. 2016, 16, 224–234. [Google Scholar] [CrossRef]
  6. Colombo, A.; Fontanelli, D.; Macii, D.; Palopoli, L. Flexible indoor localization and tracking based on a wearable platform and sensor data fusion. IEEE Trans. Instrum. Meas. 2014, 63, 864–876. [Google Scholar] [CrossRef]
  7. Li, Y.; Georgy, J.; Niu, X.; Li, Q.; El-Sheimy, N. Autonomous calibration of MEMS Gyros in consumer portable devices. IEEE Sens. J. 2015, 15, 4062–4072. [Google Scholar] [CrossRef]
  8. Dabove, P.; Ghinamo, G.; Lingua, A.M. Inertial sensors for smartphones navigation. SpringerPlus 2015, 4, 1–18. [Google Scholar] [CrossRef] [PubMed]
  9. Piras, M.; Lingua, A.; Dabove, P.; Aicardi, I. Indoor navigation using smartphone technology: A future challenge or an actual possibility? In Proceedings of the IEEE/ION Position, Location and Navigation Symposium, PLANS 2014, Monterey, CA, USA, 5–8 May 2014; pp. 1343–1352.
  10. Wang, J.; Hu, A.; Li, X.; Wang, Y. An improved PDR/magnetometer/floor map integration algorithm for ubiquitous positioning using the adaptive unscented kalman filter. ISPRS Int. J. Geo-Inf. 2015, 4, 2638–2659. [Google Scholar] [CrossRef]
  11. Lan, H.; Yu, C.; Zhuang, Y.; Li, Y.; El-Sheimy, N. A novel kalman filter with state constraint approach for the integration of multiple pedestrian navigation systems. Micromachines 2015, 6, 926–952. [Google Scholar] [CrossRef]
  12. Zhuang, Y.; Lan, H.; Li, Y.; El-Sheimy, N. PDR/INS/WiFi integration based on handheld devices for indoor pedestrian navigation. Micromachines 2015, 6, 793–812. [Google Scholar] [CrossRef]
  13. Jongbae, K.; Heesung, J. Vision-based location positioning using augmented reality for indoor navigation. IEEE Trans. Consum. Electron. 2008, 54, 954–962. [Google Scholar]
  14. Dae Hee, W.; Eunsung, L.; Moonbeom, H.; Seung-Woo, L.; Jiyun, L.; Jeongrae, K.; Sangkyung, S.; Young Jae, L. Selective integration of GNSS, vision sensor, and INS using weighted DOP under GNSS-challenged environments. EEE Trans. Instrum. Meas. 2014, 63, 2288–2298. [Google Scholar]
  15. Ghinamo, G.; Corbi, C.; Lovisolo, P.; Lingua, A.; Aicardi, I.; Grasso, N. Accurate positioning and orientation estimation in urban environment based on 3D models. In Proceedings of the New Trends in Image Analysis and Processing—ICIAP 2015 Workshops, Genoa, Italy, 7–8 September 2015; Springer: New York, NY, USA; pp. 185–192.
  16. Aicardi, I.; Dabove, P.; Lingua, A.; Piras, M. Sensors integration for smartphone navigation: Performances and future challenges. Int. Arch. Photogram. Remote Sens. Spat. Inf. Sci. 2014, 40, 9–16. [Google Scholar] [CrossRef]
  17. Ghinamo, G.; Corbi, C.; Francini, G.; Lepsoy, S.; Lovisolo, P.; Lingua, A.; Aicardi, I. The MPEG7 visual search solution for image recognition based positioning using 3D models. In Proceedings of the 27th International Technical Meeting of the Satellite Division of the Institute of Navigation, Tampa, FL, USA, 8–12 September 2014; pp. 8–12.
  18. Zhuang, Y.; Shen, Z.; Syed, Z.; Georgy, J.; Syed, H.; El-Sheimy, N. Autonomous wlan heading and position for smartphones. In Proceedings of the 2014 IEEE/ION Position, Location and Navigation Symposium, PLANS 2014, Monterey, CA, USA, 5–8 May 2014; pp. 1113–1121.
  19. Li, Y.; Zhuang, Y.; Lan, H.; Zhou, Q.; Niu, X.; El-Sheimy, N. A hybrid WiFi/magnetic matching/PDR approach for indoor navigation with smartphone sensors. IEEE Commun. Lett. 2016, 20, 169–172. [Google Scholar] [CrossRef]
  20. Hui, L.; Darabi, H.; Banerjee, P.; Jing, L. Survey of wireless indoor positioning techniques and systems. IEEE Trans. Syst. Man Cybern. C Appl. Rev. 2007, 37, 1067–1080. [Google Scholar]
  21. Lohan, E.S.; Talvitie, J.; Figueiredo e Silva, P.; Nurminen, H.; Ali-Loytty, S.; Piche, R. Received signal strength models for wlan and ble-based indoor positioning in multi-floor buildings. In Proceedings of the International Conference on Localization and GNSS (ICL-GNSS), Gothenburg, Sweden, 22–24 June 2015; pp. 1–6.
  22. Feng, Y.; Yuxin, Z.; Gunnarsson, F. Proximity report triggering threshold optimization for network-based indoor positioning. In Proceedings of the 18th International Conference on Information Fusion (Fusion), Washington, DC, USA, 6–9 July 2015; pp. 1061–1069.
  23. Zhao, Y.; Feng, Y.; Gunnarsson, F.; Amirijoo, M.; Ozkan, E.; Gustafsson, F. Particle filtering for positioning based on proximity reports. In Proceedings of the 18th International Conference on Information Fusion (Fusion), Washington, DC, USA, 6–9 July 2015; pp. 1046–1052.
  24. Thaljaoui, A.; Val, T.; Nasri, N.; Brulin, D. BLE localization using RSSI measurements and iRingLA. In Proceedings of the IEEE International Conference on Industrial Technology (ICIT), Seville, Spain, 17–19 March 2015; pp. 2178–2183.
  25. Palumbo, F.; Barsocchi, P.; Chessa, S.; Augusto, J.C. A stigmergic approach to indoor localization using bluetooth low energy beacons. In Proceedings of the 12th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS), Karlsruhe, Germany, 25–28 August 2015; pp. 1–6.
  26. Zhao, X.; Xiao, Z.; Markham, A.; Trigoni, N.; Ren, Y. Does BTLE measure up against WifI? A comparison of indoor location performance. In Proceedings of the 20th European Wireless Conference on European Wireless, Barcelona, Spain, 14–16 May 2014; pp. 1–6.
  27. Zhang, L.; Liu, X.; Song, J.; Gurrin, C.; Zhu, Z. A comprehensive study of bluetooth fingerprinting-based algorithms for localization. In Proceedings of the 27th International Conference on Advanced Information Networking and Applications Workshops, Barcelona, Spain, 25–28 March 2013; pp. 300–305.
  28. Pei, L.; Chen, R.; Liu, J.; Kuusniemi, H.; Tenhunen, T.; Chen, Y. Using inquiry-based bluetooth RSSI probability distributions for indoor positioning. J. Glob. Position. Syst. 2010, 9, 122–130. [Google Scholar]
  29. Cabarkapa, D.; Gruji, I.; Pavlovi, P. Comparative analysis of the bluetooth low-energy indoor positioning systems. In Proceedings of the 12th International Conference on Telecommunication in Modern Satellite, Cable and Broadcasting Services (TELSIKS), Nis, Serbia, 14–17 October 2015; pp. 76–79.
  30. Wang, B.; Zhou, S.; Liu, W.; Mo, Y. Indoor localization based on curve fitting and location search using received signal strength. IEEE Trans. Ind. Electron. 2015, 62, 572–582. [Google Scholar] [CrossRef]
  31. Mazuelas, S.; Bahillo, A.; Lorenzo, R.M.; Fernandez, P.; Lago, F.A.; Garcia, E.; Blas, J.; Abril, E.J. Robust indoor positioning provided by real-time RSSI values in unmodified wlan networks. IEEE J. Sel. Top. Signal Process. 2009, 3, 821–831. [Google Scholar] [CrossRef]
  32. Kuang, S. Geodetic Network Analysis and optimal Design: Concepts and Applications; Ann Arbor PressInc.: Chelsea, MI, USA, 1996. [Google Scholar]
  33. Teunissen, P.J.G. Quality control in integrated navigation systems. In Proceedings of the IEEE PLANS ’90, Position Location and Navigation Symposium Record. The 1990’s—A Decade of Excellence in the Navigation Sciences, Las Vegas, NV, USA, 20–23 March 1990; pp. 158–165.
Figure 1. RSS values received from three advertisement channels by keeping the device static.
Figure 1. RSS values received from three advertisement channels by keeping the device static.
Sensors 16 00596 g001
Figure 2. Overview of the smartphone-based indoor localization algorithm with BLE beacons.
Figure 2. Overview of the smartphone-based indoor localization algorithm with BLE beacons.
Sensors 16 00596 g002
Figure 3. Ellipse-based search space for BLE FP.
Figure 3. Ellipse-based search space for BLE FP.
Sensors 16 00596 g003
Figure 4. Experimental area (red circles = BLE beacons): (a) dense deployment (1 beacon per 9 m); (b) sparse deployment (1 beacon per 18 m).
Figure 4. Experimental area (red circles = BLE beacons): (a) dense deployment (1 beacon per 9 m); (b) sparse deployment (1 beacon per 18 m).
Sensors 16 00596 g004
Figure 5. CDFs of 60 average distance estimation errors corresponding to 60 channel models for PM, POLY1, POLY2, POLY3, POLY4, and POLY5.
Figure 5. CDFs of 60 average distance estimation errors corresponding to 60 channel models for PM, POLY1, POLY2, POLY3, POLY4, and POLY5.
Sensors 16 00596 g005
Figure 6. Measured data and distance estimation results.
Figure 6. Measured data and distance estimation results.
Sensors 16 00596 g006
Figure 7. CDFs of distance estimation errors for the selected channel by using PM and PRM.
Figure 7. CDFs of distance estimation errors for the selected channel by using PM and PRM.
Sensors 16 00596 g007
Figure 8. CDFs of distance estimation errors for the selected BLE beacon by using separate PRM and aggregate PRM.
Figure 8. CDFs of distance estimation errors for the selected BLE beacon by using separate PRM and aggregate PRM.
Sensors 16 00596 g008
Figure 9. CDFs of location estimation errors by using separate FP databases and aggregate FP database.
Figure 9. CDFs of location estimation errors by using separate FP databases and aggregate FP database.
Sensors 16 00596 g009
Figure 10. Two trajectories for performance evaluation: (a) Trajectory I; and (b) Trajectory II.
Figure 10. Two trajectories for performance evaluation: (a) Trajectory I; and (b) Trajectory II.
Sensors 16 00596 g010
Figure 11. Numbers of observed advertisement channels of BLE beacons in two trajectories with dense and sparse deployment of BLE beacons: (a) Trajectory I with 20 deployed BLE beacons; (b) Trajectory II with 20 deployed BLE beacons; (c) Trajectory I with 8 deployed BLE beacons; and (d) Trajectory II with 8 deployed BLE beacons.
Figure 11. Numbers of observed advertisement channels of BLE beacons in two trajectories with dense and sparse deployment of BLE beacons: (a) Trajectory I with 20 deployed BLE beacons; (b) Trajectory II with 20 deployed BLE beacons; (c) Trajectory I with 8 deployed BLE beacons; and (d) Trajectory II with 8 deployed BLE beacons.
Sensors 16 00596 g011
Figure 12. Estimated trajectories with dense deployment of BLE beacons using the proposed algorithm, PM + EKF, and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Figure 12. Estimated trajectories with dense deployment of BLE beacons using the proposed algorithm, PM + EKF, and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Sensors 16 00596 g012
Figure 13. Localization errors of two indoor trajectories with densely distributed BLE beacons using the proposed method, PM + EKF, and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Figure 13. Localization errors of two indoor trajectories with densely distributed BLE beacons using the proposed method, PM + EKF, and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Sensors 16 00596 g013
Figure 14. CDFs of localization errors of the two indoor trajectories with densely distributed BLE beacons using the proposed method, PM+EKF, and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Figure 14. CDFs of localization errors of the two indoor trajectories with densely distributed BLE beacons using the proposed method, PM+EKF, and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Sensors 16 00596 g014
Figure 15. Estimated trajectories with sparse deployment of BLE beacons using the proposed algorithm, PM + EKF and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Figure 15. Estimated trajectories with sparse deployment of BLE beacons using the proposed algorithm, PM + EKF and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Sensors 16 00596 g015
Figure 16. Localization errors of two indoor trajectories with sparsely distributed BLE beacons using the proposed method, PM + EKF and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Figure 16. Localization errors of two indoor trajectories with sparsely distributed BLE beacons using the proposed method, PM + EKF and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Sensors 16 00596 g016
Figure 17. CDFs of localization errors of the two indoor trajectories with sparsely distributed BLE beacons using the proposed method, PM + EKF and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Figure 17. CDFs of localization errors of the two indoor trajectories with sparsely distributed BLE beacons using the proposed method, PM + EKF and FP + EKF: (a) Trajectory I; and (b) Trajectory II.
Sensors 16 00596 g017
Table 1. Summary of localization errors of two trajectories in the case of dense distribution of BLE beacons (m).
Table 1. Summary of localization errors of two trajectories in the case of dense distribution of BLE beacons (m).
TrajectoryAlgorithm50%90%MeanRMS
IPM + EKF2.444.062.572.81
FP + EKF1.483.001.671.91
Proposed1.462.571.591.74
IIPM + EKF2.493.922.592.76
FP + EKF1.893.081.962.12
Proposed1.722.551.721.84
Table 2. Summary of localization errors of the two trajectories in the case of sparse distribution of BLE beacons (m).
Table 2. Summary of localization errors of the two trajectories in the case of sparse distribution of BLE beacons (m).
TrajectoryAlgorithm50%90%MeanRMS
IPM + EKF3.726.683.934.46
FP + EKF2.475.352.833.40
Proposed1.704.162.072.44
IIPM + EKF4.609.315.596.20
FP + EKF1.804.522.272.75
Proposed1.633.591.892.27
Table 3. Summary of localization errors of the two trajectories using the proposed algorithm with both dense and sparse distribution of BLE beacons (m).
Table 3. Summary of localization errors of the two trajectories using the proposed algorithm with both dense and sparse distribution of BLE beacons (m).
TrajectoryAlgorithm50%90%MeanRMS
IDense Distribution1.462.571.591.74
Sparse Distribution1.704.162.072.44
IIDesnse Distribution1.722.551.721.84
Sparse Distribution1.633.591.892.27

Share and Cite

MDPI and ACS Style

Zhuang, Y.; Yang, J.; Li, Y.; Qi, L.; El-Sheimy, N. Smartphone-Based Indoor Localization with Bluetooth Low Energy Beacons. Sensors 2016, 16, 596. https://doi.org/10.3390/s16050596

AMA Style

Zhuang Y, Yang J, Li Y, Qi L, El-Sheimy N. Smartphone-Based Indoor Localization with Bluetooth Low Energy Beacons. Sensors. 2016; 16(5):596. https://doi.org/10.3390/s16050596

Chicago/Turabian Style

Zhuang, Yuan, Jun Yang, You Li, Longning Qi, and Naser El-Sheimy. 2016. "Smartphone-Based Indoor Localization with Bluetooth Low Energy Beacons" Sensors 16, no. 5: 596. https://doi.org/10.3390/s16050596

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop