Getting Started

Last revision 2026/01/14

This guide details the process for setting up the DFRduino M0 software environment and installing drivers using Arduino IDE, ensuring a seamless start to your development projects.

Configure Software Environment

Setup DFRduino M0 Software Development Environment:

  1. Open Arduino IDE, File->Preferences, find Additional Boards Manager URLs, copy the below link, and paste in the blank. https://raw.githubusercontent.com/DFRobot/DFRobotDuinoBoard/master/package_dfrobot_index.json
    DFR0392-Config 1

  2. Paste URL here and click OK.
    DFR0392-Config 2

  3. Open Tools->Board->Boards Manager, enter DFRduino in the search box, click Install.
    DFR0392-Config 3
    DFR0392-Config 4

  4. Now, the development environment has been installed, you can use it like a normal Arduino board.
    DFR0392-Config 5

Driver Installation:

  1. Connect M0 to your computer, and you will find an unknown device in the device manager.
    DFR0392-Driver

  2. Update Driver Software --> Browse my computer for driver software.

  3. Generally, this driver is located in the SDK folder: C:\Users\yourUserName\AppData\Local\Arduino15\packages\nucDuino\hardware\nucDuino\1.0.0\driver

DFR0392-M0 serial port

Was this article helpful?

TOP