biospank
About
- Username
- biospank
- Joined
- Visits
- 150
- Last Active
- Roles
- Member
Comments
-
Hi Eric, sometime the board reset itself and leave the connection in inconsistent state. This happen after 2/3 days of continuous connection. My app needs to be notified if something happen to the board (for whatever reason) so I can reconnect to…
-
@Override public void onSignalActive(Map map, DataSignal.DataToken dataToken) { mCallbacks.onRemoteFailure(); } please can I get more info on this: dataToken expose only offset() and length(). How is it suppose to be used to match the disconne…
-
HI Eric, thank you for the snippet. Is there any way to simulate an on board disconnect/reset to trigger the api callback? Thanks again for your help.
-
Hi Eric, does the disconnect event on the board send a notification to the api? any link to the documentation on how to use it? Thanks
-
Eric & Laura, any update on this feature request? Thanks
-
Right 8) // Only run this function once a connection to the board has been made I didn't see the comment.. thanks!
-
Good point, I'll have a try!.. and let you know Thanks a lot.
-
Thanks tomzooi, I did the same: started from scratch using SOS app.
-
Hi tomzooi, happy to know it was not only me.. I got exactly the same error trying to configure metawear api v. 1.6.21 as an android studio project. How did you manage to remove that error?
-
I see... that's not an easy solution for eclipse users. Are you going to drop eclipse support? http://docs.mbientlab.com/?page_id=40#post-74
-
Hi Eric, could you release the jar as well? Thanks again for your work!!
-
Hi all, I've upgraded my app using the new 1.3.7 api released few days ago and the false positive reconnection seems to be fixed. However, reconnection to a lost bounded device works only within 25 sec. after that you have to reconnect manually. …
-
Hi Eric, Thanks for your hard work! Is there any code or working app based on 1.3.4 api I can look at to see how to use reconnect? thanks and happy new year bio.
-
Hi, any news/progress on this? thanks.
-
Hi Guarnieri, I've uploaded a video to show you the behaviour: https://www.youtube.com/watch?v=HyOBCyYtPfo Thanks for your help bio
-
I've tried with Samsung NEO (Android 4.4.2), Samsung Galaxy S4 (Android 4.4.2) and Motorola Moto G (Android 4.4.4) and get same result.
-
Some more info: Using the nRF MASTER CONTROL PANEL app from Nordic, works as expected.
-
Hi Guarnieri, I used the example app (compiled the apk without modification) and the app from google app store as well. Same result: after about 30 seconds from disconnection, the app reconnect to an non-existent (no power) board. I've deb…
-
This is becoming a limiting issue. I bought 4 boards so far and this bug is preventing me to release the final product. I can't figure out how this behaviour is affecting all my boards and nobody else is experiencing this. These are the de…
-
Hi Eric, I've tested it on my Motorola MotoG (android 4.4). Please let me know if you get chance to test it on android >= 4.4. Thanks.
-
Hi Eric, I experienced the same issue even on out of range signal. Your app reconnect to a missing board resulting on a false positive. Please fix!
-
Hi @Eric,disconnecting the battery and turning it back on I get different result... seems to work now... I'll wait just to be sure
-
Anyone is experiencing this behaviour?
-
I always get 0 (zero) on every stage fully charged and almost completely discharged. Even if I plug or unplug usb cable. This happen on both, your and my app.
-
Hi @Eric, I tried to implement battery level on readBatteryLevel call and got the result on receivedGATTCharacteristic callback. after 4 days intense use, the data byte array parameter always return 0 (data[0]) What kind of data should I e…
-
Hi Eric, I mean turning it off (no power), unplug usb cable. Try to connect to the board using your app, then unplug usb cable from the board, the app correctly show 'connect' label, wait for 15/20 sec and the app show 'disconnect' again even …
-
Thank you mar, I'll wait for the official new api release Keep up the good work guys!!