【问题标题】:iOS passing WIFI settings to Bluetooth (BLE) device?iOS将WIFI设置传递给蓝牙(BLE)设备?
【发布时间】:2017-08-16 19:48:00
【问题描述】:

基于此old question

iOS10 SDK 是否支持向蓝牙设备传递/发送 Wifi 设置/凭据? “也许通过 BLE?”

我正在考虑创建一个应用程序,它将当前连接的 Wifi 用户名/密码传递给 Raspberry PI!有可能吗?

【问题讨论】:

    标签: ios bluetooth bluetooth-lowenergy wifi iot


    【解决方案1】:

    由于 Apple 的所有支持iOS10 的移动设备也支持低功耗蓝牙,是的,您可以将凭据从手机发送到蓝牙智能外围设备,例如配备蓝牙 4.0 加密狗的 Raspberry Pi。

    See the list of devices supporting iOS 10

    See the list of Apple devices supporting Bluetooth 4.0

    您只需要外围设备上的自定义服务和特性,您的 iOS 设备将在其上写入要存储的 Wi-Fi 凭据。

    在将 Wi-Fi 凭据发送到 Raspberry Pi 之前,您可以使用预共享密钥(例如每个用户的唯一对称密钥)加密 Wi-Fi 凭据,从而进一步增加安全性。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-03-19
      • 1970-01-01
      • 2013-01-11
      • 1970-01-01
      • 2018-02-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多