Luca
About
- Username
- Luca
- Joined
- Visits
- 45
- Last Active
- Roles
- Member
Comments
-
Hello, we're experiencing similar behavior. We're using Android SDK with MMRL Any help would be much appreciated
-
@Eric said: And to confirm, the TimeoutException you posted above is still occurring with the API variant posted in this thread? Yes, with the latest code I posted in the .zip attachment. Hrm, this issue with connectAsync never comp…
-
At that point, if I try again with MetaBase, I get: If I select Yes, the connection fails . If I select Cancel, then try again, the connection succeeds.
-
UPDATE: I've got this error: E/SENSOR: onDeviceSelected: task failed java.util.concurrent.TimeoutException: onCharacteristicRead not called within 1000ms at com.mbientlab.metawear.impl.platform.TimedTask.lambda$execute$0…
-
Eric, I tried to gather error messages from the task returned from the connectAsync method, but the error handling code is never called. It appears to be stuck in connectAsync; the statament Log.e(LOG_TAG, "onDeviceSelected: task failed", task.g…
-
I made an attempt with nRF connect. It does connect without any issue. I'm attaching a picture and a log file from nRFconnect
-
I see. Thanks for the explanations. I wasn't reasoning along those lines, because: a) sometimes it connects, sometimes it doesn't (however we have a bunch of sensor that we use for testing; not sure if the different behavior is due to different sen…
-
The above code, as you surely see, is the one you showcase in the tutorial/starter sample. If that is not the best connection code skeleton, please update it to a better one. Why you don't modify your MetaBase app, so that it collects and sends e…
-
Also your MetaBase app refuses to connect on the HUAWEI
-
The above code runs fine on Lenovo Tab 3 730X, but makes an infinite wait on HUAWEI Mediapad T3 7 (Android 7)
-
___________________activity_search_sensor.xml______________________________________ <?xml version="1.0" encoding="utf-8"?>
-
package it.beonsolutions.rehabhome; import android.app.Activity; import android.app.ProgressDialog; import android.bluetooth.BluetoothDevice; import android.content.ComponentName; import android.content.Context; import android.content.Dialog…
-
Hello, I'm using binary version of the API. When the fix will be available? Thanks
-
Eric, yes please do. I also have that issue (connect never finishing) Thanks
-
I understand that I'm not giving concrete information to diagnose the issue. I can try to capture the logcat output next time the problem arise (BTW do you have any suggestion for filter to apply?). Anyway, I have two questions: * does the MetaBas…
-
* What exception is returned from the connectAsync call? No exception is thrown. The wait goes on indefinitely * What is the OS and model of the Android device that is failing the reconnect? Android 6 / Lenovo TB3 730X * Have you tried tesetting…
-
I discovered that in the described situation, I try to connect to the board using the app you published on Play Store (MetaBase), it connects without any problem. I used the code you showcased in the "starter" app.
-
Yes, upgrade did the job done! Thanks!
-
Thank you. I checked that page but passed by the little note about SDK 3.3.
-
I tried with 3.3.0 but then I get the following error during build: Error:Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library dependencies that have been compiled using Java 8 or above. If you a…
-
OK, I tried on another device running Android 6 and the code worked fine. Is there anything to do to understand the issue with the Lenovo tablet?
-
What are you using to run Android 6 on a VM? I'm tried to use VirtualBox but I'm having troubles. Can you point me to some instructions?
-
metaware SKD: 3.0.0 for the board information, please see this screenshot: https://www.dropbox.com/s/ftx6ysedj7h3mxl/Screenshot_2018-01-03-10-00-08.png?dl=0 Android device: Lenovo TB3-730X Thanks & Regards Luca
-
Hello Eric, thanks for you kind reply. I read the documentation at the link you sent. However I'm a bit confused. The pointed page addresses two topics: a) data packing b) reducing the connection interval on Bluetooth To my understanding data pack…
-
Please find it here: https://app.box.com/s/gk8pbxjc324wuv5xj6iwqdzod8qo03zq Thanks
-
Hello Eric, thanks for your response. I'm sorry for not replying sooner, but I wasn't notified of your message. I'm using metawear API 3.0 Regards