Leonard
Published © GPL3+

TWinGo BASIC: Learn, Create, and Play with Robotics

Robotics for everyone! Affordable kit lets you learn, create & play.

BeginnerProtip1 hour96
TWinGo BASIC: Learn, Create, and Play with Robotics

Things used in this project

Hardware components

Theremino TWinGo BASIC kit
EleCrow sell the TwinGo basic KIT. For support and question ask here or mail to: twingo.arm@gmail.com Please consoder that his arm is at the beginning stage.
×1

Story

Read more

Schematics

The connection is very simple.

Look at the image and the connection will became clear
.

Code

COBOT sequence, example.

Tex
The sequence of command to be execute is a simple TXT file, wrere in the column there are the value in degree of each joint and on the line the veluw of each motor to send to the motors.
'File: TWinGo_tuning.txt           Date: 11 Apr 2024
'SendCommand StartVoice
SendCommand SayW Tuning
'SendCommand StopVoice
'SendCommand SayW no Tuning
SendCommand Blu
Acceleration 20
Speed 2000
MoveTolerance 1.1
MoveSpeed 2000
'MoveTime 1
'-------------------------------------
'        BASE   INNER   MIDDLE  OUTER
'SendCommand SayW Going to home
MoveTo +180.00 +250.00 +040.00 +133.15 'Safe position
MoveTo +153.00 +255.50 +040.00 +185.00 'Vertical

MoveTo +246.00 +180.00 +088.00 +081.00 'Center upper <<<<<<<
MoveTo +181.00 +158.00 +138.50 +090.50 'Center lower
MoveTo +209.50 +198.50 +073.50 +083.00 'Center Right
MoveTo +180.00 +266.00 +040.00 +141.00 'Approaching to pick
MoveTo +262.00 +258.00 +043.00 +130.00 'Pick
MoveTo +140.00 +175.00 +122.75 +067.50 'Rise small
MoveTo +177.00 +183.50 +093.75 +275.00 'Rise high
MoveTo +180.00 +200.00 +079.50 +137.00 'Vertical to place
MoveTo +101.00 +167.00 +120.50 +072.75 'Approaching to place
MoveTo +262.00 +245.00 +042.00 +163.25 'Place

MoveTo +180.00 +250.00 +040.00 +133.15 'Safe position

Credits

Leonard

Leonard

19 projects • 26 followers

Comments