gpt4 book ai didi

c# - 连接到 estimote beacon iOS 时出错

转载 作者:行者123 更新时间:2023-11-29 12:41:28 24 4
gpt4 key购买 nike

每次我尝试使用 ConnectToBeacon 方法连接 estimote 信标时,我都会收到此错误:

Beacon not in range, has outdated software or is Virtual beacon.

但同一个信标的接近度为 2,RSSI 值为 -72。

下面是我试过的代码的快照:

public class ConnectingToBeacon : ESTBeaconDelegate
{
ESTBeacon samplebeacon;

public ConnectingToBeacon(ESTBeacon beacon)
{
samplebeacon = beacon;
samplebeacon.Delegate = this;
samplebeacon.ConnectToBeacon();

}

public override void ConnectionDidFail (ESTBeacon beacon, NSError error)
{
Console.WriteLine ("Proximity " + beacon.Ibeacon.Proximity.ToString ());
}

}

我错过了什么吗?

最佳答案

请尝试使用 Estimote iOS 应用程序通过无线方式将您的信标更新到最新的 FW (2.1)。

干杯。

关于c# - 连接到 estimote beacon iOS 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24770474/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com