-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Chronos App support #257
Comments
I have forked the repo and will be working on it soon. Just a quick question, what name and service(s) does the watch advertise for ble discovery? |
Just the NUS UUID. If you have a Linux computer you can run everything in Linux (even with Bluetooth) if you want to experiment :) https://github.com/jakkra/ZSWatch/blob/main/GETTING_STARTED.md#1-native-posix Although Zephyr can be a bit daunting if you have not worked with it before. |
Yeah, haven't worked with Zephyr before but I'll try to set it up |
I haven't had any luck setting up Zephyr. Considering this, I'm contemplating rewriting the Chronos library in C. |
I guess you turned on CPP support in Zephyr? Something like I did here https://github.com/jakkra/ZSWatch/blob/main/app/src/ble/ble_transport.h |
I have created PR #290, which still needs review, particularly regarding the implementation of the functions. Could you please review the code and provide guidance on how to properly implement these functions? I'm currently unable to test on my end as I have not gotten Zephyr running yet. |
Hi, very nice, I'm busy now for 2 days, but will look into it after that! |
I created a skeleton here: https://github.com/jakkra/ZSWatch/tree/jakkra_ble_chronos_app
Commands: https://github.com/fbiego/dt78/blob/master/DT78_COMMANDS.md
Find more info in #254
The text was updated successfully, but these errors were encountered: