StanfordSpezi / .github

Stanford Spezi
1 stars 2 forks source link

Bluetooth Module #21

Closed PSchmiedmayer closed 2 months ago

PSchmiedmayer commented 1 year ago

Problem

Several applications require interactions with Bluetooth devices that provide data interpretable by Spezi-based applications.

Solution

The core requirement would be handling:

Additional context

The current code of existing Spezi applications can serve as a good basis to get started.

Code of Conduct

PSchmiedmayer commented 1 year ago

@PSchmiedmayer will create a first draft based on existing Spezi-based applications.

PSchmiedmayer commented 10 months ago

Spezi now has a Bluetooth Module: https://github.com/StanfordSpezi/SpeziBluetooth.

There are some great first issues to improve and get started with improving the initial version: https://github.com/StanfordSpezi/SpeziBluetooth/issues

Feel free to let us know if you are interested in working on this focus area or have a project that would benefit from improvements to the module or where you might be able to contribute elements back to the Spezi open-source ecosystem 🚀

PSchmiedmayer commented 2 months ago

We have https://github.com/StanfordSpezi/SpeziBluetooth & https://github.com/StanfordSpezi/SpeziDevices handling all the required elements discussed in this issue. Amazing work by @Supereg; congrats on getting all of this in place!