-
Find libraries and packages that extract GPS/accelerometer data from GoPro video feeds. I can provide some GoPro videos of our testing sessions for you to try and extract some GPS data from.
- [x] …
-
Hi,
There is something I do not understand. There is a scaling made [here](https://github.com/ivyknob/bno055_stm32/blob/master/bno055.c#L167) for the accelerometer but it is just a divider by 100 i…
-
05-06 04:51:47.402 3676-3816/com.falldetect2015.android.fallassistant E/AndroidRuntime﹕ FATAL EXCEPTION: Thread-113574
Process: com.falldetect2015.android.fallassistant, PID: 3676
java.lang…
-
Hello,
Hi installed the evaluation board STEVAL-MKI217V1 in a custom android board. After all configurations, I can read some sensors data from Android SENSOR_SERVICE, but not all that I'm looking f…
-
It would be nice to have GPS and Accelerometer data available at the CindyScript level, both for CindyJS and for Cinderella.
-
Hi @sandeepmistry,
Line 184 lib/cc2650.js it says // we specify 8G range in setup.
How do i change to 16g or 4g.
-
I use this source with an Arduino Uno board, I have a problem with the calibration of the accelerometer. If the initial posture of the board is leaned then there is an offset and it can not get back t…
-
As title says; just so the user can have the extra data. Have another app that is able to so thought it would be nice to have.
-
Hey Kris
I am convinced that such a work has required from you a lot of efforts and time, so i want to thank you for sharing such a great work with us.
I still have plenty of questions, let's st…
-
Hi,
for calibration of the accelerometer, you divide the bias by 8 :
accel_bias_reg[0] -= (accel_bias[0]/8); // Subtract calculated averaged accelerometer bias scaled to 2048 LSB/g (16 g full sca…