-
Hi,
Using the example provided, when the devices list is refreshed, it seems like the stopscan function is called twice, making the startperipheralscan not return any result 50% of the time.
Verbo…
-
문서 찾기가 좀 어렵네요ㅠㅠ
일단 비콘과의 거리 측정을 할려고 하는데 어떤 식으로 해야되는지 모르겠네요
예제나 도큐먼트 같은거 없나요?
그리고 오차 범위가 어느정도인지 알고 싶습니다.
-
I am struggling to implement the following
- central manager finds peripherals
- I connect to the peripheral I want
```
[INFO] : didDiscoverServices
[INFO] : {
[INFO] : bubbles = 1;
…
-
### Board
ESP32-S3
### Device Description
I am an iOS development engineer, the development of only one function, test bluetooth transfer speed, now encountered the problem is that a 300kb file, th…
-
There seems to be an issue with the way the centralManager is instantiated for iOS apps such that an XPC connection invalid error occurs. At first I thought this was something to do with the App Sand…
-
In IBeacons I am able to relaunch it because StartMonitoringRegion run in background even when you kill the application.
What about EddyStone? is it capable to relaunch it after kill? Right Now I a…
-
Hello,
I found an issue using this package on Windows 10.
[√] Flutter (Channel stable, 3.16.9, on Microsoft Windows [Version 10.0.22631.3593], locale
en-US)
[√] Windows Version (Installed vers…
-
遇到的问题是,文件大小只有300kb,使用蓝牙传输到此IOT设备时,传输速度只有7kb/s ,MTU值我设置的是500字节,优化了好几天了传输速率始终上不来。
这是我的完整代码
```SwiftUI
import CoreBluetooth
import SwiftUI
struct ContentView: View {
@State private var fileURL:…
-
我们常常因为一些未知原因导致设备断开连接后,比如因为距离远,设备断电,设备不稳定等原因断开连接后,需要重新连接才能正常使用。重新连接的方法很简单,只需要在设备断开后的委托中,重新调用一下连接外设的方法即可使连接条件回复后重新连接外设。
## 示例:
``` objc
//断开连接的委托
[self.baby setBlockOnDisconnect:^(CBCentralMana…
-
Can an option during initialization be added to control the CBCentralManagerOptionShowPowerAlertKey
` self.centralManager = CBCentralManager(
delegate: centralManagerDelegate,
…