I've been having fun testing out the new Sense board and didn't have any problems for a few days, until I tried to test out the Chirp integration that was recently revealed (https://create.arduino.cc/projecthub/ChirpDevs/send-data-with-sound-bf7024).
I was too hasty in clicking upload and forgot to edit the Credentials.h file so when I opened the serial monitor I was greeted with a message telling me that.
However, since then I have been unable to upload another sketch to the board!
I have tried the Chrip example from the link above, the Blink example, and a couple of other minimal sketches. I've tried a different computer and cable and the issue is definitely with the board.
Below is the verbose output when attempting the Blink sketch, the error message is very vague:
Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "Arduino Nano 33 BLE"
Sketch uses 72492 bytes (7%) of program storage space. Maximum is 983040 bytes.
Global variables use 1408 bytes (0%) of dynamic memory, leaving 260736 bytes for local variables. Maximum is 262144 bytes.
Forcing reset using 1200bps open/close on port COM9
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
PORTS {COM3, COM4, COM9, } / {COM3, COM4, COM9, } => {}
Uploading using selected port: COM9
C:\Users\Nick\Documents\ArduinoData\packages\arduino\tools\bossac\1.9.1-arduino1/bossac.exe -d --port=COM9 -U -i -e -w C:\Users\Nick\AppData\Local\Temp\arduino_build_288053/Blink.ino.bin -R
An error occurred while uploading the sketch
Any ideas would be useful. If it was the normal board i'd probably be thinking about flashing the bootloader but I'm unsure how it works with the Mbed core.