Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accelerometer initial value is invalid #8

Open
smartyw opened this issue Jun 1, 2018 · 0 comments
Open

accelerometer initial value is invalid #8

smartyw opened this issue Jun 1, 2018 · 0 comments

Comments

@smartyw
Copy link

smartyw commented Jun 1, 2018

The accelerometer seems to always generate an invalid, unreasonably low value for its first data point, at least when used over Bluetooth.

Here's accelerometer data being captured and charted in real time by Bitty Data Logger:

image

whereas here it is charting data from a micro:bit:

image

Here are the first few individual accelerometer notifications. As you can see, the first one has crazy values, which is what you see in the chart.

time (ms)	x	y	z
2137	-8.192	-8.62	0
2138	0.017	1.031	0.082
2177	0.015	1.029	0.089
2597	0.015	1.031	0.09
2630	0.015	1.029	0.09
2630	0.013	1.03	0.076
2677	0.018	1.028	0.089
2679	0.013	1.032	0.09
2726	0.014	1.032	0.09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant