Next Article in Journal
Traffic Vehicle Counting in Jam Flow Conditions Using Low-Cost and Energy-Efficient Wireless Magnetic Sensors
Previous Article in Journal
Noise Reduction Effect of Multiple-Sampling-Based Signal-Readout Circuits for Ultra-Low Noise CMOS Image Sensors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Real-Time Location Tracking of Multiple Construction Laborers

1
R&D Center, SamwooIMC CO., LTD, Seoul 05660, Korea
2
Department of Civil Engineering, Inha University, Incheon 22212, Korea
*
Author to whom correspondence should be addressed.
Sensors 2016, 16(11), 1869; https://doi.org/10.3390/s16111869
Submission received: 16 July 2016 / Revised: 1 November 2016 / Accepted: 2 November 2016 / Published: 6 November 2016
(This article belongs to the Section Physical Sensors)

Abstract

:
A real-time location (RTL) system was developed to improve safety for multiple laborers in confined construction sites. The RTL system can monitor the location and movement of multiple laborers in real time. A portable RTL system with a low-battery mode was developed to accommodate various constraints in the construction site. A conventional RTL system that uses radio signal strength indicators (RSSIs) has high error, so an accelerometer with Bluetooth Low Energy (BLE) was added, and a calculation process is suggested. Field tests were performed for validation in underground construction and bridge overlay sites. The results show that the accelerometer and BLE can be used as effective sensors to detect the movement of laborers. When the sensor is fixed, the average error ranges 0.2–0.22 m, and when the sensor is moving, the average error ranges 0.1–0.47 m.

1. Introduction

An effective monitoring system is needed for construction management and safety control. The safety of laborers and construction vehicles is essential in confined construction sites such as in underground spaces. Innovative monitoring sensors and monitoring systems have been introduced for construction materials, machines, and laborers [1,2,3,4,5,6]. Among the various sensing techniques, real-time location (RTL) systems are widely known as a monitoring technique for the management of machines and laborers using radio frequency identification (RFID) tags. Lee et al. [7] and Costin et al. [8] introduced RFID for monitoring and management of construction material at construction sites.
Wireless positioning techniques using global positioning system (GPS), which is only available in open spaces, cannot be implemented in confined construction sites. Thus, an alternative RTL system is needed. Park et al. [9] carried out a feasibility analysis of an RTL system in various construction sites. Kim et al. [5] established an RTL system using a wireless communication technique based on Wi-Fi in a tunnel construction site for the safety monitoring of laborers with a single tag. Lee et al. [10] applied an RTL system based on the chirp spread spectrum (CSS) technique within and outside of a building construction site.
Moreover, labor consumption measurements at construction sites is proposed by Jiang et al. [11] using GPS, geographic information system (GIS) and wideband code division multiple access networks. Khoury et al. [12] combined a vision-based tracking system with a foot-mounted inertia measurement unit (IMU) to monitor laborers at construction sites. Ray and Teizer [13] performed posture estimation of construction laborers and classification using a real-time range camera. Most previous studies used a single sensor. Moreover, a system for monitoring multiple laborers has not been introduced previously.
In this study, an RTL system that can monitor the movement pattern and location of multiple laborers was developed. To improve the location tracking algorithm used in current RTL systems, an accelerometer that supports Bluetooth Low Energy (BLE) was added, and an effective search algorithm is introduced. The system was implemented in construction sites for validation. The results show that the system can be used as an effective tool for the management and safety of laborers at a construction site.

2. Development of the RTL System

2.1. Structure of the RTL System

As shown in Figure 1, the RTL system is composed of tags that periodically transfer information such as the ID and location to a reader (a fixed node). After reception, the fixed node transmits a signal to a server. The information is collected from each tag by the server, processed, stored, and managed in a database, and the results are sent to various devices [14].

2.2. Wireless Network System

