I ordered two pinetimes and a dev kit on juli 9th I believe. From the us store since the eu one is always sold out. The order arrived today. The two sealed watches have found charge, firmware and wrists to cling to already. I love the pinetime and am looking forward to building cool new apps for it.
Btw I have been testing a pinetime from a friend before and the charge easily lasts a week for me. Really awesome. Just a little sad they didnt put the programming tool in the dev kit or at least suggested one. That way I would have been able to use the dev kit right away.
Highlights
New heart rate processing algorithm, provides more accurate and faster results
New memory management (heap unification)
Weather integration in PineTimeStyle watch face
Power optimizatio...
Link Actions
Highlights
New heart rate processing algorithm, provides more accurate and faster results
undefined
New memory management (heap unification)
undefined
Weather integration in PineTimeStyle watch face
undefined
Power optimizations
undefined
Bug fix in shake wake
undefined
InfiniSim : New status window
Improved heart rate algorithm
The improved signal processing algorithm for the heart rate sensor was contributed by @Ceimour. They reworked the signal processing code that converts the raw values returned by the sensor, and also fine-tuned the senor settings. All in all, this new algorithm should return results faster (6.4s) and more often (each 800ms) than the previous one. You'll find more information about this change in this comment by Ceimour.
New memory management aka Heap Unification
InfiniTime was previously allocating 3 memory "heaps" (memory area managed by software modules) : one for FreeRTOS, one for LVGL and one "global" heap allocated by the C++ standard library.
To make memory usag
InfiniTime 1.12 is the result of nearly 6 months of work from the community and from the @InfiniTimeOrg/core-developers team!
During this (very) long development cycle, we focused mainly on the ma...