Christoph Honal

Results 72 comments of Christoph Honal

This is also enabled in https://github.com/InfiniTimeOrg/InfiniTime/pull/1133 . Keep in mind that continuously broadcasting the motion data consumes quite a bit of power, refer to https://github.com/StarGate01/p8b-infinitime/tree/master/poweranalysis (The analysis was performed for...

First of all, I like this change. I use apps to read the acceleration data as well. Concerning the code flow: You are correct, the service only sends out data...

This PR has been rebased onto https://github.com/InfiniTimeOrg/InfiniTime/pull/1052 , which in turn was rebased onto https://github.com/InfiniTimeOrg/InfiniTime/pull/1051 . Please review / merge those first.

@hubmartin Thanks! Let me know how the testing goes, especially if you have a P8a watch (which I can't test on at the moment).

Great! Thanks for the shoutout :) Your watch appears to be exactly the same as my P8b (see https://github.com/InfiniTimeOrg/InfiniTime/issues/62#issuecomment-1079145003). Glad to see the firmware working. Yea, setting up the SC7A20...

I added a new CMake configuration option (`DRIVER_TOUCH`), which is used to control how the CSTx17 touch driver chip is configured. On some models, this configuration is set once in...

I have squashed and reordered the commits, and removed the acceleration tap detection functionality, which turned out to be highly unreliable. I hope the commits are now more easily reviewable....

@Riksu9000 Thank you for the feedback! I'll try to split the PR further into chunks, the accelerometer FIFO handling should be easy to separate for example. Do you prefer to...

I have split this PR into seven new ones. I hope this makes the code significantly easier to review. I listed all the PRs in the stating post of this...

@JF002 Thanks for taking the time to review. I realize that this is quite a bit of code, so I completely understand that reviewing and adjusting code will take its...