rcaboni
About
- Username
- rcaboni
- Joined
- Visits
- 28
- Last Active
- Roles
- Member
Comments
-
Great Eric, your source work fine. I try together the NoMotion, and fromYAxis with success too. Thank you very much for you important support. Bye Roberto
-
The posted code is running alone, without other accelerometer configurations or streams. The process method is never invoke. I try to commit the configuration and resetDevice before next run, but without good news. I forgot somethink to do ?
-
Thank you very much, Erik, i remove the bit manipulation and cast the data to a float, and now all work very well. I update the code if same one need it in the future : accelModule.routeData() .fromYAxis() .process(new Maths(Maths…
-
Thanks Eric, but i solution is not very good. I don't know if i understand well "set the axis sampling range before you construct the data processing chain". My source is : accelModule.routeData() .fromYAxis() .process(new Maths(Maths.Ope…
-
Thanks Eric for your answer. I understand there is a little bug and the API return Y and Z value instead only Y. But in this way the (unscaled / bmi160Msg.getScale()) is often a low value. If i don't move the sensor, Y value are same time correct,…