abhaybd / Whiteboard-Drawer

CNC machine that draws designs on a whiteboard, powered by Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whiteboard-Drawer

Robot powered by an arduino that can draw on a whiteboard.

Written to accept arbitrary G-Code, which means it can draw pretty much anything.

The code for the robot is in drawer, and the code to calibrate the servo is in servo_calibration. There is also Java code that will stream a G-Code file over serial to the robot, which allows it to draw arbitrary designs. For the most part, this robot adheres to the guidelines/rules of G-Code, and behaves like a CNC machine.

About

CNC machine that draws designs on a whiteboard, powered by Arduino

License:MIT License


Languages

Language:Java 61.5%Language:C++ 38.5%