albertogreen
About
- Username
- albertogreen
- Joined
- Visits
- 18
- Last Active
- Roles
- Member
Comments
-
I post an example of data reads with your app metabase: TEMPERATURE with timing at 30 seconds (Only the final values are rights, the other have wrong times and values): epoch (ms),time (01:00),elapsed (s),temperature (C) 1538641158488,2018-10-0…
-
HI, * in fault case, the temperature and humidity value are all bads or we don't have value. (I send you the file of metabase app in fault case). * Yes I have the same problem also without acc sensor * Yes we have tested to record also the ba…
-
we have tested it also with new battery.
-
I use metatracker in this way; maybe it can help: * First setup configuration (see before) * After some time i do teardown and stop logging and sensors --> setup configuration again --> download data --> restart sensor and logging.
-
Another info: Sometimes I have the some problem also with your metabase app.
-
We have used: Iphone 6 and 7 Huawei p9 e p8, samsung s8 plus, note 3, samsung j7 and other My accelorometer and light setup code: accelerometer.configure ().odr ( 25.0f ).commit (); alLtr329.configure ().gain ( AmbientLightLtr329.Gai…
-
Sorry: Hardware revision r0.2 I think and firmware 1.3.6
-
Hi, * No, we aren't able to reproduced the issue. * We have tested it with different timing, 40 minutes and also days. We have changed also the timing from 30 seconds to 60 minutes. * I will test it * hardware revision 1.3.6 I have other…
-
My setup Temperature and humidity sensor code : humidity = mwBoard.getModule ( HumidityBme280.class ); humidity.setOversampling ( HumidityBme280.OversamplingMode.SETTING_16X ); final Task objectTask2 = humidity.value ()…