I displayed the robot at ImagineRIT this weekend, showing it making some basic shapes and text. I used the Jtech Photonics plugin for Inkscape to generate some Gcode for it, with a few modifications to make it work with a pen (the software is designed for use with laser cutters). Marlin, the open-source firmware I'm … Continue reading It’s Alive!
Tag: drawing machine
Introducing N.C. Sketcher
I'm working on N.C Sketcher for my final robotics class at RIT. See other posts about this system on the project hub. While I have been sinking some time into exploring computer vision processes, I have also been working hard on coming up with an actual hardware platform. While benchmarking existing drawing machines, I made … Continue reading Introducing N.C. Sketcher
Detecting Edges of Objects using OpenCV
I've been starting to explore different methods for figuring out the location of drawing surfaces for my yet-to-be-named Drawing Robot. I have a few options available to me for use, which mainly include OpenCV, for both C++ and Python, and the imaging processing tools within MATlab. There are a few differences between these methods, and I've … Continue reading Detecting Edges of Objects using OpenCV
Drawing Machine, with a Brain
Drawing machines are a decent project to build from scratch, but they are not complex robots by today's standards. They use open loop motors, and the kinematic model is relatively simple and well-understood. Open-source firmware like Marlin can be used to control the robot like a 3D printer using G and M commands, and is easily … Continue reading Drawing Machine, with a Brain
Sketch Robot: Eyeing the Competition
I've been spending most of my free time these past few days researching existing concepts for drawing robots, exploring different unique methods, and narrowing down the scope of my project to something that could actually be realized. I've found quite a few different ideas floating around out there, some with obvious design issues, but many … Continue reading Sketch Robot: Eyeing the Competition