Leon Matthes
Leon Matthes
Hi, the screen actually doesn't use any energy, as long as it's not updating, so you don't have to ever "turn it off". That's the awesomeness of e-ink. You can...
I think this might be caused by an incorrect remapping of the BMA423 axes. This is currently set up here: https://github.com/sqfmi/Watchy/blob/b3e11b76ebdcc523f0b63b6ef8d02ffbaa23447f/src/Watchy.cpp#L584 ``` cpp struct bma423_axes_remap remap_data; remap_data.x_axis = 1; remap_data.x_axis_sign...
The issue here is most likely that you didn't reset the interrupt. If you read the interrupt flags from the BMA they get reset. With the newest version of the...
One of the best ways that I currently use to reduce battery life is to completely disable my Watchy (put it in deep sleep) between 1am and whenever I wake...
Wow, an on-time of >1 month was always my hope with watchy. Your efforts are great in that regard. Do you only have v1 HW available or v2 also? It...
That would be my ideal setup, unfortunately the Watchy v1 hardware doesn't have the necessary external 32KHz oscillator needed for the BLE + light sleep combination. Still waiting for someone...
@Rua thanks for the answer, this makes a lot of sense. I've already found these functions on Queue and the fact that queue takes care of a lot of resource...
Taking inspiration from the validation layers makes a lot of sense :) Alright, if there are any concrete issues apart from CommandBuffers, which you're already working on, let me know....
I'm having a similar issue with the Peechy model using prusaslicer. It seems if you don't convert the units, and then scale the case by a factor of 100x it's...
Hm, I actually quite like your proposal, including `snake_case` Conversion in `C++Qt`... As then you'd always just write exactly what is used in the "language of origin", and it would...