Albin Söderqvist
Albin Söderqvist
As long as the implemention is all free software, then yeah!
This looks really promising! The step counter appears to be accurate from a very short test. I'm a bit suspicious about the thermometer though. I don't think it exists in...
Ah, so the thermometer is for the accelerometer chip itself... It shouldn't be used to measure the outside temperature.
> I made some changes on my PR. It is now running on interrupt without the config blob. > So only acceleration data is accessible. OK, can you think of...
I've been [trying to make this work](https://github.com/endian-albin/pinetime-hypnos/issues/12) for our [PineTime Hypnos](https://github.com/endian-albin/pinetime-hypnos/) firmware but it doesn't play well with LittlevGL. @nordic-krch, would you like to give our code try? It compiles...
Never mind, I fixed it by switching from `CONFIG_CST816S_TRIGGER_OWN_THREAD` to `CONFIG_CST816S_TRIGGER_GLOBAL_THREAD`. I hope this will be helpful to others though...