Difference between revisions of "IndoorGeoloc2016"

From air
Jump to navigation Jump to search
Line 4: Line 4:
   
 
= Project presentation =
 
= Project presentation =
  +
* Triangularisation of beacons 4.0 bluetooth signals
 
  +
Nowadays, geolocalisation has become a wide spread technology. It is used in order to guide a user from a first point A to another point B, naming it can allow users to have routing help during a travel, such as driving trip or even going to a coffee. In this way, geolocalisation is incredibly well spread outdoor, it's in this case that geolocalisation is the most efficient.
* Real time display of positions of bluetooth emitting device on an OSM Indoor map
 
  +
But, what about indoor geolocalisation ? Because of the use of satellites and GSM networks to locate an object, it is a harder to use it indoor. Buildings prevent signals to enter making impossible to locate things with those means. And this where our project takes place !
   
 
= Material =
 
= Material =
Line 21: Line 22:
 
</gallery>
 
</gallery>
   
= Design Pattern =
 
 
[[File:DESIGN_PATTERN_GEOLOC.pdf]]
 
 
* Model View Controller : for Android clients
 
* Remote Procedure Invocation : for Open Street Map procedures' calls
 
* Publish Subscribe : for beacons emitting information on the network and servers receipts
 
   
 
= Team =
 
= Team =
This project is directed by Didier Donsez and designed by Diana Stoian, Quentin Faure, Damien Crastes de Paulet (team leader), Imad-Seddik Arrada.
+
This project is directed by Didier Donsez and designed by Diana Stoian, Quentin Faure, Damien Crastes de Paulet (team leader), Imad-Seddik Arrada. The four of us are currently studying in their first year of Polytech master degree. The project is part of the Software Development course.
The four of them are currently studying in their first year of Polytech master degree.
 
   
   
 
= Summary =
 
= Summary =
  +
  +
The main goal of the project is to enable people to locate things (objects or people) indoor. Thanks to better fitting technologies in this context, it is now possible to obtain a precise location of an object.
  +
Using Bluetooth Low Energy technology, objects are located indoor with micro controllers placed in different corners all over the building. Those micro controllers then transmit the data concerning the object to a server which will transform them in order to display them on an OpenStreetMap map.
  +
   
 
=Liens=
 
=Liens=

Revision as of 10:16, 6 April 2016

Technologies de géolocalisation indoor Balises (beacon) BLE Apple iBeacon & AltBeacon

Preambule

Project presentation

Nowadays, geolocalisation has become a wide spread technology. It is used in order to guide a user from a first point A to another point B, naming it can allow users to have routing help during a travel, such as driving trip or even going to a coffee. In this way, geolocalisation is incredibly well spread outdoor, it's in this case that geolocalisation is the most efficient. But, what about indoor geolocalisation ? Because of the use of satellites and GSM networks to locate an object, it is a harder to use it indoor. Buildings prevent signals to enter making impossible to locate things with those means. And this where our project takes place !

Material

  • Android cellphones
  • STM32 Nucleo equiped with shield BLE X-NUCLEO-IDB04A1
  • 3 iTag
  • Texas Instrument SimpleLink Multi-Standard SensorTag development kit


Team

This project is directed by Didier Donsez and designed by Diana Stoian, Quentin Faure, Damien Crastes de Paulet (team leader), Imad-Seddik Arrada. The four of us are currently studying in their first year of Polytech master degree. The project is part of the Software Development course.


Summary

The main goal of the project is to enable people to locate things (objects or people) indoor. Thanks to better fitting technologies in this context, it is now possible to obtain a precise location of an object. Using Bluetooth Low Energy technology, objects are located indoor with micro controllers placed in different corners all over the building. Those micro controllers then transmit the data concerning the object to a server which will transform them in order to display them on an OpenStreetMap map.


Liens