-
Notifications
You must be signed in to change notification settings - Fork 20
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
BLE support #25
base: master
Are you sure you want to change the base?
BLE support #25
Conversation
BLE enumeration is time consuming, so every
I think BLE, as for TCP, should be disabled by default. It could be enabled with an environment variable. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #25 +/- ##
========================================
Coverage 0.00% 0.00%
========================================
Files 20 21 +1
Lines 1252 1359 +107
========================================
- Misses 1252 1359 +107
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
What's the state of this PR? |
First comments from @jibeee were fixed, but it's definitely not super stable and needs more field testing. |
And a rebase :3 |
5fc73f6
to
913cd1f
Compare
Kudos, SonarCloud Quality Gate passed! |
This PR introduces support for BLE APDU exchanges, using bleak.
When enumerating devices, it scans connected BLE devices and keeps the ones whose name start with "Nano X", which is the default naming.
It does not handle pairing to a device.
This change was tested on Windows 10.
A second commit also displays some information about the currently connected device while in verbose mode.
Co-authored-by: @greenknot