Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-10 10:02:11 +02:00
3bd772837c Minor change
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-09 17:03:43 +02:00
5206181a32 Fixed potential memory leak, added the music state and music info events type
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-09 12:41:31 +02:00
b3bf6ce896 Documented almost every function of the API, implemented the http request command which is useless since GadgetBridge does not have internet permissions :(
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-09 08:05:31 +02:00
bfba12e43b Cleaned the wm_type_def.h file by reorganizing the types defines
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-08 22:43:51 +02:00
e71c020d97 Implemented the gadget_bridge parser feature as well as a few commands like the music control or the find device phone feature
a9e5589e87 Minor change
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-06 14:27:18 +02:00
74b90f9fee Finished to define the API, started to implement some of it
087cf4f808 Finished to define the API, started to implement some of it
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-06 14:12:32 +02:00
087cf4f808 Finished to define the API, started to implement some of it
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-05 14:46:55 +02:00
e67754b878 Minor work on the translation module, work in progress, more to be done
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-05 14:27:51 +02:00
bd6d5fc6d1 Finally cleaned the wm_type_def.h file which was provided by WinnerMicro's SDK...
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-05 09:26:20 +02:00
d4c516177d Added comment on modified nimble stack default value
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-05 08:19:12 +02:00
9f7e516984 Added the uint64_t type as a typedef. Will have to do some cleanup in file as it is a mess...
4da41970a6 Registered the setTimeFormatSettingsCallback
8d408b5125 Added translations in the menu item list (on the left hand side of the configuration screen), added time format (12H/24H) setting restoration callback
d0c933c78c Added new words to translate in the enum and started to translate some of them, work in progress
92a275dc1c Slight improvement in the rf modem management for BLE
Compare 6 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-05 08:03:59 +02:00
34ad38d34a Started to write the module used to interact/communicate with the gadget bridge Android app.
0e1bed0452 Added the uint32_t type, will have to clean the mess up in this file someday
3fc2297f17 Updated the nano shell commands to use the new bluetooth modem start API which as the option to set the modem in bluetooth only mode
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-04 08:21:50 +02:00
1faa5b3c84 Aligned ble_modem code with the W800SmartWatch ble modem code, corrected an english mistake in a comment
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-04-02 21:16:29 +02:00
44edace353 Added new commands to change the CPU clock speed, as well as close the clock to some peripherals in order to make power consumption testing easier on the chip
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-02 21:14:49 +02:00
c26a88d21c Added a function to the API allowing to register a step count indicator callback used to refresh the step counter of the watch face twice or three time a second.
ad61388bf6 Now starting the rf modem in bluetooth mode
f2b17bffd3 Added the option to only set the rf modem in bluetooth mode when starting it, this makes the power consumption drop significantly
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-02 18:37:44 +02:00
6d26186bd0 Updated the readme file
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-04-02 11:25:29 +02:00
f040e22af7 Deleted unused function prototype
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-03-31 16:12:06 +02:00
c04c035a4a Rephrased comment
f7c692c751 Changed the parameter passed to the size utility
e194de3eee Added the ble folder to the include paths
a20b35b600 Renamed the ble task name form bth to ble_svc
Compare 9 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2023-03-31 15:53:31 +02:00
cb4a9d77e3 Added corrections to the BLE module
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2023-03-31 11:13:10 +02:00
2bfddce356 Fixed bad library path in Makefile ...