Difference between revisions of "RSSI-Based Position Estimation And Geo-Fencing Using Bluetooth"

From Ideaspace Wiki
Jump to: navigation, search
(Created page with "Category:Redesign2017 // Place. Standard NBCC.ca Header here // ---- = [Project title] = // [ One line abstract ] // '''Research topics''' ''[keywords]'' // [Abstr...")
 
Line 4: Line 4:
  
 
----
 
----
= [Project title] =
+
= RSSI-Based Position Estimation And Geo-Fencing Using Bluetooth =
  
// [ One line abstract ] //
+
The NBCC Mobile First Technology initiative (MFTi) collaborated with IGT (formerly GTECH) on an investigation of geo-fencing and position estimation algorithms that employ ''Bluetooth 4.0'' beacons and ''received signal strength indication (RSSI)''.
  
 
'''Research topics'''
 
'''Research topics'''
Line 12: Line 12:
 
''[keywords]''
 
''[keywords]''
  
 +
----
  
 +
Geo-fencing is a form of identification used to determine whether a mobile device is inside (or outside) a specified area (aka, a geo-fence). Position estimation attempts to calculate the coordinates (location) of a mobile device of interest.
  
// [Abstract: 250 words] //
+
MFTi collaborated with IGT (formerly GTECH) on an investigation of geo-fencing and position estimation algorithms that employ ''Bluetooth 4.0'' beacons and ''received signal strength indication (RSSI)''. This included a custom bounding-box algorithm designed and implemented by NBCC.
 +
 
 +
<blockquote>
 +
RSSI is an indirect measure of received power (RX) from the beacon’s transmitter. Several models exist for estimating distance to a beacon based on RSSI. The experiments performed thus far use the following equation cited in a number of places, including [Dahlgren 2014]:
 +
 
 +
      RSSI = -(10 N log 10 d + A)
 +
 
 +
In this equation, A is the absolute energy in dBm at 1m from the beacon; N is a measure of the “influence of walls and other obstacles” [Dahlgren 2014, Kotanen 2003]; and d is distance. The distance equation used in the experiments reported below is, thus
 +
 
 +
"d = " 〖10〗^(((A-RSSI))/((10N))) " " 
 +
</blockquote>
 +
 
 +
 
 +
Two proprietary technical reports were produced for GTECH.
 +
 
 +
[[File:Nbcc_ca_mobi_diag-rssi-boundingbox-00.png | 300px ]]
 +
 
 +
Figure 1. Estimating distances using RSSI for the bounding box algorithm.
 +
 
 +
[[File:Nbcc_ca_mobi_diag-rssi-boundingbox-01.png | 300px ]]
 +
 
 +
Figure 2. Radii about each beacon based on estimated distance.
 +
 
 +
[[File:Nbcc_ca_mobi_diag-rssi-boundingbox-02.png | 300px ]]
 +
 
 +
Figure 3. Finding the bounding box and estimated position.
  
'''Collaborators'''
 
*
 
 
'''Funders'''
 
*
 
 
'''Demonstrations'''
 
* [[ | ]]
 
  
// Place links here to screen shots, videos, or URLs to running systems when possible. //
+
'''References'''
 +
* Dahlgren, E. and Mahmood, H., “Evaluation of indoor positioning based on Bluetooth® Smart technology," 2014.
 +
* Kotanen, A., Hannikainen, M., Leppakoski, H., and Hamalainen, T. D. , “Experiments on local positioning with Bluetooth,” in Information Technology: Coding and Computing [Computers and Communications], 2003. ''Proceedings. ITCC 2003'', 2003, pp. 297–303.
  
'''Publications'''
+
----
* [[ | ]]
+
'''NBCC Team'''
 +
* Russell Allen, Coordinating Instructor of Information Technology, NBCC Moncton
 +
* David Morris, Instructor of Information Technology, NBCC Saint John
 +
* Matthew McArthur, Research Assistant (NBIF)
 +
* Wagner Faria Sodré Junior, Mitacs Globallink Scholar, Summer 2014
 +
* William McIver Jr., Ph.D., NSERC Industrial Research Chair in Mobile First Technology, Co-Principal Investigator
  
