I am using the Adafruit Bluefruit LE Sniffer nRF51822 on my Windows 11 laptop computer, and I am following the step by step instructions on the Adafruit website here:
https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/using-with-sniffer-v2-and-python3
First I plugged my Sniffer nRF51822 into a USB port, and then I downloaded the SIlicon Labs VCP driver by clicking on the green rectangle (which reads "Silicon Labs VCP Driver") which takes me to this page:
https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
where I chose "Downloads", and then I chose "CP210x Universal Windows Driver v11.1.0". I went to Downloads on my laptop computer and found "CP210x_Universal_Windows_Drivers.zip". I right clicked on that and chose "Extract all". I see, in the Download section of my laptop computer, the following files:
arm
arm64
x64
x86
CP210x_Universal_Windows__Drivers_ReleaseNotes.txt
silabser.cat
silabser.inf
SLAB_License_Agreement_VCP_Windows
I also saw in the Downloads section of my laptop computer a file named "blesnifferwin101.zip" on which I also right clicked and chose "Extract all".
As per the instructions, I then go to my Device Manager where I see:
?Other Devices
?!CP2102N USB to UART Bridge Controller
but according to the instructions, I should see:
Ports (COM & LPT)
Silicon Labs CP210x USB to UART Bridge (COM4)
I have tried removing the Sniffer from its USB port and then plugging it back into the USB port, but that does not seem to create the proper response in the Device Manager. Any advice would be greatly appreciated.