Can't Find Windows 7 Driver For Nano 33 BLE - Arduino Forum
Maybe your like
I just received a Nano 33 BLE Sense. Using Boards Manager, I have installed "Arduino nRF528x Boards" and selected the Nano 33 BLE. However, when I connect the board via USB, the driver does not load. In Device Manager, it shows up as "CDC DEVICE" under "Other devices" (with no driver found). The VID/PID string is "VID_2341&PID_805A". I can't find a .inf for that combo anywhere in the Arduino install locations. I am using Windows 7.
Anybody know where I can find this driver? Thanks.
msdsmith August 29, 2019, 1:32pm 2I do not have a solution for you but would like to add that I've experienced the same issue. I haven't found a Windows 7 driver that works with the Nano 33 BLE yet.
PeterKE September 24, 2019, 8:10am 3I have the same issue with the board turning up as CDC Device and I also run windows 7.
PeterKE September 25, 2019, 8:43am 4I've got i working with the help of Martino Facchin's post on GitHub.
GitHub - arduino/ArduinoCore-nRF528x-mbedos: [Archived] Arduino core supporting mbed-enabled...
[Archived] Arduino core supporting mbed-enabled boards
I put the following files in a folder "prewin10" under the "drivers" folder for Arduino.
arduino_mbed.cat arduino_mbed.inf dpinst-amd64.exe dpinst-x86.exe post_install.bat
Modified the post_install file by removing the paths, see below.
I executed the post_install.bat and the BLE board was recognized as Arduino Nano 33 BLE instead of CDC.
Modified batch file
@echo off set ARGS=/SE /SW /SA
@echo off setlocal for /f "tokens=4-5 delims=- " %%i in ('ver') do @(if %%i==Version (set VERSION=%%j) else (set VERSION=%%i)) if %VERSION% GEQ 10 ( exit /b 0 ) endlocal
REM dpinst /PATH has problems with relative paths, so use absolute path. if "%PROCESSOR_ARCHITECTURE%" == "AMD64" ( dpinst-amd64.exe %ARGS% ) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" ( dpinst-amd64.exe %ARGS% ) ELSE ( dpinst-x86.exe %ARGS% )
exit /b 0
mikkie42 September 30, 2019, 5:40pm 5Have the same problem with a Nano 33 BLE I received today. The only solution I found was to press the reset button twice, which installed the driver correctly, previously it tried installing and failed.
Have uploaded and run the "blink" sketch ok, although it changed the com port from 12 to 13 for some reason. Will see when I restart everything tomorrow if it still all works.
This is with Windows 7, Arduino IDE 1.8.10.
Related topics
| Topic | Replies | Views | Activity |
|---|---|---|---|
| Windows XP driver for Nano 33 BLE Nano 33 BLE Sense | 1 | 95 | November 24, 2024 |
| Windows unable to find DFU Driver Nano ESP32 | 5 | 1504 | October 13, 2025 |
| Arduino Nano 33 BLE Sense Driver Problem. Nano 33 BLE Sense | 21 | 10670 | May 7, 2021 |
| Windows 11 and Arduino DFU Driver do not become friends Nano ESP32 | 18 | 680 | October 21, 2025 |
| Using a Nano 33 BLE: Board at /dev/ttyACMo is not available Uploading | 4 | 41 | November 27, 2025 |
Tag » Arduino Nano Ble Driver
-
Getting Started With The Arduino Nano 33 BLE
-
Nano 33 Sense BLE Not Detected On W10 - Arduino Forum
-
Arduino Nano 33 BLE Sense Driver Problem.
-
Getting Started With The Arduino Nano 33 BLE Sense
-
Connecting Nano 33 BLE Devices Over Bluetooth
-
Get Started With Arduino Nano 33 BLE - OKdo
-
Get Started With Arduino Nano BLE 33 Sense - OKdo
-
ARDUINO NANO 33 BLE SENSE NRF52840 | Điện Tử ProE
-
Ide - I Want To Install The Driver For Arduino Nano 33 Ble
-
Arduino Nano 33 Ble Sense - Integrated Circuits - AliExpress
-
Can Not Connect Hardware Arduino Nano 33 BLE Sense Bootloader ...
-
Board Lập Trình AI Arduino Nano 33 BLE Sense - Shopee
-
Combo Mạch Arduino Nano (KÈM CÁP)+ CNC Shield V4 Và 3 ...