BenAkrin-PlottyBot-TypeWriterMode

PlottyBot: A DrawBot That Plots A Lot

Fire up those 3D printers because if you’re like us, you’ll want your own PlottyBot. Still, have a pile of “thank you notes” to write from recent winter holiday gift exchanges? Hoping to hand letter invitations to a wedding or other significant event? Need some new art to adorn your lock-down shelter or shop? It sounds like [Ben] could help you with that.

Besides being a handsomely designed desktop DrawBot, this project from [Ben] looks to have some solid software to run it, a community of makers who have tested the waters, and very detailed build instructions. Those include everything from a BOM with links for ordering parts to animated GIF assembly for the trickier steps.

If you’d like to graduate from “handwritten” cards and letters to something poster-sized are customization tips for expanded X and Y dimensions. As we’ve included in other recent articles, one caveat to mention is the current scarcity of the Raspberry Pi Zeros that PlottyBots require. But if you have one on hand or think you’ll be able to source one by the time you’ve 3D printed all the parts, it might just be the perfect time to add another bot to your family. As a heads up, this project is self-hosted on a solar-powered server, so maybe take turns reading the complete build log.

A nice bonus if you need help drawing something suitably complex to require a robot’s help, [Ben] also created MandalGaba which looks like an awesome online tool for drawings like the ones shown above.

Pen Plotter From PCB Panels

Hacker [12344321A] has built a clever open-source pen plotter having a frame made from odd-shaped PCB panels (Chinese). It holds an ordinary drafting pen and draws on a small writing platform 8 x 8 cm square. This is barely enough space to draw a business card, depending on which country you’re from. The motion appears to be provided by DVD stepper motor head positioning assemblies, and the controller is an ESP32-based GRBL 3-axis board. User control is via WiFi and the plotter can be seen in operation being driven from the user’s smartphone (see video on the project page above).

Linear Motion Assemblies from a DVD player?

This looks like it would be an inexpensive build, and seems sturdy enough despite being literally held together by solder and paper clips. But be forewarned, the project is documented on an open-source hardware sharing site sponsored by EasyEDA called OSHWHub — the Chinese equivalent of their similar English-language OSHWLab. Hence all the notes are in Chinese, although Google translate can help here. [12344321A] provides all the engineering design files under GPL 3.0 license.

Thanks to [J. Peterson] for finding this project and bringing it to our attention via the tip line.

A r0tring CS-50 scriber. You type, it writes the letters with a pen on your blueprint or technical drawing.

Plotting To Restore A R0tring CS-50

If you’re of a certain vintage and have ever done any technical drawing, chances are good that you used a r0tring of some kind, be it pencil or pen. Well, r0tring makes more than writing implements.  They also made electronic scribers — a small plotter that pens ISO lettering on technical drawings based on typed input. This was a huge time saver over doing it freehand or stenciling each letter. The CS-50 is designed to hold the top-of-the-line r0tring drawing pen, which turned out to be the most expensive part of this restoration aside from the time spent sniffing out issues.

[Atkelar] likes to open things up and give them a visual inspection before powering them on. We think this is good practice, even if the suspense kills you. But really, [Atkelar] did so much more than that. He started by replacing the likely late-80s-era coin cell even though it registered north of 3 V. Then he swapped out all the electrolytic caps and one tantalum, cleaned the rubber dome keyboard parts with a cheap electric toothbrush, (another great idea), and completely disassembled the x-y mechanism to clean and re-oil it.

Continue reading “Plotting To Restore A R0tring CS-50”

Build Your Own Bluetooth Notification Ticker

Stock tickers were telegraph-based machines from the 19th century, and quickly fell by the wayside with the advent of computer replacements from the 1960s onwards. However, there’s something charming about small machines that deliver us paper strips of information – as demonstrated by this notification ticker from [DIYprojects] (Russian language, Google Translate link).

The heart of the build is an Arduino Mini, which receives the text content of smartphone notifications via a Bluetooth module hooked up to its serial port. The machine mounts a small roll of paper strip, which is pulled along by a stepper motor fitted with a rubber earbud for added grip. The pen is moved along the paper by a servo using a Lambda mechanism to allow it to move nicely perpendicular to the paper’s direction of travel. Instead of moving the pen up and down, the paper is pushed into the pen by a solenoid mounted underneath.

It’s a fun little project, and one we can imagine being great for educational purposes. It teaches skills required to work with steppers, servos, solenoids and Bluetooth, all at once. It’s a little different from some other pen plotter designs, but the ticker format has a certain charm that’s hard to replicate any other way. Video after the break.

Continue reading “Build Your Own Bluetooth Notification Ticker”

Arduino Plots Your Portrait With Style

Around these parts, we see plenty of plotter builds. They’re a great way to learn about CNC machines and you get to have fun making pictures along the way. [Ben Lucy] was undertaking just such a build of his own, but wanted to do something standalone that served a purpose. The result is the impressive Portable Portrait Painter.

What sets [Ben]’s project apart is how complete it is. Unlike other plotters that simply follow G-code instructions or process external images, the Portable Portrait Painter is a completely standalone machine. Fitted out with an OV7670 camera, hooked up to an Arduino, it’s capable of taking its own photos and then drawing them out as well.

Through some clever code from [Indrek Luuk], the Arduino Mega2560 is able to display a 20fps video preview on a color LCD screen. When the user presses a button, the current frame is captured and sent to the pen plotter. The plotting algorithm is particularly impressive, with images first processed with histogram compensation to maximise contrast. The pen is then drawn across the page line by line, and pressed into the page by varying amounts depending on the color value of each pixel. The darker the pixel, the thicker the stroke made by the pen. This more analog approach produces a much more detailed image than more basic plotters which either leave a mark or don’t.

The portraits produced by the plotter are impressive, and we like the edge-of-page artifacts, which add a little style to the final results. The Portrait Painter would make a great conversation piece at any Maker Faire or hackerspace night.

It’s a project that reminds us of some of the painting robots we’ve seen over the years. Video after the break.

Continue reading “Arduino Plots Your Portrait With Style”

Blackboard Becomes Tidy Pen Plotter

Printers are all well and good, but they’re generally limited to smaller paper sizes and use expensive ink. If you instead want to produce art on a larger scale, a plotter can be a great way to go. [tuenhidiy] built a tidy example using an old blackboard as a base.

These days, such a build is quite easily approachable, thanks to the broad DIY CNC and 3D printing communities. The plotter consists of a pair of stepper motors, driven by an off-the-shelf RAMPS 1.4 controller and an Arduino Mega 2560. The motors are mounted at the top corners of the blackboard, and move the pen holder via a pair of toothed belts, counter-weighted for stability. The pen holder itself mounts a simple permanent marker, and uses a servo to push the holder away from the paper for retraction, rather than moving the pen itself. Control of the system is via the Makelangelo firmware, an open-source effort capable of driving a wide variety of CNC motion systems.

The final result is a simple plotter using readily available parts that can reliably plot large graphics on a piece of A1 paper. We’re particularly impressed by the clean, continuous lines it produces – testament to a sound mechanical design.

We see plenty of plotters around these parts; even rotary types that can draw on curves. Video after the break.

Continue reading “Blackboard Becomes Tidy Pen Plotter”

Rotary Plotter Draws On Bottles

A pen plotter is often the first experience many ambitious makers have of the world of Computer Numerical Control, or CNC. While they typically operate on flat stock, with the right build, they can be designed to draw on curved surfaces, too – as [tuenhidiy] demonstrates with this rotary bottle plotter.

The plotter uses shafts salvaged from an old printer to act as the rollers for the bottle to be drawn upon, turned by a pair of stepper motors. X and Z axes are created out of two CD drive mechanisms – a popular way to build two linear axes on the cheap. The hardware is controlled by GRBL, running on an Arduino Uno kitted out with a CNC shield to handle the necessary I/O.

The build is somewhat limited to by the short range of its X axis, which prevents the plotter from easily drawing on a full-size bottle label or can. However, this could easily be fixed with some upgrades and extra steppers if so desired. As a home build, it’s a great way to learn about the CNC techniques required to work with curved surfaces effectively. Video after the break.

Continue reading “Rotary Plotter Draws On Bottles”