33
edits
(Initial description of beacon demos) |
(Updated reference links) |
||
Line 1: | Line 1: | ||
== Goals == | == Goals == | ||
* Demonstrate beacon usage in Firefox OS. | * Demonstrate beacon usage in Firefox OS. | ||
* Using WebBluetooth API | * Using [[B2G/Bluetooth/WebBluetooth-v2|WebBluetooth]] API | ||
== [https://github.com/elin-moco/fxos-addon-beacon-scanner Firefox OS Beacon Scanner Add-on] == | == [https://github.com/elin-moco/fxos-addon-beacon-scanner Firefox OS Beacon Scanner Add-on] == | ||
A Firefox OS Add-on to add a beacon scanner tray on bottom of the screen, <br> | A Firefox OS Add-on to add a beacon scanner tray on bottom of the screen, <br> | ||
swipe up to scan nearby beacons, checking distances to help you find stuff, <br> | swipe up to scan nearby beacons, checking distances to help you find stuff, <br> | ||
also supports opening URL/Apps broadcasted from eddystone-URL beacons. | also supports opening URL/Apps broadcasted from [https://github.com/google/eddystone/tree/master/eddystone-url eddystone-URL] beacons. | ||
== [https://github.com/elin-moco/moztpe-tour Mozilla Taipei Office Tour App] == | == [https://github.com/elin-moco/moztpe-tour Mozilla Taipei Office Tour App] == | ||
Line 18: | Line 18: | ||
== Reference Links == | == Reference Links == | ||
* [https://docs.google.com/presentation/d/1fcWimu_PtGVg1Zi0Twlr4FBGofRsTgxyFm4QHPgS-XU/ FxOS Beacon Scanner intro slides] | |||
* [[B2G/Bluetooth/BLE Tools|BLE Tools]] | |||
* [https://en.wikipedia.org/wiki/IBeacon iBeacon] | * [https://en.wikipedia.org/wiki/IBeacon iBeacon] | ||
* [https://github.com/google/eddystone eddystone] | * [https://github.com/google/eddystone eddystone] | ||
* [https://github.com/janjongboom/jsconf-us/ Jan's demo code in jsconf] | * [https://github.com/janjongboom/jsconf-us/ Jan's demo code in jsconf] |
edits