veronica

About

Username
veronica
Joined
Visits
35
Last Active
Roles
Member

Comments

  • The question is, when you say "the API will query the current elapsed time reference point from the device", what is the reference point, when and how is it taken in the API. When I say old logs I mean day old logs. The device was neither powered o…
  • Thank you Eric. I had already read that thread, it is from where I understood that the timestamp is stored in the API and not in the sensor device. However, I would like to understand which is the event/API call that triggers this timestamp storage…
  • I also see that in new SDK release timestamps of the same pack are identical. Just in time to check that I am now indeed packing the samples. Thanks!
  • I am now able to stream accelerometer and gyroscope at 200 Hz each. It seems to have been fixed by tearing down non packed routes which somehow had remained in the metawear board.
  • No, it doesn't. I am just looking for some proof that data is actually packed. I don't see why with gyro + acc at 200 Hz we should lose samples if data is packed, even if not mixed. (I am using android with 11,25 ms connection interval, so 6 packets…
  • Firmware version in the metawear device is 1.3.3. This is my code: bmi160AccModule.packedAcceleration().addRouteAsync(new RouteBuilder() { @Override public void configure(RouteComponent source) { source.stream(new Subscriber() { …
  • OK, I thought different sensors would be packed together. Still, with only accelerometer @ 200 Hz, I do not see packing: timestamp    elapsed_time 1489048955676 1489048955683    7 1489048955689    6 1489048955693    4 1489048955697    4 1489048955…
  • Hello Eric, The link you are pointing to for getting started with our own firmware is not working. Is the information somewhere else, even if it is outdated and no longer officially supported?