You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
I'm hoping to get them in the shop 'soon' - hopefully within the next month - but they're still very much beta
Even the HW was beta, looks like newer ones that some guys received later have small hole and pressure sensor works much better with that. Without hole the pressure inside just goes up with the temperature and does not reflect air pressure very much.
Yes, that Hackaday link is basically all the info I have on the Q3 at the moment, and you can build Espruino (although I'm not doing automatic builds at the moment). Basically what we're missing is the heart rate sensor right now (since I have to reverse engineer it all). I'm hoping to get them in the shop 'soon' - hopefully within the next month - but they're still very much beta as I have to decide exactly what to do about making existing apps compatible (the screen/buttons are different).
GPS is a pain though - it doesn't seem to be quite as good as the Bangle's, and as you say it's a completely different command set too.
Yes - it's not a very difficult algorithm (there is no machine learning), so this is probably what I should have actually done at the start. Try:
On the graph that's displayed, blue is the actual accelerometer data, yellow is the filtered data, and red is the threshold.
The issue is really the filter...
So if using the filter actually turns out to be a good idea, we basically need a way of only passing through steps when the filter is producing values that are all the same (ish) amplitude, and not passing through the outliers.