熱門文章

2016年8月6日 星期六

[IoT]Mac (OS X) 上實做google的the Physical Web

需求: OS X 10.10 以上且具備Bluetooth 4 的設備



Physical Web from a Mac (OS X)

To send links via the Physical Web from a Mac, you’ll need OS X 10.10 or newer, as well as Bluetooth 4 capable hardware, in addition to XCode and latest Node.js.


開啟終端機( terminal )
創建新資料夾
mkdir beacon
移至資料夾
cd beacon
安裝指令
npm install --save eddystone-beacon




node -e "require('eddystone-beacon').advertiseUrl('https://medium.com/@urish');"

紅色部分就是要廣播的網址,但是有幾個規定:

  1. 必須是 https 
  2. 限制長度17字元(縮網址可以用這個goo.gl)


或 使用GUI介面的 Download pre-built binary   說明



不過我測試用android HTC m8 + Chrome 51版本
無法順利收到,必須安裝Phyical Web App 才可以接收
後來看到必須開啟chrome的某些設定才能接收,設定如下
https://google.github.io/physical-web/try-physical-web#android
必須開啟 網路and藍牙andGPS
右上角: > 設定 > 隱私權 > 實體網路 on


SaveSave

沒有留言:

張貼留言