GithubHelp home page GithubHelp logo

atrwang / airlocate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linlinqi/airlocate

0.0 2.0 0.0 104 KB

AirLocate shows how to use CLLocationManager to monitor and range CLBeaconRegion.

airlocate's Introduction

### AirLocate ###

===========================================================================
DESCRIPTION:

AirLocate shows how to use CLLocationManager to monitor and range CLBeaconRegions.
The code also provides an example of how you can calibrate and configure an iOS device as a beacon with CoreBluetooth.

You can configure an iOS device as a beacon as follows:

1) Obtain two iOS devices equipped with Bluetooth LE. One will be a target device, one will be a remote (calibration) device.
2) Load and launch this app on both devices.
3) Turn the target device into a beacon by selecting Configuration and turning on the Enabled switch.
4) Take the calibration device and move one meter away from the target device.
5) On the calibration device start the calibration process by selecting Calibration.
6) Choose the target device from the table view.
7) The calibration process will start. You should wave the calibration device from side-to-side while this process is running.
8) When the calibration process is done, it will show a calibrated RSSI value on the screen.
9) On the target device, go back to the Configuration screen and enter this value under Measured Power.

Note: The calibration process is optional, but recommended as it will fine-tune ranging for your environment.
You can configure an iOS device as a beacon without calibrating it by not specifying a measured power.
If a measured power is not specified, CoreLocation default to a pre-determined value.

Once you've setup your target device as a beacon, you can use this app to demo beacon ranging and monitoring.
To demo ranging, select Ranging from the remote device. ALRangingViewController ranges a set of CLBeaconRegions.
To demo monitoring, select Monitoring from the remote device. ALMonitoringViewController allows you to configure a CLBeaconRegion to monitor.

===========================================================================
RUNTIME REQUIREMENTS:

AirLocate is best viewed on an iPhone

===========================================================================
PACKAGING LIST:

ALCalibrationBeginViewController
ALCalibrationEndViewController

- View controllers for calibrating the measured power of a beacon.
- ALCalibrationBeginViewController allows you to choose a beacon to calibrate.
- ALCalibrationEndViewController shows you the calibrated measured power value for the chosen beacon.

ALCalibrationCalculator

- Calculates the measured power value for a chosen beacon.

ALConfigurationViewController

- View controller to configure this iOS device as a beacon.

ALMonitoringViewController

- View controller to monitor a specific beacon region.

ALRangingViewController

- View controller ranges a set of known beacon regions.


===========================================================================
Copyright (C) 2013 Apple Inc. All rights reserved.

airlocate's People

Watchers

 avatar  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.