ptsg
About
- Username
- ptsg
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
Ok then, how can i lock down the device so no one can connect to it except my application.
-
So basically is just a prompt for your phone to click something?
-
What is Beacon mode?
-
Just checking in.
-
Sorry for the late reply, I was thinking, like a broadcast. so if a device (Pie for example) is listening, it would catch it. thanks
-
Is there a way to setup the device to only send motion data anonymously when it is moving based on a threshold? @Laura said: https://mbientlab.com/cppdocs/latest/dataprocessor.html?highlight=threshold#threshold So using the threshol…
-
@Eric said: https://mbientlab.com/cppdocs/latest/accelerometer.html#motion-detection that only works with Accelerometer I forgot to say that we were working with the Gyro. Also that does not answer the question, but thank you for the Q…
-
Also to Add to this: do you have a java script sample for mbl_mw_metawearboard_serialize and mbl_mw_logger_lookup_id since i cannot say for certain that the app will be running (or have a cycle) in between reads. // Store the log event for later …
-
So what i Will do then is setup My gyro to: MetaWear.mbl_mw_gyro_bmi160_set_odr(device.board, 10.0); // 25Hz MetaWear.mbl_mw_gyro_bmi160_set_range(device.board, 4.0); //125dps and then setup the Logger to store the va…