Wireless network methods are used in the RTL system, and the configuration of a network is shown in Figure 2. The most representative wireless methods are Wi-Fi, Bluetooth, ZigBee, and Ultra-Wide Band (UWB). Table 1 compares some of these technologies [15].
In the case of Wi-Fi, developing a system with a battery is not easy because the maximum transmission distance of Wi-Fi is very large, and the power consumption is very high. On the other hand, Bluetooth has the shortest transmission distance, and its transmission power consumption level is low. As for ZigBee, although its transmission rate is very low and limited when transferring a large amount of information, it has excellent characteristics in terms of energy consumption and grid-based network construction. UWB has the fastest data transmission rate but a short transmission distance, and it also needs expensive equipment.
Without consideration of cost, it is possible to develop an outstanding RTL communication system using any of these methods. However, in this study, Bluetooth was selected in order to minimize the power for the tags and fixed nodes and to set up a portable system. Furthermore, Bluetooth easily sends various sensor signals integrally. ZigBee is flexible and expandable and would be favorable for location information since the data size is relatively small compared to audio and video files [16].

3. Determination of Location

3.1. Determination of Location with RSSI

The received signal strength indication (RSSI) is an index of signal strength and a major variable in the distance measurement algorithm based on Bluetooth. Theoretically, the strength of a radio signal is inversely proportional to the square of the distance, and the RSSI is arbitrarily set in proportion to the logarithm of the strength using the Firris equation [17,18]:
L = 20   log 10 ( 4 π d λ ) ( dB )
where L is the strength of the radio signal, λ is the wavelength, and d is the distance. If d is the distance between two points, Equation (1) can then be rewritten as:
d = λ 4 π 10 L 20 = c 4 π f 10 L 20
where c is the velocity of wave propagation, and f is the frequency.
When the RSSI is transmitted between three fixed nodes as shown in Figure 3, the location can be determined by using the triangular survey method:
( x x 1 ) 2 + ( y y 1 ) 2 = d 1   2 ( x x 2 ) 2 + ( y y 2 ) 2 = d 2   2 ( x x 3 ) 2 + ( y y 3 ) 2 = d 3   2
However, due to the direction and angle of the radio antenna, obstructions between transmission devices, and interference with the radio antenna, large error and sensitivity in the position measurement can occur. The error of the actual received signal is included in Equation (4):
( x x 1 ) 2 + ( y y 1 ) 2 = d 1   2 er 1 ( x x 2 ) 2 + ( y y 2 ) 2 = d 2   2 er 2 ( x x 3 ) 2 + ( y y 3 ) 2 = d 3   2 er 3
where er1, er2, and er3 are the errors of the signal transmission. Since the error of a moving tag can accumulate, the results may not be reliable. For this reason, in previous research on the determination of the position using the RSSI, the problems were overcome by applying algorithms to estimate the position [19,20].
In this study, in order to record the position tracking data continuously, the least square method based on a Kalman filter was used to minimize the measurement error. The Kalman filter is expressed by the mean and variance of the noise, assuming a normal distribution. The Gaussian distribution can be expressed as Equation (5) [21]:
x k = A x k     1 + B u k + w k     1 z k = H x k + v k p ( w ) ~ N ( 0 , Q ) p ( v ) ~ N ( 0 , R )
where xk is the state vector at time k, xk − 1 is the state vector at time k − 1, uk is the input variable from the user, wk − 1 is the noise at k − 1, vk is the measured noise at k, zk is the position vector that includes the noise, A is the state transition matrix based on the previous time in the current time, B is the input matrix, H is a matrix related to the measured time, and Q and R are covariance matrixes. If there are three signal readers, a Kalman filter can be applied after one or more data are accumulated for at least nine time steps in the case of triangular survey.

3.2. Determination of Position with Accelerometer

