MMS

Hi, I am writing because I am programming an app in which I work with MMR, MMRL and MMS.

The MMRL was giving me problems with the barometer because this device doesn't have that data and I solved it by setting 'if ((baroBosch = metawear.getModule(BarometerBosch.class)) != null) {...}'.

Now I am introducing the MMS and it has given me problems with the acceleration and I have solved it by setting 'if ((accelerometer = metawear.getModule(Accelerometer.class)) != null) {....}' but I don't think it is a valid solution since that type of device is supposed to have Acc.

Why the MMS doesn't give me Acc data? Is it programmed differently from the other devices?

Thank you.

Sign In or Register to comment.