Learn what to do if your board appears to be running a sketch, but is not behaving as expected. If you’re trying to upload a sketch but are getting an error in Arduino IDE, see If your sketch doesn’t upload instead.
-
Remove any connections to the RESET pin. If a black packaging foam is attached to the board, remove it.
-
Check the power supply. If your board is powered by a USB cable, try using a different cable, or a different USB port on your computer. If using an external power supply, try using a USB cable.
-
Check your sketch for incorrect use of Watchdog resets or other declared reset functions that can cause the board to reset unexpectedly. If you’re able to upload your sketch but it’s not working as expected, debug your if, for and while statements with Serial.print() and check the Serial Monitor. Make sure you’re not assigning values to an array outside its declared length.
-
Reset the memory. Copy and paste the BareMinimum sketch below or open it with _File > Examples > 01.Basics > BareMinimum in Arduino IDE. Then, double-tap the RESET button to put the board in bootloader mode. If it’s detected on a port, upload the sketch.
Still need help?
-
Visit the Installation & Troubleshooting in the Arduino forum.
Please include this information:
- A verbose error output
- The name of your board
- Your operating system
- Your Arduino IDE version