-
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.
-
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).
I've been thinking about this. I think the best way would be to say, the screen is different size, its got one button, its a different watch but same API, you will have to port your App. Hopefully the original authors of the Apps would do the porting. The thing with a one button watch is that the whole way of interacting with an App will be totally changed. With it being a full touch screen I would expect use of Up, Down, Left, Right swipe would provide a lot more options for navigating round things.
I'm definitely up for having a go at the low power GPS again. It was a lot of work but worth it. There were a few comments made about me stepping outside the house a lot to get a signal :)
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.