Nano upload just started failing

Hi,

I've been using Ardunio 1.8.x for a while now with no issues. But today after a (what seemed like) successful upload, no further uploads would work. Would just hang. Scoured through the forums, found an article about upgrading to the latest Ardunio ide and hitting the reset when it's uploading…. but that didn't work either.

Here's the output I'm seeing now if I just let it go without the reset. Any ideas?

Nano BLE
Arduino 2.0.0.

Sketch uses 343320 bytes (34%) of program storage space. Maximum is 983040 bytes.
Global variables use 231648 bytes (88%) of dynamic memory, leaving 30496 bytes for local variables. Maximum is 262144 bytes.
Performing 1200-bps touch reset on serial port /dev/cu.usbmodem1101
Waiting for upload port...
No upload port found, using address:"/dev/cu.usbmodem1101" label:"/dev/cu.usbmodem1101" protocol:"serial" protocol_label:"Serial Port (USB)" properties:{key:"pid" value:"0x805A"} properties:{key:"serialNumber" value:"6E5EECCB6EC98CA1"} properties:{key:"vid" value:"0x2341"} as fallback
"/Users/deuce/Library/Arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac" -d --port=cu.usbmodem1101 -U -i -e -w "/private/var/folders/z2/p1vm6gxn2yd7xhrk84x279yc0000gn/T/arduino-sketch-6751E4C993A996669784925C21AFEA32/arduino.ino.bin" -R
Set binary mode
Send auto-baud
Set binary mode
No device found on cu.usbmodem1101
Failed uploading: uploading error: exit status 1

Do you have the correct board and com port selected? Does this also happen on a different board, or is this isolated to this particular board?

Just to verify, you are using a Nano 33 BLE.

Try double-tapping the reset button right as the compile finishes and the upload starts.

you're a genius. the double tap worked. Thanks!!

1 Like

On some of the arduino boards pressing the reset twice puts the board in bootloader mode, useful when the code running on the board somehow prevents the normal automatic reset from working properly.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.