Skip to content

SadieD/dobotArm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Dobot

image

1.Machine Sketch

image

2 Communication Protocol

####1 Parameters setting Baud rate:256000. Parity: None. Stop: 1. ####2 begin communicate PC send beginPackage{}, and communicate is beginned. later Lower machine send data requestPackage{} per 60ms.

	beginPackage
	{
		0xa5,0x00,0x00,0x11,0x11,
		0x22,0x22,0x33,0x33,0x00,
		0x00,0x00,0x00,0x00,0x00,
		0x00,0x00,0x00,0x00,0x00,
		0x00,0x00,0x00,0x00,0x00,
		0x00,0x00,0x00,0x00,0x00,
		0x00,0x00,0x00,0x00,0x00,
		0x00,0x00,0x00,0x00,0x00,
		0x00,0x5a
	}
	requestPackage
	{0xa5...0x5a}
	38byte

####3 move control after resceived the requestPackage{}, PC send controlPackage{}.

c

	code

c++

	code

python

	code

java

	code

c#

	code

4 Arduino software

5 schematic and PCB board

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 58.2%
  • Java 41.8%