In order to overcome the inaccurate summation of the estimated positions of the RSSI, a three-axis accelerometer and Bluetooth Low Energy (BLE) are adopted. The accelerometer measures the acceleration in the three directions of the sensor in time intervals, from which the tag’s moving distance, gradient, and moving direction can be determined [22]. In the accelerometer graph, two of the three axes are in the direction of gravity and the vertical direction. The remaining axis is in the direction of gravity with a measured acceleration of 9.8 m/s. If the direction of the acceleration does not match with the direction of gravity, the output will be changed. The location can be determined by the accelerometer, but it can cause an error. It is not easy to remove the gravity error. When combined with GPS or an RTL construction system, the acceleration due to gravity and pure motion acceleration can be separated from the total acceleration, through which the estimation of the error of the moving distance can be reduced [22].
Further, ax, ay, and az are the accelerations in the X, Y, and Z directions, assuming the Z-axis indicates the direction of gravity. Using the angle of rotation θy about the Y-axis, and the acceleration with the gravity, effect axz removed can be obtained from Equations (6) and (7):
θ y = 90 cos 1 ( a x 1 G )
a xz = ( a x 1 G sin θ y ) 2 + ( a z 1 G sin θ y ) 2
The angle between acceleration axz and the horizontal direction is represented by Equation (8), and acceleration aHx, which considers gravity, can be expressed as Equation (9).
θ xz = θ y cos 1 ( a x G sin θ y a xz )
a Hx = cos θ x z a xz
Similarly, θx, ayz, θyz, and aHy can be found with respect to the X-axis. The pure motion accelerations amHx and amHy in the Hx and Hy directions can be expressed as Equations (10) and (11), respectively.
a mHx = a x θ y a Hx
a mHx = a x θ y a Hx
Using a double time integral, the moving distances Sx and Sy in the Hx and Hy directions in a unit of time can be estimated, and the moving distance in all horizontal directions can be represented using Equation (12).
s = S x   2 + S y   2
The direction vector at n − 1 is Sn − 1, and the direction vector in moving n time is Sn. The angle ϕ n of the moving direction of a moving tag in a unit of time can be represented as Equation (13):
ϕ n = ϕ n     1 + cos 1 S n S n     1 S n S n     1

3.3. Tracking for Multiple Sensors

The BLE tag transmits signals at an average of 20 Hz. When a fixed node reads the signal transmitted from about 20 tags, there is a delay of two seconds. Using the triangular survey with the RSSI method, the minimum scan interval is about two seconds. Thus, the location information can be updated every two seconds. Even though there is no error in the position information when a tag moves at 0.5 m/s, 1 m of error is inevitable in real-time measurement. For long-term management of laborers, two seconds of delay for data transmission is not significant.
To improve the performance of the RTL system, an accelerometer is combined with the RSSI for a single fixed node. Four fixed nodes scan moving nodes sequentially, and a time interval of 0.5 s is adopted. In order to minimize the loss of data induced by the error of the RSSI signal, the maximum allowable movement distance (MAMD) is introduced to the position determination process. MAMD is the maximum distance that a laborer can move within a unit of time in the construction site. Since MAMD is affected by the unit of time, the errors involved with distance measurement can be reduced as the required time for scanning decreases. The moving speed of a laborer is assumed to be less than 0.5 m per second, and an MAMAD of 0.25 m is determined for an underground construction site.
Figure 4 shows the concept of the location tracing. The location of the moving tag is initialized, the RSSI signal from the four fixed nodes is detected, and the distance dn is estimated.
Assuming that the location of the red point at n − 1 moves to the location of the blue triangle at n, we can compare the circle with the radius equal to MAMD and the center ( x n     1 , y n     1 ) to the semicircle obtained with the RSSI from the location of the four fixed nodes at n. When they meet each other, as shown in Figure 4, the location of the square, ( x n   ,   y n ) , and the optimal solution can be determined. When they do not meet each other, the location is only determined by the accelerometer, and the database is updated. Figure 5 shows the flow of the positioning algorithm.

4. Application of RTL System

4.1. Evaluation on the Applicability of the RTL System in an Underground Construction Site

A site test is conducted to evaluate the performance of the system at an underground construction site in Incheon, South Korea. Figure 6a shows a picture of the site, and Figure 6b shows the test equipment and components. The test evaluates the performance of the tracking technique in a closed space. First, the function and error of the proposed methods are assessed. Then, a tag that is moving through a glide path and position tracking data are evaluated.

4.1.1. Location Tracking of Fixed Tag

To evaluate the location tracking capability of the fixed tags, four fixed nodes were installed at four corners in an area of 5 m × 5 m, and a tag attached to a helmet was placed at the center of the testing area. The interval of the fixed node was determined as 5 m in consideration of the performance of the BLE. Figure 7 shows the result of the location detection for 1 min.
Table 2 shows the errors obtained from 10 instances of identical experimental tests. The error can be obtained from Equation (14):
error = ( x e x f ) 2 + ( y e y f ) 2
where xe and ye are the estimated tag position, and xf and yf are the fixed tag position.
The average error was 1.56–1.82 m, and a maximum error of 2.92–4.88 m was obtained when only triangular surveying was conducted with the RSSI. Even though the location of the tag was fixed, the error was bigger than expected. This indicates that the location tracking and traveling path prediction using only triangular surveying and RSSI are not feasible. When the Kalman filter was implemented, the accuracy of the detection was improved significantly. As the data accumulated, the range of the error decreased, and the average distance error was reduced to 0.53–0.58 m.
Finally, when the Kalman filter and MAMD were implemented together, the average error decreased to 0.2–0.22 m. Inaccurate RSSIs are filtered in advance because the MAMD is fixed as 0.25 m, and the Kalman filter stabilized the calculation process.

4.1.2. Location Tracking of Traveling Tag

To evaluate the location tracking capability for a moving tag, eight nodes were used with the tag moving 10 times along a glide path in a 10 m × 10 m plane space. The arrangement of the fixed nodes and the scanning sequence are presented in Figure 8. Figure 9 shows the result. Table 3 shows the errors obtained from the moving tag. The average error of the moving tag was 0.10–0.47 m, which is slightly larger than the error of the fixed tag. This results from the influence of the error from the accelerometer. When the tag is moved in the X-axis direction, as shown by the data, it is consistently biased upwards relative to the path line since the test site is a slight gradient in the Y-axis direction. However, the result shows that the tag traveled along the predefined path. If an error range of 0.5 m is acceptable, the location tracking technique can be applied to the construction field.
Location tracking for five traveling nodes was also conducted. The nodes traveled along the predefined path in Figure 8 in the same direction. The results were assessed in terms of the difference between the tracked location data and the glide path. As shown in Figure 10, the error is not affected by the number of tags.

4.2. Evaluation of the RTL System for a Bridge Construction Site

A field test was conducted to evaluate the performance of the system at a bridge overlay site for an expressway. Figure 11 shows a picture of the site. Fixed nodes are placed at appropriate positions based on surveying, and a portable tag is horizontally attached to the helmet of a laborer. The field test is aimed at evaluating the technique in an open construction space. First, the location tracking of a moving laborer and an alert upon entering a red zone were checked. Second, the system was tested for recognizing that a laborer has fallen down on the ground for about 3 min while the laborers are moving and notifying the other laborers. To evaluate the location tracking, four nodes traveled along the glide path 10 times in a 5 m × 5 m plane space, and the location tracking capability was monitored. Figure 12 shows the result. When the tag is traveling, the average error is 0.32 m from the influence of the error induced by the accelerometer.
To investigate the error for the detection of entering the red zone, the glide path shown in Figure 12 was established, and the approach to the red zone out of the yellow zone was not observed. The result shows that the tag traveled along the predefined path. If the acceptable error range is 0.5 m, the location tracking technique can be used at a construction site.
Location tracking of five laborers was conducted, and one of the helmets of the laborers was exposed to gravity horizontally for 3 min. The system recognizes the abnormality of the laborer and notifies the other laborers, and it takes about 2 min for each trial. This shows that the system could be used in the construction field.

4.3. Discussion

