Version 5 (modified by 10 years ago) ( diff ) | ,
---|
Intel Edison で Physical Web のビーコン
Intel EdisonをPhysical Webのビーコンにする。
必要な物:
- Intel Edison
- node-uri-beacon
事前準備
# opkg install git # opkg install bluez5-dev
node-uri-beaconをインストール
# git clone https://github.com/don/node-uri-beacon.git # cd node-uri-beacon/ # npm install
途中、blenoのビルドに時間がかかる。 ここでエラーになることがあるのだけど、うまく行くこともあり、調査中。
ホームに「0.10.28
」とかいうディレクトリができるけど、削除していい。
実行
Bluetoothを使えるようにする。
# rfkill unblock bluetooth
ビーコンを起動する。
# cd examples # node simpleBeacon.js
スマートフォンにPhysical Webアプリをインストールする。
Phsical Webアプリを起動すると、ビーコンが見えるはず。
広告するURLは、この「simpleBeacon.js
」の中に書いてある。
適当に変更してOK。あまり長いURLはダメらしい。
2014/11/2
Attachments (2)
- 1.png (67.6 KB ) - added by 10 years ago.
- 2.png (113.3 KB ) - added by 10 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.