All Projects → iadi7ya → Indoor-Positioning-System

iadi7ya / Indoor-Positioning-System

Licence: other
An indoor positioning system (IPS) is a system to locate objects or people inside a building using radio waves, magnetic fields, acoustic signals, or other sensory information.

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Indoor-Positioning-System

stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (-25.81%)
Mutual labels:  indoor-positioning, indoor-navigation
Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-51.61%)
Mutual labels:  hacktoberfest2020
CP-DSA-Cpp-C
🕺 Give me data and I will structure it! 🔥
Stars: ✭ 27 (-12.9%)
Mutual labels:  hacktoberfest2020
Hacktoberfest
This repository is basically about adding the name, position, Github username link, LinkedIn profile as well as the country by creating a commit.
Stars: ✭ 33 (+6.45%)
Mutual labels:  hacktoberfest2020
app-idea-generator
💡 Generate app ideas to take inspiration from, or to have a laugh
Stars: ✭ 13 (-58.06%)
Mutual labels:  hacktoberfest2020
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (+19.35%)
Mutual labels:  hacktoberfest2020
Map-of-India
A Node.js script to generate the Map of India in terminal
Stars: ✭ 83 (+167.74%)
Mutual labels:  hacktoberfest2020
say-their-names-android
Welcome to the Say Their Names project - android module
Stars: ✭ 18 (-41.94%)
Mutual labels:  hacktoberfest2020
awesome-translations
😎 Awesome lists about Internationalization & localization stuff. l10n, g11n, m17n, i18n. Translations! 🌎🌍
Stars: ✭ 54 (+74.19%)
Mutual labels:  hacktoberfest2020
finite-state-machine
Lightweight, decorator-based Python implementation of a Finite State Machine
Stars: ✭ 93 (+200%)
Mutual labels:  hacktoberfest2020
MapsIndoorsIOS
The MapsIndoors SDK is the idea of integrating everything on your venue, like people, goods, offices, shops, rooms and buildings with the mapping and wayfinding technologies provided in the MapsIndoors platform. The easiest way to test this out is by running 'pod try MapsIndoors' using CocoaPods.
Stars: ✭ 22 (-29.03%)
Mutual labels:  indoor-navigation
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+106.45%)
Mutual labels:  hacktoberfest2020
crate-sample-apps
A JavaScript guestbook app with a number of different backend implementations, each using a different client library to communicate with CrateDB.
Stars: ✭ 57 (+83.87%)
Mutual labels:  hacktoberfest2020
BrightIndoorSDK Android
Indoor SDK base on ArcGIS.
Stars: ✭ 22 (-29.03%)
Mutual labels:  indoor-positioning
golang-health-checker
A simple package to allow you to track your application healthy
Stars: ✭ 12 (-61.29%)
Mutual labels:  hacktoberfest2020
focussed-twitter
Let's focus on the tweets! 🐦
Stars: ✭ 15 (-51.61%)
Mutual labels:  hacktoberfest2020
CookeyLang
The official CookeyLang
Stars: ✭ 16 (-48.39%)
Mutual labels:  hacktoberfest2020
PizzaPy
Order Pizza using Domino's Pizza API in Python
Stars: ✭ 19 (-38.71%)
Mutual labels:  hacktoberfest2020
currency-detector-opencv
Indian paper currency detection using Image Processing
Stars: ✭ 26 (-16.13%)
Mutual labels:  hacktoberfest2020
awesome-nuxt
🎉 A curated list of awesome things related to Nuxt.js
Stars: ✭ 17 (-45.16%)
Mutual labels:  hacktoberfest2020

Indoor-Positioning-System


An indoor positioning system (IPS) is a system to locate objects or people inside a closed environmet or a building using radio waves, magnetic fields, acoustic signals, or other sensory information collected by mobile devices.

Global navigation satellite systems (GPS or GNSS) are generally not suitable to establish indoor locations, since microwaves will be attenuated and scattered by roofs, walls and other objects. However, in order to make positioning signals ubiquitous, integration between GPS and indoor positioning can be made.

My solution for Indoor Positioning system is based on "Time of arrival" method. For this I have used Ultrasonic sensor(HC-SR04) connected with arduino atmega 2560 (and a cardboard for placing a object on it to determine location of this object) as they cost very less and gives very precise information (values). this hardware setup is connected with iot-platform(take your own platform and change the code accordingly; i.e ; url and sensor observation links) , in this way location of object placed on cardboard can be seen remotely from anywhere in the world as I have used web interface for showing the location.

There is possibility of making it so much advance by adding some additional feature and additional hardware. One of the most important feature that i want to add is that we can also able see the 'orientation' of object if moving along with the direction.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].