Hi, don't know what happened with the iBLE example.
looks new to me. and my old Apps doesn't want to work 
www.b4x.com
trying the example i got the error below, does any one know what is wrong?
thanks
BLE (Bluetooth Low Energy) library
B4i BLE library is now available. This library allows you to connect and read data from BLE peripheral devices. Using this library is quite simple. There are three main steps: 1. Search for devices (assuming that the state is STATE_POWERED_ON). 2. Connect to a device. 3. Read data from the...

trying the example i got the error below, does any one know what is wrong?
B4X:
Discovering services
Found: ThingyTest, 4DCA9548-4CA1-4A79-9607-BE13E8CEC2E2, RSSI = -35, (read only map) {
kCBAdvDataIsConnectable = 1;
kCBAdvDataLocalName = ThingyTest;
kCBAdvDataManufacturerData = <5900f704 6f58>;
kCBAdvDataServiceUUIDs = (
"EF680100-9B35-4933-9B10-52FFA9740042"
);
}
Services discovery completed.
Discovering services
Services discovery completed.
Disconnected: <B4IExceptionWrapper: Error Domain=CBErrorDomain Code=6 "The connection has timed out unexpectedly." UserInfo={NSLocalizedDescription=The connection has timed out unexpectedly.}>
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "Error decoding data as string." UserInfo={NSLocalizedDescription=Error decoding data as string.}>
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "Error decoding data as string." UserInfo={NSLocalizedDescription=Error decoding data as string.}>
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "Error decoding data as string." UserInfo={NSLocalizedDescription=Error decoding data as string.}>
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "Error decoding data as string." UserInfo={NSLocalizedDescription=Error decoding data as string.}>
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "Error decoding data as string." UserInfo={NSLocalizedDescription=Error decoding data as string.}>
thanks
Last edited: