https://github.com/berkayguzel06/robot-arm
A robotic arm that can control with potentiometers and from server remotely
https://github.com/berkayguzel06/robot-arm
3d 3d-printing automation cloud esp32 i2c micropython mqtt node-red nodered potentiometer remote-control robotarm robotic-arm robotics server
Last synced: 6 months ago
JSON representation
A robotic arm that can control with potentiometers and from server remotely
- Host: GitHub
- URL: https://github.com/berkayguzel06/robot-arm
- Owner: berkayguzel06
- License: gpl-3.0
- Created: 2023-07-05T16:20:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T18:49:02.000Z (8 months ago)
- Last Synced: 2025-03-26T03:51:17.400Z (7 months ago)
- Topics: 3d, 3d-printing, automation, cloud, esp32, i2c, micropython, mqtt, node-red, nodered, potentiometer, remote-control, robotarm, robotic-arm, robotics, server
- Language: Python
- Homepage:
- Size: 29.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Robot Arm Tutorial
Digital Twin in Machinery and Tools – Miniature Robot Arm with Potentiometer-based Control and MQTT Communication
> **Demonstration video is located at the bottom of this document.**## BRD (Business Requirements)
Executive Summary
Firstly, the robotic arm is going to be assembled. Movement of the robotic arm will be handled with
potentiometers. Potentiometers movement position save and repeatedly making the move after pressing button.
Fetching and displaying data will be handled.Objectives
- Construct a functional miniature robot arm using 3D model as the primary building material.
- Integrate four potentiometers to enable precise control of the robot arm's movements.
- Implement an MQTT communication in microPython to facilitate data exchange between the
robot arm and external devices.
- Sending datas to a DatabaseProject Scope
Minimizing human requirements and errors in the industrial arms with remote control capabilities and
watching the industrial arm's conditions in real time.## Components
*1 Servo for clipper (open-close)*
*4 MG996R Servo (controlling each arm link)*
*4 10K Potentiometer(to move MG996R servos with potentiometers)*
*4 Button(for mutiple feature)*
- 1 for switching server and potentiometer controlling
- 1 for record arm movements
- 1 for playing this record
- 1 for open and close clipper to hold objects*ESP32(comminicate between components and Internet)*
## Assembling The Arm
**Assembling the servo motors, potentiometers and making cable connections circuit desing**
**Get together potetiometers, servo motor, and make connection with ESP32**

**Now Add Pyhton Codes to ESP32**
## Node-Red and Internet Part
**Creating Node-Red Flow**
MQTT_in nodes connects a topic and gets sends data to gauges
MQTT_out nodes send data to ESP32 from sliders
Orange nodes helps to store data to SQLite database
*Main Robot Arm*
*SCARA Arm***Creating Node-Red UI**
Sliders helps to control servos in Node-Red
Gauges are shows the angle of potentiometers and servos
Database is a SQLite database that stores the servo names, values, and status
## Robot Arm Demo Video
Watch the demonstration video
https://github.com/berkayguzel06/Robot-Arm/assets/98205992/1ceb1cf3-8ca9-4a95-af73-3f9df5756e0d
This project aims to provide precise control and remote monitoring capabilities for industrial arms, ultimately reducing human intervention and minimizing errors. It demonstrates the integration of hardware, software, and data handling to create a functional miniature robot arm.