1. Blink
This example is like the "Hello World" of physical computing:
Get the code
3. Other buzzer examples
The following programs (also deployed with the current Minibloq's version) works with the same circuit as the "ramdom notes" example. You can open them with the File->Examples menu:
4. Servo (incremental position)
Get the code

Get the code
This example is like the "Hello World" of physical computing:
Get the code
The code for this example is included with Minibloq's distribution (v0.8.Beta). You can find the code easily:
See it in action
2. Buzzer (random notes)
Get the code
- Click on the the File->Examples menu.
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_Maple\10.Blink
- Open Blink.mbqc
See it in action
2. Buzzer (random notes)
Get the code
The code for this example is included with Minibloq's distribution (v0.8.Beta). You can find the code easily:
Get the Fritzing circuit
You can download the Fritzing circuit from this link.
Parts list
See it in action
- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_DuinoBot.Kids\80.RandomNumberBuzzer
- Open RandomNumberBuzzer.mbqc
You can download the Fritzing circuit from this link.
Parts list
- 1x 5 to 9V (small) buzzer without oscillator.
- 1x Breadboard.
- 1x Arduino™ compatible board.
- Cables.
These parts can also be found in kits like the SparkFun Inventor's Kit for Arduino.
3. Other buzzer examples
The following programs (also deployed with the current Minibloq's version) works with the same circuit as the "ramdom notes" example. You can open them with the File->Examples menu:
- Arduino_Seeed_DuinoBot_DuinoBot.Kids\70.RepeatBuzzerBeep\RepeatBuzzerBeep.mbqc
- Arduino_Seeed_DuinoBot_DuinoBot.Kids\90.BuzzerAndVariable\BuzzerAndVariable.mbqc
4. Servo (incremental position)
Get the code
The code for this example is included with Minibloq's distribution (v0.8.Beta). You can find the code easily:
Get the Fritzing circuit
You can download the Fritzing circuit from this link.
Parts list
See it in action
The code for this example is included with Minibloq's distribution (v0.8.Beta). You can find the code easily:
- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_DuinoBot.Kids\170.ServoIncrementalPos
- Open ServoIncrementalPos.mbqc
You can download the Fritzing circuit from this link.
Parts list
- 1x standard servo (like this, for example).
- 1x Breadboard.
- 1x Arduino™ compatible board.
- Cables.
These parts can also be found in kits like the SparkFun Inventor's Kit for Arduino.
5. Five LEDs
The code for this example is included with Minibloq's distribution (v0.8.Beta). You can find the code easily:
Get the Fritzing circuit
You can download the Fritzing circuit from this link.
Parts list
See it in action
6. Analog sensor and blinking- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_Maple\30.FiveLEDs
- Open FiveLEDs.mbqc
You can download the Fritzing circuit from this link.
Parts list
- 2x standard 5mm red LEDs (other colours can be used).
- 3x standard 5mm yellow LEDs (other colours can be used).
- 5x 330 Ohms 1/8W resistors.
- 1x Breadboard.
- 1x Arduino™ compatible board.
- Cables.
These parts can also be found in kits like the SparkFun Inventor's Kit for Arduino.
Get the code
To get the code you will need to:
You can download the Fritzing circuit from this link.
Parts list
See it in action
7. DC motor with H-bridge examples
- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_Maple\80.AnalogSensorAndBlinking
- Open AnalogSensorAndBlinking.mbqc
Please note that this circuit and code can be also be used for the AnalogSensorAndFading example, deployed with Minibloq:
Get the Fritzing circuit- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_Maple\40.AnalogSensorAndFading
- Open AnalogSensorAndFading.mbqc
You can download the Fritzing circuit from this link.
Parts list
- 1x Flex sensor like this (PDF datasheet).
- 1x 10K 1/8W resistors.
- 1x 330 Ohms 1/8W resistors.
- 1x Breadboard.
- 1x Arduino™ compatible board.
- Cables.
These parts can also be found in kits like the SparkFun Inventor's Kit for Arduino.
7. DC motor with H-bridge examples

The following examples are deployed with Minibloq's distribution. You can open them with the
File->Examples menu:
You can download the Fritzing circuit from this link.
Parts list
9. IR remote control + DuinoBot.Kids
File->Examples menu:
- Arduino_Seeed_DuinoBot_DuinoBot.Kids_Maple\20.RepeatMotorsFwdRev
- Arduino_Seeed_DuinoBot_DuinoBot.Kids_Maple\30.MotorAcceleration
You can download the Fritzing circuit from this link.
Parts list
- 1x small DC motor like this (Be careful: don't use motors bigger than those that can be managed by your H-bridge IC and your control board.)
- 1x H-bridge IC like the L293D or the SN754410 (Note: If you use the SN754410 you may need to add fast clamping diodes, such as the UF4007 -the L293D already have internal clamping diodes-.)
- 1x Breadboard.
- 1x Arduino™ compatible board.
- Cables.
These parts can also be found in kits like the SparkFun Inventor's Kit for Arduino.
See it in action
8. DC motor, H-bridge and sensor
This example's code is very simple, and is deployed with Minibloq's distribution. You can open it with the
File->Examples menu:
You can download the Fritzing circuit from this link.
Parts list
File->Examples menu:
- Arduino_Seeed_DuinoBot_DuinoBot.Kids_Maple\40.AnalogSensorAndMotor
You can download the Fritzing circuit from this link.
Parts list
- 1x small DC motor like this (Be careful: don't use motors bigger than those that can be managed by your H-bridge IC and your control board.)
- 1x H-bridge IC like the L293D or the SN754410 (Note: If you use the SN754410 you may need to add fast clamping diodes, such as the UF4007 -the L293D already have internal clamping diodes-.)
- Trimpot 10K with Knob, like this.
- 1x Breadboard.
- 1x Arduino™ compatible board.
- Cables.
These parts can also be found in kits like the SparkFun Inventor's Kit for Arduino (except for the H-bridge).
See it in action
The code for this example is included with Minibloq's distribution (v0.8.Beta). You can find the code easily:
Parts list
See it in action
10. IR controlled N6 robot- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_DuinoBot.Kids\120.IRBuzzer
- Open IRBuzzer.mbqc
- 1x RobotGroup's DuinoBot.Kids board.
- 1x RobotGroup's Multiplo 38 KHz IR sensor.
- 1x Multiplo sensor cable
- 1x RC5 standard remote control.
The code for this example is included with Minibloq's distribution (v0.8.Beta). You can find the code easily:
Parts list
See it in action
See it in action
- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_DuinoBot.Kids\150.IRRemoteRobot
- Open IRRemoteRobot.mbqc
- 1x RobotGroup's N6 robot (you can use other robots, but you will need to adapt the code).
- 1x RobotGroup's Multiplo 38 KHz IR sensor.
- 1x Multiplo sensor cable
- 1x RC5 standard remote control.
11. Selecting blocks in a Multiplo conveyor belt
To get the code you will need to:
Parts list
This example can be built with a construction kit, such as the Multiplo TechBox from RobotGroup.
- Click on the the File->Examples menu
- In the open file dialog, go to the folder Arduino_Seeed_DuinoBot_DuinoBot.Kids_Maple\70.ConveyorBelt
- Open ConveyorBelt.mbqc
Parts list
This example can be built with a construction kit, such as the Multiplo TechBox from RobotGroup.
See it in action







