1. Home
  2. Docs
  3. SmartTransmit
  4. Troubleshoot
  5. Upload Code

Upload Code

To upload a code to the Arduino MKR NB 1500 module please follow these steps.

  1. Check this side for the requirements
  2. Unpower everything and disconnect the SmartTransmitt from the SmartSampler
  3. Connect to the Arduino with a working USB communication cable
  4. If sound is switched on you should hear a “new device connected” sound
  5. Open the Arduino IDE
  6. Open the code you wish to upload
  7. Select the board on the top of the Arduino IDE
    1. The Board Name “Arduino MKR NB 1500” should show up
    2. The COM port shows up under the Name
    3. Different boards might generate new COM ports
  8. Click the upload button (right pointing arrow below the menu)
  9. Check the output window
    1. Upload respond should look simliar to the following

Write 12484 bytes to flash (196 pages)

[========= ] 32% (64/196 pages)
[=================== ] 65% (128/196 pages)
[============================= ] 97% (192/196 pages)
[==============================] 100% (196/196 pages)
done in 0.111 seconds

Verify 12484 bytes of flash with checksum.
Verify successful
done in 0.010 seconds
CPU reset.

How can we help?