Arduino Braccio Open Source Software MiKoBots Studio

by Mikobots in Circuits > Arduino

34 Views, 0 Favorites, 0 Comments

Arduino Braccio Open Source Software MiKoBots Studio

product foto2.png

MiKoBots Studio is an open source software that helps you to control your robot arm. It's inititlie devoloped for our own 6 axis robot arm, but is also free to use for other types of robotic arms. Like the Arduino braccio 5 axis robot arm.

Supplies

1x Arduino Braccio

1x Arduino mega

1x Base frame

8x M3 x 10

8x M3 nut

Downloads

Print the Base Frame

IMG_3647.png

print the Base

Install the Arduino Mega + Braccio Shield

IMG_3649_1.png
IMG_3650_1.png

Because of the size of the arduino program you will need an arduino mega instead of the standard arduino uno. The braccio shield is desgined for a arduino uno, but because the arduino mega has the same pin layout you can also use this shield on the arduino mega.


Install the arduino mega with shield to the frame using two M3 bolts and nuts, see picture.

Connect the Wires

IMG_3653.png

Now connect the servo wires to the shield agian.

Connect the Braccio Robot Arm to the Frame

Mount the robot arm to the frame using some M3 bolts and nuts. Next mount the frame to a sturdy underground.

Download the Firmware

Schermafbeelding 2025-01-15 142021.png

Go to the following website and download the firmware for the robot arm https://mikobots.com/mikobots-studio/downloads-mikobots-studio/

When you have downloaded the firmware unzip it at prefered location. Next open the firmware in Arduino IDE and change the following settings if not yet done.

Line 15:

#define type_device "ROBOT"

Line 16:

#define board_expansion "Braccio"


Next upload the firmware to your arduino mega board.


See also the help page on the website: https://mikobots.com/mikobots-studio/help/installation/installation-firmware-esp32/

Download MiKoBots Studio

To control the robot arm you have to download the software from https://mikobots.com/mikobots-studio/downloads-mikobots-studio/. The software is available for windows and macos. You can find the instructions of how to install the software here: https://mikobots.com/mikobots-studio/help/installation/installation-mikobots-studio/

Download Robot Profile

import braccio.png

When you have installed the software succesfully you can go to the following page and download the Braccio robot profile: https://mikobots.com/mikobots-studio/robots/


Next go to the robot settings and import the robot profile.

Start Programming

Schermafbeelding 2025-01-15 141348.png

Now you are ready to start exploring your programming skills with MiKoBots Studio, you can choose betweeen python programming or blockly programming to control your robot. Good luck!!!