Skip to content

Troubleshooting

General Troubleshooting Help

Note

Not working as expected and need help?

If you need technical assistance and more information on a product that is not working as you expected, we recommend heading on over to the SparkFun Technical Assistance page for some initial troubleshooting.

If you don't find what you need there, the SparkFun Forums are a great place to find and ask for help. If this is your first visit, you'll need to create a forum account to search product forums and post questions.

Manual Upload Mode

Having problems uploading code with the auto upload mode? You may see this in the output window indicating there was an error uploading.

Please enter the upload mode manually(wait 5s)
    05
    04
    03
    02
    01
Uploading.....error: Enter Uart Download Mode

    Upload Image done.

If you have problems uploading code when Auto Upload Mode is enabled, try uploading code manually. From the menu, select the following: Tools > Auto Upload Mode: > Enable. Hit the upload button in the Arduino IDE. In the debug window, you should see something similar. As the Arduino IDE starts outputting the numbers.

Please enter the upload mode manually(wait 5s)
    05
    04
    03
    02
    01

Press down on the BOOT button. While holding down the BOOT button, press the RESET Button momentarily. Keep holding the BOOT button for a moment before lifting your finger off the button.

Manual Upload Sequence (Boot) Manual Upload Sequence (Boot + Reset) Manual Upload Sequence (Boot) Manual Upload Sequence Release
BOOT Button BOOT and RESET Keep Holding Down BOOT Release BOOT

If all goes well, you should have a successful upload with the following message.

Please enter the upload mode manually(wait 5s)
    05
    04
    03
    02
    01
Uploading..................
    Upload Image done.
All images are sent successfully!
NORA-W306 Arduino Manual Upload Success
NORA-W306 Arduino Manual Upload Success

To execute the code, hit the reset button or power cycle the board!