forked from auracaster/bumble_mirror
Create platforms/zephyr/hci.py with definitions of vendor HCI commands to read and write TX power. Add documentation for how to prepare an nRF52840 dongle with a Zephyr HCI USB firmware application that includes dynamic TX power support and how to send a write TX power vendor HCI command from Bumble.
712 B
712 B
PLATFORMS
Most of the code included in the project should run on any platform that supports Python >= 3.8. Not all features are supported on all platforms (for example, USB dongle support is only available on platforms where the python USB library is functional).
For platform-specific information, see the following pages:
- :material-apple: macOS - see the macOS platform page
- :material-linux: Linux - see the Linux platform page
- :material-microsoft-windows: Windows - see the Windows platform page
- :material-android: Android - see the Android platform page
- :material-memory: Zephyr - see the Zephyr platform page