Hi,
Using a modified version of the BLE2 example I am able to get the Services and characteristics of the above device.
The ConnectedServices has a service 6e400001.... which should have the Tx and Rx characteristics but the ReadData for that characteristic does not seem to return anything (or occasionally "No matching characteristic found").
Does anyone know if this is a problem with the Adafruit module or am i doing something silly?
Using a modified version of the BLE2 example I am able to get the Services and characteristics of the above device.
B4X:
(ArrayList) [00001800-0000-1000-8000-00805f9b34fb, 00001801-0000-1000-8000-00805f9b34fb, 00001530-1212-efde-1523-785feabcd123, 0000180a-0000-1000-8000-00805f9b34fb, 6e400001-b5a3-f393-e0a9-e50e24dcca9e]
ReadData for Service 00001800-0000-1000-8000-00805f9b34fb
ReadData for Service 00001801-0000-1000-8000-00805f9b34fb
ReadData for Service 00001530-1212-efde-1523-785feabcd123
ReadData for Service 0000180a-0000-1000-8000-00805f9b34fb
ReadData for Service 6e400001-b5a3-f393-e0a9-e50e24dcca9e
--
Data available for service:00001800-0000-1000-8000-00805f9b34fb
chararacteristics:00002a00-0000-1000-8000-00805f9b34fb
chararacteristics:00002a01-0000-1000-8000-00805f9b34fb
chararacteristics:00002a04-0000-1000-8000-00805f9b34fb
-
Data available for service:00001530-1212-efde-1523-785feabcd123
chararacteristics:00001534-1212-efde-1523-785feabcd123
-
Data available for service:0000180a-0000-1000-8000-00805f9b34fb
chararacteristics:00002a29-0000-1000-8000-00805f9b34fb
chararacteristics:00002a24-0000-1000-8000-00805f9b34fb
chararacteristics:00002a25-0000-1000-8000-00805f9b34fb
chararacteristics:00002a28-0000-1000-8000-00805f9b34fb
chararacteristics:00002a26-0000-1000-8000-00805f9b34fb
chararacteristics:00002a27-0000-1000-8000-00805f9b34fb
-
The ConnectedServices has a service 6e400001.... which should have the Tx and Rx characteristics but the ReadData for that characteristic does not seem to return anything (or occasionally "No matching characteristic found").
Does anyone know if this is a problem with the Adafruit module or am i doing something silly?