For efficient laborer management and safety assurance, a real-time location system is implemented for a construction site in this study. Lee et al. [7] and Li et al. [6] addressed that the triangular survey method using an RSSI for location tracking of the movement of multiple laborers is limited in a confined construction field due to excessive errors involved. When the Kalman filter is introduced, the moving tag is barely identified around the fixed node.
To improve the both efficiency and accuracy, MAMD (maximum allowable movement distance) is implemented in the real-time location monitoring system. Moreover, an accelerometer is combined with a conventional sensor system. The MAMD proposed in this study is 0.25 m/s since the movement of laborers in a confined construction field such as a tunnel and underground space is relatively slower than usual. The optimal MAMD should be determined based on various field studies in the future.
Since this study was initiated, the wearable smart device market is rapidly growing. In the market, BLE devices combined with accelerometers are appearing. Thus, the realization of the suggested composition can be commercialized in the construction field as well.
Especially, an accelerometer can be utilized not only in location monitoring but also for the behavior of laborers based on the acceleration variation. In the future, various sensors also can be combined with the suggested system to monitor the health conditions and for safety monitoring of multiple laborers in the construction field.

5. Conclusions

To improve current RTL systems, an accelerometer was added, and an effective search algorithm based on a Kalman filter was suggested in this study. The system was implemented in a constrained tunnel and bridge construction site for the sustainable management and safety of laborers. The accelerometer with BLE can be used as an effective sensor for the detection of laborers’ movements. The maximum error was 3 m with triangular surveying and RSSI, which was reduced when the Kalman filter was incorporated. The MAMD can reduce the error and track multiple moving tags. When the sensor is fixed, the average error ranges 0.2–0.22 m, and when the sensor is moving, the average error ranges 0.1–0.47 m. The movement and location of laborers can be monitored with the system in a confined construction site. The safety and management of laborers can be monitored, and the characteristics of the laborers’ behavior can be observed in real time.

Acknowledgments

This research was supported by a grant (14CTAP-C078804-01) from the Infrastructure and Transportation Technology Promotion Research Program and also supported by a grant (13SCIP-B066321-01) from the Construction Technology Research Program funded by the Ministry of Land, Infrastructure, and Transport of the Korean government.

Author Contributions

