Install Bluno M0 MainBoard
Now, the development environment has been installed, you can use it like a normal Arduino
board.
DriverInstallation
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.
Connect M0 to your computer, and you will find an unknown device in the device manager.
Update Driver Software --> Browse my computer for driver software .
Generally, this driver is located in the SDK folder
C:\Users\yourUserName\AppData\Local\Arduino15\packages\nucDuino\hardware\nucDuin
o\1.0.0\driver
Or you can download it here directly: Click to save. Sometime you need disable the digital
signature.
BluetoothInstruction
Bluno M0 is consistent with Bluno series in Bluetooth. Please refers to Bluno SKU:DFR0267 for
details.
SpecialFunction
HardwareSerialportx2&USBSerialPortx1
Just like Arduino Leonardo, M0 has USB Serial Port and Hardware Serial Port. No like
DFRduino M0, Bluno don't have Serial1. USB COM port, Bluetooth and Hardware Serial Port 1
share the same port: Serial.
USB Serial Port Serial
Hardware Serial Port 1 Serial
Hardware Serial Port 2 Serial2
Sample Code1: D0&D1 refers to Serial, serial2 refers to Serial2. Users can use USB serial
transformer tools to check printing.
void setup() { // put your setup code here, to run once:
Serial.begin(115200);
Serial2.begin(115200);
}
void loop() { // put your main code here, to run repeatedly:
Serial.println("I am Serial");
Serial2.println("I am Serial 2");
delay(1000);
}
Result1: Use USB serial transforming board to receive data from Serial2 and you can check
printing in correspond in PC.
Sample Code2: Digital IO
int pin;
void setup() { // put your setup code here, to run once:
for(pin=24;pin<32;pin++){
pinMode(pin,OUTPUT);
}
}
void loop() { // put your main code here, to run repeatedly:
for(pin=24;pin<32;pin++){
digitalWrite(pin,HIGH);

DFR0416

Mfr. #:
Manufacturer:
DFRobot
Description:
Development Boards & Kits - ARM Bluno M0 Mainboard
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet