Hello, I am new to the forum and the Arduino Nano 33 BLE. I have installed Arduino IDE 1.8.15 on a Windows 10 laptop. The Nano 33 BLE and associated USB cable are both new.
Under Tools -> Board Manager, I have Arduino Mbed OS Nano Boards -> Arduino Nano 33 BLE installed
I tried testing with Blink (100ms HIGH, 3000ms LOW), however, after I compile and upload my sketch I get the following error ON EITHER COM Ports :
Arduino: 1.8.15 (Windows 10), Board: "Arduino Nano 33 BLE"
Sketch uses 83496 bytes (8%) of program storage space. Maximum is 983040 bytes.
Global variables use 43920 bytes (16%) of dynamic memory, leaving 218224 bytes for local variables. Maximum is 262144 bytes.
Forcing reset using 1200bps open/close on port COM3
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
PORTS {COM3, COM4, } / {COM3, COM4, } => {}
Uploading using selected port: COM3
C:\Users\plukacs\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.9.1-arduino2/bossac.exe -d --port=COM3 -U -i -e -w C:\Users\plukacs\AppData\Local\Temp\arduino_build_141129/Blink.ino.bin -R
Send auto-baud
No device found on COM3
An error occurred while uploading the sketch
Set binary mode
I have read multiple threads about drivers. Under Device manager -> Ports(COM & LPT) I have Intel(R) Active Management Technology - SOL COM3 and USB Serial Device COM4.
Can anyone point me to the proper driver, or assist with identifying the issue? I have reset the Nano 33 BLE using the double tap RESET method (bootloader), but still have NOT been successful uploading a sketch.