Jin-Sun Lim developed the system; Ki-Il Song analyzed the data; Hang-Lo Lee and Sang-Hyun Lee performed the field test; authors made equal contribution and efforts on writing the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Jaselskis, E.; Anderson, M.; Jahren, C.; Rodriguez, Y.; Njos, S. Radio-Frequency Identification Applications in Construction Industry. J. Constr. Eng. Manag. 1995, 121, 189–196. [Google Scholar] [CrossRef]
  2. Jaselskis, E.; El-Misalami, T. Implementing Radio Frequency Identification in the Construction Process. J. Constr. Eng. Manag. 2003, 129, 680–688. [Google Scholar] [CrossRef]
  3. Teizer, J.; Caldas, C.; Haas, C. Real-Time Three-Dimensional Occupancy Grid Modeling for the Detection and Tracking of Construction Resources. J. Constr. Eng. Manag. 2007, 133, 880–888. [Google Scholar] [CrossRef]
  4. Carbonari, A.; Giretti, A.; Naticchia, B. A proactive system for real-time safety management in construction sites. Autom. Constr. 2011, 20, 686–698. [Google Scholar] [CrossRef]
  5. Kim, D.W.; Moon, S.M.; Cho, H.; Kang, K.I. An Application of Safety Management for Tunnel Construction Using RTLS Technology. Korea J. Constr. Eng. Manag. 2011, 12, 12–20. [Google Scholar] [CrossRef]
  6. Li, H.; Chana, G.; Wong, J.K.W.; Skitmore, M. Real-time locating systems applications in construction. Autom. Constr. 2016, 63, 37–47. [Google Scholar] [CrossRef]
  7. Lee, J.H.; Song, J.H.; Oh, K.S.; Gu, N. Information lifecycle management with RFID for material control on construction sites. Adv. Eng. Inform. 2013, 27, 108–119. [Google Scholar] [CrossRef]
  8. Costin, A.; Pradhananga, N.; Teizer, J. Leveraging passive RFID technology for construction resource field mobility and status monitoring in a high-rise renovation project. Autom. Constr. 2012, 24, 1–15. [Google Scholar] [CrossRef]
  9. Park, J.S.; Lim, S.B.; Pyeon, M.W.; Hong, T.M.; Lee, B.K. Experiment of Propagation for Development of the RTLS to the Construction Site. J. Korean Soc. Surv. Geod. Photogram. Cartogr. 2009, 27, 505–513. [Google Scholar]
  10. Lee, J.K.; Lee, T.H.; Byun, J.H.; Noh, Y.J. A Basic Study on the Applicability of the RTLS Technology to Construction Site Based on CSS. J. Archit. Inst. Korea Struct. Constr. 2013, 29, 61–68. [Google Scholar]
  11. Jiang, H.; Lin, P.; Qiang, M.; Fan, Q. A labor consumption measurement system based on real-time tracking technology for dam construction site. Autom. Constr. 2015, 52, 1–15. [Google Scholar] [CrossRef]
  12. Khoury, H.; Chdid, D.; Oueis, R.; Elhajj, I.; Asmar, D. Infrastructureless approach for ubiquitous user location tracking in construction environments. Autom. Constr. 2015, 56, 47–66. [Google Scholar] [CrossRef]
  13. Ray, S.J.; Teizer, J. Real-time construction worker posture analysis for ergonomics training. Adv. Eng. Inform. 2012, 26, 439–455. [Google Scholar] [CrossRef]
  14. Kwon, S.R.; Jung, K.J.; Park, S.S.; Kim, J.H. RTLS Technologic Application for Ubiquitous Port Management Efficiency. Korea Inf. Sci. Soc. 2007, 13, 371–377. [Google Scholar]
  15. Lee, H.S.; Lee, K.P.; Park, M.S.; Kim, H.S.; Lee, S.B. A Construction safety management system based on Building Information Modeling and Real-time Locating System. Korea J. Constr. Eng. Manag. 2009, 10, 135–146. [Google Scholar]
  16. Rodas, J.; Barral, V.; Escudero, C.J. Architecture for Multi-Technology Real-Time Location Systems. Sensors 2013, 13, 2220–2253. [Google Scholar] [CrossRef]
  17. Irfan, O. A Bluetooth signal strength based indoor localization method. In Proceedings of the 2014 International Conference on Systems, Signals and Image Processing (IWSSIP), Dubrovnik, Croatia, 12–15 May 2014.
  18. Yoon, C.P.; Hwang, C.G. Efficient indoor positioning systems for indoor location-based service provider. J. Korea Inst. Inf. Commun. Eng. 2015, 19, 1368–1373. [Google Scholar] [CrossRef]
  19. Kim, J.H.; Joo, Y.; Lee, S.G.; Park, S.S.; Seo, D.H. Improvement of Multilateration using Vector Prediction Algorithm and Kalman Filter. Korea Inst. Inf. Commun. Eng. 2012, 16, 2792–2799. [Google Scholar] [CrossRef]
  20. Nho, A.; Lee, W.J. Accuracy evaluation of ZigBee’s indoor localization algorithm. Korea Soc. Internet Inf. 2010, 11, 27–43. [Google Scholar]
  21. Sanda, B.J. Improved Accuracy in Real-Time RFID Localization Systems Using Kalman Filtering. Master’s Thesis, Western Michigan University, Kalamazoo, MI, USA, 2014. [Google Scholar]
  22. Yeom, J.N.; Lee, G.B.; Park, J.J.; Cho, B.J. Position Estimation System of Moving Object using GPS and Accelerometer. J. Korea Multimed. Soc. 2009, 12, 600–607. [Google Scholar]
