How to collect multiple gyro samples from sensor to android app
We want to read gyro data @100hz from three sensors simultaneously (should be total 300 samples / sec). Due to limitation of BLE, we are able to get only 30 sample per sensor (total around 95 samples from all sensors). I am wondering if we can use sample data processor or buffer data processor to solve this proble. I am not expert in Java so it will be very helpful if I get some working code snippet.
This discussion has been closed.
Comments