Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: BridgeIt 1.0.4
    • Fix Version/s: 1.4 Beta
    • Component/s: BridgeIt
    • Labels:
      None
    • Environment:
      BridgeIt, iBeacon detection

      Description

      An iBeacon is a Bluetooth beacon that can be used to determine proximity.

        Activity

        Hide
        Ted Goddard added a comment -

        iBeacon detection in iOS is performed by registering interest in the proximityUUID of a beacon. When the beacon with that UUID is detected, the range can be measured. Multiple beacons can have the same proximityUUID (typically assigned by the manufacturer), but will have different major and minor integer values that identify the individual beacon object.

        Show
        Ted Goddard added a comment - iBeacon detection in iOS is performed by registering interest in the proximityUUID of a beacon. When the beacon with that UUID is detected, the range can be measured. Multiple beacons can have the same proximityUUID (typically assigned by the manufacturer), but will have different major and minor integer values that identify the individual beacon object.
        Hide
        Ted Goddard added a comment -

        Region detection can be performed in the background, whereas region ranging is a foreground function.

        The web application can register a list of UUIDs for region detection.

        Since Ranging is a foreground task, when BridgeIt is brought to the foreground, the nearby beacons will be displayed for a short time (3 seconds) with a "Keep Scanning" button. If the user presses "Keep Scanning" ranging will be performed until they press "Done", which will return the range data for all beacons to the web application.

        Show
        Ted Goddard added a comment - Region detection can be performed in the background, whereas region ranging is a foreground function. The web application can register a list of UUIDs for region detection. Since Ranging is a foreground task, when BridgeIt is brought to the foreground, the nearby beacons will be displayed for a short time (3 seconds) with a "Keep Scanning" button. If the user presses "Keep Scanning" ranging will be performed until they press "Done", which will return the range data for all beacons to the web application.

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: