GithubHelp home page GithubHelp logo

pony2323 / indoorgps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexohneander/indoorgps

0.0 1.0 0.0 851 KB

Position Calculating with Trilateration via Bluetooth Beacons(Estimote)

Home Page: http://n00d13.github.io/IndoorGPS

Objective-C 100.00%

indoorgps's Introduction

IndoorGPS

Position Calculating with Trilateration via Bluetooth Beacons(Estimote).

But i have one Problem, the signal from Estimote Beacons are to low and crab!

Feel free and Program a IndoorGPS System with Wifi or what ever!

Logic

You have 3 Beacons (Estimote) they have 2 Values X Coordinate and Y Coordinate (0,0) (320,0) (160,480) The Beacons gives you Distance (2,5m etc.)

With this Values, you can Calculating your Position.

Calculating

Beacon: AP1( 5,5 )
AP2( 8,5 ) AP3( 6.5,2.5 )

r1 = 2 r2 = 2 r3 = 2

Solution: x0 = (1/delta) * (2A(y1-y3)-2B(y1-y2)) y0 = (1/delta) * (2B(x1-x2)-2A(x1-x3))

delta = 4*((x1-x2)(y1-y3)-(x1-x3)(y1-y2))

A = r2²-r1²-x2²+x1²-y2²+y1²

B = r3²-r1²-x3²+x1²-y3²+y1²

Result: x = 10 y = 5

My image

Bitdeli Badge

indoorgps's People

Contributors

alexohneander avatar bitdeli-chef avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.