Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different values in iOS and Android with RedBearLab BLE SDK #10

Open
raj4vedi opened this issue Aug 29, 2017 · 0 comments
Open

Different values in iOS and Android with RedBearLab BLE SDK #10

raj4vedi opened this issue Aug 29, 2017 · 0 comments

Comments

@raj4vedi
Copy link

Hello Sir, I am using RedBearLab BLE SDK to receive data from the bluetooth module. But I am facing an issue that the values received are different in Android & iOS. Bluetooth module is sending data of type unsignedByte. I downloaded your samples for both OS and tested the output without making any changes in the code but I found out that different values are there in the log.

Log from iOS:
2017-08-25 14:42:14.743014+0530 Exxentric[4935:936798] 0 -> 10
2017-08-25 14:42:14.743279+0530 Exxentric[4935:936798] 1 -> 42
2017-08-25 14:42:14.743358+0530 Exxentric[4935:936798] 2 -> 216
2017-08-25 14:42:14.743427+0530 Exxentric[4935:936798] 3 -> 0
2017-08-25 14:42:14.743494+0530 Exxentric[4935:936798] 4 -> 86
2017-08-25 14:42:14.743560+0530 Exxentric[4935:936798] 5 -> 15
2017-08-25 14:42:14.743625+0530 Exxentric[4935:936798] 6 -> 168
2017-08-25 14:42:14.743801+0530 Exxentric[4935:936798] 7 -> 0
2017-08-25 14:42:14.743867+0530 Exxentric[4935:936798] 8 -> 33
2017-08-25 14:42:14.743932+0530 Exxentric[4935:936798] 9 -> 15
2017-08-25 14:42:14.743998+0530 Exxentric[4935:936798] 10 -> 166
2017-08-25 14:42:14.744064+0530 Exxentric[4935:936798] 11 -> 0
2017-08-25 14:42:14.744129+0530 Exxentric[4935:936798] 12 -> 35
2017-08-25 14:42:14.744194+0530 Exxentric[4935:936798] 13 -> 15
2017-08-25 14:42:14.744258+0530 Exxentric[4935:936798] 14 -> 168
2017-08-25 14:42:14.744323+0530 Exxentric[4935:936798] 15 -> 0
2017-08-25 14:42:14.744561+0530 Exxentric[4935:936798] 16 -> 37
2017-08-25 14:42:14.744632+0530 Exxentric[4935:936798] 17 -> 15
2017-08-25 14:42:14.744697+0530 Exxentric[4935:936798] 18 -> 168
2017-08-25 14:42:14.744990+0530 Exxentric[4935:936798] 19 -> 0

Log from Android:
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 10
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 70
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 176
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 0
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 142
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 15
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 167
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 0
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 33
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 15
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 168
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 0
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 35
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 15
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 168
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 0
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 37
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 15
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 168
08-25 18:52:36.750 5984-9096/com.redbear.redbearbleclient E/RBLProtocol: type: 0
The issue is for the values from the index 1 to 5 which are {42,216,0,86} in iOS, while in android they are {70,176,0,142}.

Exxentric kMeter team recommended us to use your SDK to get data from the kMeter module as they already have the iOS app built using RedBear iOS SDK.

Please look into this issue.

Thanks. Hope to get a response from you very soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant