Skip to content
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

Tracking issue for BLE support #32

Open
1 of 4 tasks
lukipuki opened this issue Jan 21, 2025 · 0 comments
Open
1 of 4 tasks

Tracking issue for BLE support #32

lukipuki opened this issue Jan 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@lukipuki
Copy link
Collaborator

lukipuki commented Jan 21, 2025

Is your feature request related to a problem?
Connecting to a device via BLE is not supported.

Describe the solution you’d like
Use the btleplug crate for easy cross-platform BLE support. The interface should be almost the same as for serial and TCP connection.

Additional context
This is more complex than serial/TCP support, as the BLE API is a bit complex.

  • implement build_ble_stream
  • add example
  • update docs
  • add a function to discover Meshtastic devices
@lukipuki lukipuki added the enhancement New feature or request label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant