Getting Started

Last revision 2026/01/24

This article guides you through setting up the Bluno M0 development environment with Arduino IDE, including driver installation and Bluetooth setup.

Setup Bluno 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
    DFR0416-1 Filepreferences
    DFR0416-2 Copyjson

  2. Click OK.

  3. Open Tools->Board->Boards Manager, enter Bluno in the search box, click Install.
    DFR0416-1 Setup board
    DFR0416-2 Setup board

  4. Now, the development environment has been installed, you can use it like a normal Arduino board.
    DFR0416-Finished setup

Driver Installation

  1. Some Win10 systems will install driver automatically. Please open device manager to check whether the COM X is installed, if yes, you can just download the program.
    DFR0416_Device_Manager_UNINSTALL

  2. Connect M0 to your computer, and you will find an unknown device in the device manager.
    DFR0416-Bluno_M0_driver_install1

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

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

  5. Or you can download it here directly: Click to save. Sometime you need disable the digital signature.
    DFR0416-Bluno_M0_driver_install2

Bluetooth Instruction

Bluno M0 is consistent with Bluno series in Bluetooth. Please refers to Bluno SKU:DFR0267 for details.

Was this article helpful?

TOP