Giter Club home page Giter Club logo

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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

indoorgps's Issues

Trilateration Equation

What is delta? What is equation you using? in some reference we use Linear equation to get x and y. can you give me reference of the equation.

Bugs

Found a lot of bugs

1- GDC was missing
2- It says no visible interface for

ESTBeaconRegion* region = [[ESTBeaconRegion alloc] initRegionWithIdentifier:@"EstimoteSampleRegion"];

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.