Skip to content

dinhnam/StepmoterDrawingSimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schematic

drawing cnc schematic

BOM

KIT STM32f103c8t6
Module H bridge driver mini L298
Servo sg90
Two step motor bipolar 5v
Module USB to UART for communicate with computer

Tools and Software

µVision Editor with KeilC Framework for STM32 MCU
STM32CubeMX initialization code generator

Image

drawing cnc schematic

Command UART

MXY x y

Move pen to X-Axis and Y-Axis positions

LINE x1 y1 x2 y2

Move a line from position (x1,y1) to position (x2,y2)

CIRCLE x y R N

Draw a cirlce have center is (x,y) , radial is R, N is number of lines that make up a circle

PEN p_val

p_val = 0 => pen up. p_val = 1 => pen down.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages