Buy from US Buy from UK Buy from DE Buy from IT Buy from FR Buy from ES Buy from JP

The OSOYOO building bricks  is mechanically compatible with leading building bricks. In this lesson, we will use OSOYOO Bricks to build an Trebuchet which can throw a Ping Pang ball.

  1. A laptop or Desktop PC which runs Windows or Mac  computer
  2. OSOYOO Magic I/O Shield for Arduino x1
  3. OSOYOO Button Switch  Module
  4. OSOYOO Brick Servo
  5. OSOYOO Bricks
  6. Two pcs 18650 battery+Holder

Building Blocks:

Wire Connections:

Firstly, please plug Osoyoo Magic I/O shield into UNO board as following:

Secondly, Connect wires as per following picture:
Motor Fan to L1
Button to D2 port
Servo to D9 port

Finally, use the USB cable to connect your PC to the OSOYOO UNO board

Step 1) Download mBlock PChttps://mblock.makeblock.com/en-us/download/, select the download file as per your computer OS type:

Step 2)Download OSOYOO_UNO.mext device file from https://osoyoo.com/driver/mblock/osoyoo_uno.mext

Step 3) Run the mBlock PC software by double click the lovely Panda icon. you will see mBlock UI as following picture. Please delete the default device   CyberPi by click the cross in the red circle.

Step 4: Drag and Drop osoyoo_uno_mext file(downloaded in Step 2) to mBlock software as following:

Now you will see a new device firmware in mBlock, see following picture:

Now mBlock software and OSOYOO_UNO device firmware have been successfully installed in our PC!

Now we will show you how to use blocks to make our  Oscillating Pedestal Fan into reality.
Step 1: Click Control, then Drag and drop Forever block to programming area as following:

Step 2: Click Events,   add when Arduino Uno starts up block to the top:

Step 3: Click Control ,  drag  if else block to forever loop,

Step 4: Click Sensor, Add   Button Pressed  blocks  to if condition area, change Pin number to 2:


Step 5)
Click Action , then drag   set Servo Pin blocks to if else block as following:

Now all the programming   blocks have been completed! From above picture, the logic is pretty straightforward:

When Arduino is started,  computer will enter a dead loop which will  check the button status, when button is not pressed, the  servo will stop at original position (in my servo 0 degree ) and elevator is in the ground , when button is pressed, the servo   arm will rotate  from 0 degree position to 180 degree position and the elevator is lifted to the air.

Upload the program to Arduino

1)you need connect your Arduino board to your PC with a USB cable first. Then click the Connect button in the bottom of the mBlock software, you will see a USB window pop up,
2) select Show  all connectable device check box , then a device drop-down menu will show up,
3) select your Arduino port from device drop-down menu
4) click Connect button to  connect your PC to Arduino

5)After you PC is connected to Arduino UNO board,  please click Upload button in the bottom of your software, then the code will be uploaded to Arduino UNO board:

Now turn on the power switch in the Magic board, the Arduino will start to work and elevator is in the ground. Press the button on D2,  your  elevator will be lifted, when you release the the button, the elevator will go back to the ground.