AdriGL
About
- Username
- AdriGL
- Joined
- Visits
- 180
- Last Active
- Roles
- Member
Comments
-
With a previous version of the firmware maybe it works.Is it possible to install a previous version of the firmware on the board? How can I do that? Thanks.
-
It didn't work, the sensor keeps failing.
-
Ok, I'll do it on monday, and i'll let you know if it worked. Thanks.
-
Ok, no problem. Thanks for the help.
-
This all the time, since first log. I/myapp: [0, 0, 0, 0]
-
The iOS app gave me normal values for the room where i did the tests. It's iluminated with fluorescent light, with values between 300 - 350 luxes (same values that the Android app when it worked). I'm trying to use the sensor to determine when a p…
-
It's a Metatracker board.Yes, it's fast, between 0 - 2 seconds. I'm using the sensor to stream the data: lightModule = mwBoard.getModule(AmbientLightLtr329.class); lightModule.configure() .gain(AmbientLightLtr329.Gain.LTR329_8X) …
-
The metawear app shows 75% battery level
-
Today I've done more tests and works fine, so yesterday I did something wrong. Thanks for everything.
-
Now i'm using the significant motion detection of the BMI160, I've configured the prooftime at 2 sec, and the skiptime at 3 sec, but in the same instant that i move the board, it triggers, and doesn't wait, like if the proof and skip time were 0. An…
-
I'll try your suggestion. I've tried with an iphone, and the disconnection works fine, so the problem is not with the app/board, it seems that the problem is my Android phone. Thanks for everything.
-
Ok, i'll try that. I've searched that info in the Documentation (https://mbientlab.com/androiddocs/latest/accelerometer_bosch.html) and in the Reference (https://mbientlab.com/docs/metawear/android/latest/) too but it's not there. Can you pass me …
-
It worked for two hours, now I'm having the same problem again, with my app and with metawear app. It doen's disconnect when I close the apps.
-
I've tried to update the firmware, but it failed. After that, i wasn't able to connect to the board, so I've removed the battery, and put it on again pressing the button to start the board in metaboot mode. Then I used the metawear app with an Iphon…
-
Yes. In both apps. Sorry for the delay with my answer, I had to stop my development two months.
-
Oh! I've used the "sync" button and the "make project" button but I haven't used the "Rebuild" button. Now it's working. Thank you very much for your patience, and answers to questions that are non-related with metawear.
-
I've tried the new 3.0.17 version, but I have the same error: 03-23 11:22:37.678 19358-19358/es.udc.adriangonzalez.tea E/AndroidRuntime: FATAL EXCEPTION: main Process: es…
-
Oh ok, thanks for your answer. I'll wait for the solution Edit: one more question: what units is using the method readRssiasync()?
-
Now is working fine for 10 to 30 seconds, but sudendly the app crash and I have this error: java.lang.NullPointerException: Attempt to invoke virtual method 'bolts.Task bolt…
-
Ok, thanks for the answer, I've changed the code, and now i'm using the Handler class, this is the code: Runnable readRSSI = new Runnable() { @Override public void run() { BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(…
-
That post is very usefull, thank you very much Eric.
-
I've done some research, and the problem is that when you create a service in another process, in the "onServiceConnected" you dont receive the same service variable as in the "onServiceConnected" from your main activity, you will get a generic vari…
-
Thank you. It worked.
-
Ok, so I'm doing some tests with two mobile phones. When I connect the second mobile phone, it can download all the data of the memory, being "unknown" or "unhandled" entries, and this data is erased from the memory of the board. So if I connect the…
-
Thanks for the answer! I'll check that link. And what about the other question: "Can you limit the metaboard to connect it with only one mobile phone? So if I connect my mobile to the metaboard, configure it so other mobile phone can't connect wit…