B billmoultrie Member Licensed User Longtime User Feb 11, 2018 #1 I am running the bluetooth example and get bluetooth information back, but how do I extract the characteristic information . The following is the log of the data I get. B4X: Device Found2: Adafruit Bluefruit LE, CD:DC:23:79:8C:D8, RSSI = -58, (MyMap) {1=[B@cd72abd, 10=[B@1d0f8b2, 6=[B@d6c5003, 9=[B@cd12b80, 0=[B@550b5b9} 1= 06 10 = 00 6= 9ECADC240EE5A9E093F3A3B50100406E 9 = 416461667275697420426C75656672756974204C45 0 = 020106020A0011069ECADC240EE5A9E093F3A3B50100406E1609416461667275697420426C75656672756974204C45000000000000000000000000000000 BleID = CD:DC:23:79:8C:D8 Can anyone help with this.
I am running the bluetooth example and get bluetooth information back, but how do I extract the characteristic information . The following is the log of the data I get. B4X: Device Found2: Adafruit Bluefruit LE, CD:DC:23:79:8C:D8, RSSI = -58, (MyMap) {1=[B@cd72abd, 10=[B@1d0f8b2, 6=[B@d6c5003, 9=[B@cd12b80, 0=[B@550b5b9} 1= 06 10 = 00 6= 9ECADC240EE5A9E093F3A3B50100406E 9 = 416461667275697420426C75656672756974204C45 0 = 020106020A0011069ECADC240EE5A9E093F3A3B50100406E1609416461667275697420426C75656672756974204C45000000000000000000000000000000 BleID = CD:DC:23:79:8C:D8 Can anyone help with this.
Erel B4X founder Staff member Licensed User Longtime User Feb 12, 2018 #2 You need to connect to the device. Check the example. It should show you the characteristics in the list. https://www.b4x.com/android/forum/threads/ble-2-bluetooth-low-energy.59937/ Upvote 0
You need to connect to the device. Check the example. It should show you the characteristics in the list. https://www.b4x.com/android/forum/threads/ble-2-bluetooth-low-energy.59937/