windows/bluetooth: Add support for nimble BLE to windows port. by andrewleech · Pull Request #7781 · micropython/micropython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

Adds BLE support to the windows port via NimBLE (or optionally BTstack).
Includes a windows-specific HCI UART transport using Win32 serial APIs,
a BLE build variant, and the necessary build system integration.

The HCI controller is configured via the MICROPYBTUART environment
variable (defaults to COM3).

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>

Labels