-
My application is managing a BLE object and I need to manage all cases regarding connection.
A great article is describing the pb here:
https://uynguyen.github.io/2018/07/23/Best-practice-How-to-de…
-
if (!centralManager.isScanning()) {
}esle{
}
이런식으로 스캔 중인지 아닌지를 판단하여 사용 하고 있는데
스캔을 안하고 있는데 isScanning을 찍어보면 true 값으로 나와서 스캔중이라고 할 때가 있습니다.
이것 때문에 조금 곤란하군요....
-
serial.readrssi () not working they give the Empty .
func centralManager(central: CBCentralManager!, didDiscoverPeripheral peripheral: CBPeripheral!, advertisementData: [NSObject : AnyObject]!, RSSI:…
-
버튼 ->startScaning ->비콘찾음->StopScaning 반복
이렇게 계속 했을 때 문제점이 없는지 테스트해본 결과
간혈적으로 G3 Cat6에서
03-06 17:42:49.806: E/AndroidRuntime(31262): java.lang.IllegalStateException: PeripheralSca nListener is null. …
-
centralManager.startScanning(); 이후 setPeripheralScanListener에서 비콘 정보를 받아오는데
최초 1~2번만 정보를 받아오고 이후 작동을 하지 않습니다. interval은 5로 설정하여 빠르게 받아오도록 하였습니다.
펌웨어 버전이 14.04.10.09 입니다. 펍웨어 업데이트 방법좀 알려주시면 감사하겠습니다.…
-
**Describe the bug**
`properties.local_name` doesn't have the correct name because [macOS caches the names](https://developer.apple.com/forums/thread/19381#answers-title)
**Expected behavior**
Ha…
-
댓글로 달아서 확인이 안되시는 것 같아 다시 올립니다!
액티비티에서는 SCAN을 누르면 그때부터 SCAN을 시작해서 비콘주소를 받습니다.
저희가 하고 싶은 것은 디바이스에서 블루트스를 활성화 시키면 그때부터 SCAN을 시작하고 비콘주소를 비교하여 URL 팝업을 띄워주는 것입니다.
이것에 대한 힌트를 좀 얻을 수 있을까요?ㅠ 부탁드립니다!!
-
Undefined symbols for architecture armv7:
"_CBCentralManagerScanOptionAllowDuplicatesKey", referenced from:
-[MWManager startScan] in libMWManager.a(MWManager.o)
"_CBConnectPeripheralOptionN…
-
* bleak version: 0.14.3
* Python version: 3.9.12
* Operating System: macOS 10.15.7
Hi! I have to read the weight from a Mi Smart Scale 2 scale via Mac.
The weight is encoded in a BLE characte…
-
- (void)centralManager:(CBCentralManager *)central willRestoreState:(NSDictionary *)dict
此代理,如题