windows-winusb: improved zadig instructions, added images

This commit is contained in:
Matthias Ringwald 2023-06-02 10:02:33 +02:00
parent abd50c130e
commit 340ec19c84
3 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@ The port provides both a regular Makefile as well as a CMake build file. It uses
## Access to Bluetooth USB Dongle with Zadig
To allow libusb or WinUSB to access an USB Bluetooth dongle, you need to install a special device driver to make it accessible to user space processes.
To allow WinUSB to access an USB Bluetooth dongle, you need to install a special device driver to make it accessible to user space processes.
It works like this:
@ -14,9 +14,15 @@ It works like this:
- Start Zadig
- Select Options -> “List all devices”
- Select USB Bluetooth dongle in the big pull down list
- Select WinUSB (libusb) in the right pull pull down list
- Select WinUSB in the right pull down list
- Select “Replace Driver”
![Zadig showing CYW20704A2](zadig-cyw20704.png)
After the new driver was installed, your device is shown in the Device Manager with Device Provider 'libwdi'
![Device Manager showing CYW20704A2](device-manager-cyw20704.png)
## Visual Studio 2022
Visual Studio can directly open the provided `port/windows-windows-h4-zephyr/CMakeLists.txt` and allows to compile and run all examples.

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB