iOS-BlueCap-Example icon indicating copy to clipboard operation
iOS-BlueCap-Example copied to clipboard

Example of a central peripheral implemented using BlueCap

Results 12 iOS-BlueCap-Example issues
Sort by recently updated
recently updated
newest added

Does this tutorial (https://codeburst.io/getting-started-with-bluetooth-low-energy-on-ios-ada3090fc9cc) cover how to create a custom service with custom characteristics? I'm using my Mac as BLE device but it doesn't give off any characteristics so I'm...

Module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2.1 compiler

Clearly misusing Issues here, but I just wanted to say thanks for building this! Helped me out a lot :)

swift:10:8: Module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler

The https://github.com/yostane/iOS-BlueCap-Example does not detect BLE peripherals. I compiles OK, and scans on iPhone with iOS 11.4, but does not see any bluetooth devices.

Using Xcode 9.0 I have this compilation error. Thanks

In the file ViewController.swift this error appears on line 97 at return peripheral.connect(connectionTimeout: 10, capacity: 5): //We will connect to the first scanned peripheral let connectionFuture = scanFuture.flatMap { peripheral...

I am unable to test this app. Below is the error msg.. Module compiled with Swift 3.1 cannot be imported in Swift 3.2: /Users/shameer/Documents/iOSApps/iOS-BlueCap-Example-master/SimpleBleCentral/BlueCapKit.framework/Modules/BlueCapKit.swiftmodule/arm64.swiftmodule

I use nodejs start the bleno, and it is ok, and then run downloaded code and it is always show "label" and seems not connected, any help? Thanks.