Espresso

A coffee mug sized robotic-arm that combines various motors as actuators, motor drivers and a microcontroller. This robot isn't just a toy – it's a learning platform that will help you understand the basics of how robotic arms work, how they calculate their paths and move, and how they can be programmed to perform tasks.

Overview:

A coffee mug sized robotic-arm that combines various motors as actuators, motor drivers and a microcontroller.

This robot isn’t just a toy – it’s a learning platform that will help you understand the basics of how robotic arms work, how they calculate their paths and move, and how they can be programmed to perform tasks.

Hands-on experience & Practical Knowledge

Espresso [O-Bot]

Electronics
Mechanics

Features & Capabilities

  • 6 Axis Mini Robot Arm ( 5 DOF + Gripper)
  • Equipped with 3 stepper Motors and 3 servo motors.
  • Requires 3 x stepper motor drivers

Learn:

An Open-Source DIY IoT Robot Arm...

Introduction

ESPRESSO [O-Bot}

Dive into the exciting world of robotics with the Espresso Robot, a fully open-source project designed to ignite your passion for DIY electronics and mechanics.

This compact and versatile robot platform is perfect for beginners and experienced makers alike, offering a hands-on experience in designing, building, and programming your own intelligent machine.

The Espresso Robot combines accessible construction with powerful capabilities. Its 3D-printable chassis allows for customization and easy assembly, while its programmable nature lets you bring your creative visions to life.

Equipped with WiFi and Bluetooth connectivity via the ESP32 microcontroller, the Espresso Robot can be controlled wirelessly and integrated into your smart home projects.

Whether you prefer the familiar Arduino environment using C++ or the simplicity of MicroPython, the Espresso Robot’s flexible architecture caters to your programming style. Explore the fundamentals of microcontrollers, sensor integration, and actuator control as you build and code your robot to navigate, interact, and even communicate! Join the open-source community and start building your Espresso Robot today.

By the end of this journey, you’ll have built your own robot, programmed it to perform various tasks, and gained valuable insights into the world of embedded systems and robotics.

Let’s embark on this adventure together and discover the exciting possibilities of robotics!

Components / Parts

Electronics Components

3D Printed Parts

Mechanical Components

Wiring Diagram:

Wiring the Connections

Before
After

Step 1: Power Supply and ON/OFF Switch

Connect the LiPo battery to the BMS MH-CD42 module.

  • Connect the positive (+) terminal of the LiPo battery to the “+” input on the BMS.
  • Connect the negative (-) terminal of the LiPo battery to the “-” input on the BMS.

Add the ON/OFF Switch

  • Cut the positive wire connected to the “+” on the BMS and Connect it to one end of the ON/OFF Switch.
  • Connect the other end of the ON/OFF Switch to the “+” output on the BMS.
Before
After

Step 2: Power Distribution

Connect the BMS output to the Servos.

  • Connect the “+” on the Servos to the “+” output on the BMS.
  • Connect the “-” on the Servos to the “-” output on the BMS.

Connect the BMS output to the WS2812 Neopixel Ring.

  • Connect the “+” on the RGB Ring to the “+” output on the BMS.
  • Connect the “-” on the RGB Ring to the “-” output on the BMS.

Connect the output of the BMS to the 3.3V Regulator.

  • Connect the “+” output of the BMS to the input of the 3.3V regulator.
  • Connect the “-” output of the BMS to the ground pin of the 3.3V regulator.
Before
After

Step 3: Powering the ESP32, OLEDs and ToF Sensor

  • Connect the 3.3V output from the regulator to the VCC (or 3.3V) pin on the ESP32.
  • Connect the GND from the regulator to the GND pin on the ESP32.
  • Connect the GND from the regulator to the GND pin on both OLED displays and the VL53L0X1 sensor.
  • Connect the 3.3V regulator output to the OLEDs and ToF Sensor.
  • Connect the 3.3V output from the regulator to the VCC pin on both OLED displays and the VL53L0X1 sensor.
Before
After

Step 6: Signal Connections

Connect the I2C communication lines.

  • Connect the SDA pin of the ESP32 to the SDA pin of both OLED displays and the VL53L0X1 sensor.
  • Connect the SCL pin of the ESP32 to the SCL pin of both OLED displays and the VL53L0X1 sensor.

Connect the signal pins of the servos to the ESP32.

  • Connect the signal wire of SERVO_R to digital pin 6 on the ESP32.
  • Connect the signal wire of SERVO_L to digital pin 5 on the ESP32.
  • Connect the signal wire of SERVO_H to digital pin 7 on the ESP32.

Connect the WS2812 LED Ring and the Buzzer.

  • Connect the signal wire of the RGB ring to digital pin 10 on the ESP32.
  • Connect the signal wire of the Buzzer to digital pin 0 on the ESP32.

Assembly

- Break of down the assembly process into manageable steps. - Use detailed images or animations to illustrate each step. - Explain how to connect each component to the ESP32.

Component Placement:

    • Show how to mount the components onto the 3D printed chassis.
    • Consider cable management to ensure a clean and organized build.

Testing the Connections:

    • Instructions on how to test the power supply and the connection of each component.

Troubleshooting:

    • Tips on diagnosing possible issues with the electronics circuit.

Enclosure Mounting:

  • How to mount components in the enclosure and wiring recommendations.
  • Software Setup:

    • Instructions on how to install the Arduino IDE or other required software.
    • Explain how to install the necessary libraries for the ESP32, sensors, and actuators.
  • Code Overview:

    • Describe the structure of the code and the main functions.
    • Explain how the code controls the robot’s behavior.
  • Uploading the Code:

    • Provide clear instructions on how to upload the code to the ESP32.
  • Example Code Snippets:

    • Include code snippets that demonstrate how to read sensor data, control the servos, and display information on the OLED.
  • Customization and Expansion:

    • Suggest ideas for customizing the code and adding new features (e.g., remote control, autonomous navigation, voice control).
      • Different software implementations.
      • Library recommendations.