generated from StanfordSpezi/SpeziTemplateApplication
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial connection to the BioPot #41
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
==========================================
- Coverage 85.72% 85.65% -0.06%
==========================================
Files 67 72 +5
Lines 2457 2668 +211
==========================================
+ Hits 2106 2285 +179
- Misses 351 383 +32
Continue to review full report in Codecov by Sentry.
|
cd1fdd3
to
5c543d2
Compare
Supereg
added a commit
that referenced
this pull request
Dec 5, 2023
# Visualize Biopot measurements ## ♻️ Current situation & Problem The biopot device integration is currently relatively limited. With #41 we introduced initial pairing functionality based on SpeziBluetooth and #45 introduced parsing the BLE layer. This PR does first steps to integrate the Biopot device into the existing device search infrastructure and aims to display live data from the device. ## ⚙️ Release Notes * Integrate Biopot devices into the nearby devices list. * Visualize live measurements from the currently connected Biopot. ## 📚 Documentation -- ## ✅ Testing _TBA_ ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial connection to the BioPot
♻️ Current situation & Problem
This PR adds some very basic and initial connection mechanism to NAMS to connect to the BioPot based on SpeziBluetooth 🚀
⚙️ Release Notes
📚 Documentation
Minimal documentation was added where necessary. A lot of context is tracked within our Notion space.
✅ Testing
We added a initial setup for unit testing as well as a basic UI test!
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: