Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2024-01-17 20:38:32 +01:00
1f5f2650cf Updated lvgl simulator files
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2024-01-16 13:21:19 +01:00
4b90c4c23a Small fixes
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2024-01-16 13:15:38 +01:00
82a0ac7803 Updated the to do and done list + added some new ideas and also the pin
621d9ff466 Added the altimeter application header, source and assets files
07dba20b3a Enabled the chart widget in the LVGL config file as it is used in the altimeter app
29ceeb91aa Added the needed translation for the altimeter app, corrected some misspelled words and found out the the 'ö' and 'Ö' characters are missing from the font, NEEDS to be added
27ac389bfc Corrected the user feedback behaviour to not trigger when swiping back to the settings app from the menu screen
Compare 13 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2024-01-11 13:43:33 +01:00
ed930d1eae Minor miscellaneous changes
e47498b8bd Improved pressure computation function by reading the pressure and temperature registers in one shot
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2024-01-05 22:10:33 +01:00
2098121ae0 Fixed typo which could lead to a hard to find bug...
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2024-01-05 21:28:58 +01:00
b11810decf Reworked the BMA456's initialization routine
be90d23eeb Also resetting the bma456 internal setp counts when resetting the watch to its factory settings, this is nedeed because if the watch crashes or resets on its own, the bma456 is not reset anymore allowing to save the current step counter count and saving time by not reloading the config file.
b554e55e6e Added BMA456 helper functions with their own files
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2024-01-01 21:46:41 +01:00
6b24947f04 Started to add the RTC calibration trigger function - WIP.
8745170092 Added experimental functions allowing to set the BLE modem to sleep to save power. Does not work as intended (bug in the SDK probably).
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-12-23 11:27:26 +01:00
580c9f4e68 Updated a comment
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-12-19 00:08:58 +01:00
0057737ffa Minor update
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-12-18 23:39:24 +01:00
be27501e08 Updated GadgetBridge parser standalone project
4d8b0d359d Updated lvgl simulator
8de0a7a59c Corrected bad 24h dial numbering ...
53519391ef Refactored the watch faces to only have one source file, added the possibility to choose which watch face to use when compiling
f78a1f3a1a Updated the notification callback logic
Compare 8 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-12-18 21:01:06 +01:00
bdd89aae41 merge
f57d6de27d merge
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-12-18 20:59:24 +01:00
f57d6de27d merge
1f20f148fd Added a todo and done list to gather new ideas. A lot of work to do still
ea9f987556 Added a todo and done list to gather new ideas. A lot of work to do still
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-12-04 19:38:32 +01:00
1e49325271 Added a todo and done list to gather new ideas. A lot of work to do still
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-12-02 22:31:34 +01:00
0521ea37a9 Now setting some BLE connection parameters to try improving the watch's power consumption, shaved two mA off :(
65d41833fe Updated power consumption values of the watch
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-11-29 08:46:32 +01:00
c0484e3760 Updated the lvgl simulator project
9e16ed302d Added a new watchface which replaces the old one for now. Will add a way
fd0f44e888 Reworked and added the user feedback callback function to make the API consistent, implemented it on some screens/app already
8b16cf98aa It is now possible to swipe from right to left on the menu screen to open back the previously used application
68e1accde7 Added the possibility to enable the watchdog timer in case something goes sideways using the app_config.h file (enabled by default)
Compare 5 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-11-04 16:28:40 +01:00
598feba07a Menu screen items are now displayed in a circular pattern and not as a straight list anymore
Th3maz1ng deleted branch WIP from Th3maz1ng/W800_Smart_Watch 2023-11-04 12:33:36 +01:00
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-11-04 12:32:46 +01:00
967913d8df Updated code::blocks lvgl simulator (font updated among other things)
da65442ad5 Started to implement some functions of the watch power management system (dynamically change CPU clock), more to be done.
b5efc4f3a2 Cleaned up some code, calling vibrate functions where needed.
518c78f879 Added two new helper function to vibrate the watch on item click and vibrate the watch on received message notifications.
54c35bcde8 Regenerated used fonts (14, 16, 24, 28 and 30) to add accented characters used in the french and german languages. Added parentheses around macro value in app_config.h, Updated the firmware_version.h file.
Compare 7 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-11-03 14:27:59 +01:00
a5527b583c Added bma456 wearables feature set datasheet
Th3maz1ng pushed to WIP at Th3maz1ng/W800_Smart_Watch 2023-10-31 18:25:11 +01:00