'''Source code'''
+
'''Client–Collaborators'''
* [[ | ]]
+
* Fayez Idris, Ph.D. IGT, Moncton, New Brunswick, Co-Principal Investigator
 +
 +
'''Funders'''
 +
* IGT
 +
* New Brunswick Innovation Fund - Research Assistantships Initiative
 +
* Mitacs Globallink
 +
* National Sciences and Engineering Research Council - Industrial Research Chair for Colleges
  
 
'''Project contact'''
 
'''Project contact'''
  
William McIver Jr.
+
William McIver Jr., Ph.D., NSERC Industrial Research Chair in Mobile First Technology, New Brunswick Community College
  
 
[[File:Nbcc_ca_mobi_icon-mailto.png | 20px ]] [mailto:bill.mciver@nbcc.ca bill.mciver@nbcc.ca]
 
[[File:Nbcc_ca_mobi_icon-mailto.png | 20px ]] [mailto:bill.mciver@nbcc.ca bill.mciver@nbcc.ca]

Revision as of 11:01, 18 April 2017


// Place. Standard NBCC.ca Header here //


RSSI-Based Position Estimation And Geo-Fencing Using Bluetooth

The NBCC Mobile First Technology initiative (MFTi) collaborated with IGT (formerly GTECH) on an investigation of geo-fencing and position estimation algorithms that employ Bluetooth 4.0 beacons and received signal strength indication (RSSI).

Research topics

[keywords]


Geo-fencing is a form of identification used to determine whether a mobile device is inside (or outside) a specified area (aka, a geo-fence). Position estimation attempts to calculate the coordinates (location) of a mobile device of interest.

MFTi collaborated with IGT (formerly GTECH) on an investigation of geo-fencing and position estimation algorithms that employ Bluetooth 4.0 beacons and received signal strength indication (RSSI). This included a custom bounding-box algorithm designed and implemented by NBCC.

RSSI is an indirect measure of received power (RX) from the beacon’s transmitter. Several models exist for estimating distance to a beacon based on RSSI. The experiments performed thus far use the following equation cited in a number of places, including [Dahlgren 2014]:

RSSI = -(10 N log 10 d + A)

In this equation, A is the absolute energy in dBm at 1m from the beacon; N is a measure of the “influence of walls and other obstacles” [Dahlgren 2014, Kotanen 2003]; and d is distance. The distance equation used in the experiments reported below is, thus

"d = " 〖10〗^(((A-RSSI))/((10N))) " "


Two proprietary technical reports were produced for GTECH.

Nbcc ca mobi diag-rssi-boundingbox-00.png

Figure 1. Estimating distances using RSSI for the bounding box algorithm.

Nbcc ca mobi diag-rssi-boundingbox-01.png

Figure 2. Radii about each beacon based on estimated distance.

Nbcc ca mobi diag-rssi-boundingbox-02.png

Figure 3. Finding the bounding box and estimated position.


References

  • Dahlgren, E. and Mahmood, H., “Evaluation of indoor positioning based on Bluetooth® Smart technology," 2014.
  • Kotanen, A., Hannikainen, M., Leppakoski, H., and Hamalainen, T. D. , “Experiments on local positioning with Bluetooth,” in Information Technology: Coding and Computing [Computers and Communications], 2003. Proceedings. ITCC 2003, 2003, pp. 297–303.

NBCC Team

  • Russell Allen, Coordinating Instructor of Information Technology, NBCC Moncton
  • David Morris, Instructor of Information Technology, NBCC Saint John
  • Matthew McArthur, Research Assistant (NBIF)
  • Wagner Faria Sodré Junior, Mitacs Globallink Scholar, Summer 2014
  • William McIver Jr., Ph.D., NSERC Industrial Research Chair in Mobile First Technology, Co-Principal Investigator

Client–Collaborators

  • Fayez Idris, Ph.D. IGT, Moncton, New Brunswick, Co-Principal Investigator

Funders

  • IGT
  • New Brunswick Innovation Fund - Research Assistantships Initiative
  • Mitacs Globallink
  • National Sciences and Engineering Research Council - Industrial Research Chair for Colleges

Project contact

William McIver Jr., Ph.D., NSERC Industrial Research Chair in Mobile First Technology, New Brunswick Community College

Nbcc ca mobi icon-mailto.png bill.mciver@nbcc.ca

Media inquiries