Figure 1. Structure of RTL system for monitoring multiple sensors.
Figure 1. Structure of RTL system for monitoring multiple sensors.
Sensors 16 01869 g001
Figure 2. Configuration of network in a building construction project.
Figure 2. Configuration of network in a building construction project.
Sensors 16 01869 g002
Figure 3. Determination of location using triangular survey in RTL system.
Figure 3. Determination of location using triangular survey in RTL system.
Sensors 16 01869 g003
Figure 4. Searching and tracking method in RTL system.
Figure 4. Searching and tracking method in RTL system.
Sensors 16 01869 g004
Figure 5. Flow of positioning with RSSI and acceleration.
Figure 5. Flow of positioning with RSSI and acceleration.
Sensors 16 01869 g005
Figure 6. Experimental test in underground construction site: (a) Underground construction site; (b) Components of RTL system.
Figure 6. Experimental test in underground construction site: (a) Underground construction site; (b) Components of RTL system.
Sensors 16 01869 g006
Figure 7. Detection of location for fixed tag in underground construction site.
Figure 7. Detection of location for fixed tag in underground construction site.
Sensors 16 01869 g007
Figure 8. Scanning procedure and path of moving tag.
Figure 8. Scanning procedure and path of moving tag.
Sensors 16 01869 g008
Figure 9. Tracking result of moving tag in underground construction site.
Figure 9. Tracking result of moving tag in underground construction site.
Sensors 16 01869 g009
Figure 10. Average error evaluation of each tags.
Figure 10. Average error evaluation of each tags.
Sensors 16 01869 g010
Figure 11. Bridge overlay site.
Figure 11. Bridge overlay site.
Sensors 16 01869 g011
Figure 12. Tracking result of moving tag in a bridge overlay site.
Figure 12. Tracking result of moving tag in a bridge overlay site.
Sensors 16 01869 g012
Table 1. Comparison of wireless network techniques.
Table 1. Comparison of wireless network techniques.
ContentsWi-FiBluetoothZigBee
Frequency Band, Ghz2.4/52.4868/915(MHz) 2.4
Max. transfer rate, Mbps11–5410.25
Max. transfer distance, m1001010~75
Power Consumption, mW800–160050/801/75
Network ConfigurationP2P, StarP2P, Star, AdhocP2P, Star, Mesh
StandardizationIEEE 802.11
Wi-Fi
Alliance
IEEE 802.15.1
Bluetooth
SIG
IEEE 802.15.4
ZigBee
Alliance
Table 2. Results of error range for fixed tag.
Table 2. Results of error range for fixed tag.
CaseAverage ErrorStandard Deviation of ErrorMaximum ErrorMinimum ErrorNumber of Data
RSSI1.56 m–2.82 m0.59 m–1.22 m2.92 m–4.88 m0.30 m–0.70 m1200
RSSI with Kalman filter0.53 m–0.58 m0.24 m–0.27 m0.72 m–1.01 m0.11 m–0.20 m1200
RSSI with Kalman filter & MAMD0.20 m–0.22 m0.09 m–0.11 m0.38 m–0.40 m0.01 m–0.02 m1200
Table 3. Results of error range for moving tag.
Table 3. Results of error range for moving tag.
Path No.Moving DirectionAve. ErrorStd. ErrorMax. ErrorMin. ErrorNo. of Data
P1(2.5,2.5) → (2.5,7.5)0.450.190.710.02100
P2(2.5,7.5) → (7.5,7.5)0.100.210.470.01100
P3(7.5,7.5) → (7.5,2.5)0.470.190.720.02100
P4(7.5,2.5) → (2.5,2.5)0.110.200.480.00100

Share and Cite

MDPI and ACS Style

Lim, J.-S.; Song, K.-I.; Lee, H.-L. Real-Time Location Tracking of Multiple Construction Laborers. Sensors 2016, 16, 1869. https://doi.org/10.3390/s16111869

AMA Style

Lim J-S, Song K-I, Lee H-L. Real-Time Location Tracking of Multiple Construction Laborers. Sensors. 2016; 16(11):1869. https://doi.org/10.3390/s16111869

Chicago/Turabian Style

Lim, Jin-Sun, Ki-Il Song, and Hang-Lo Lee. 2016. "Real-Time Location Tracking of Multiple Construction Laborers" Sensors 16, no. 11: 1869. https://doi.org/10.3390/s16111869

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