2022 Sci-Fi Contest: A Friendly Wall Drawing Robot

Drawing on walls is fine for children, but adults tend to get bored quickly with such antics. Even more so when they realize who is responsible for cleaning up afterwards. Instead, consider delegating those duties to a friendly helper by the name of Fumik, as [engineer2you] has done.

Fumik, who looks like a cute little jellyfish, can draw pictures up to 5 meters wide and 3 meters high, making for a massive canvas. Powered by an Arduino Mega 2560 outfitted with a CNC shield, a pair of stepper motors drive pulleys with toothed belts to move Fumik to various positions along the wall. Another smaller stepper motor is used to drive the pen forwards and backwards as needed. Fumik can be programmed to trace out various designs in SVG format. These must be converted to code and programmed into the Arduino, at which point Fumik can begin work, drawing on the wall with its pen.

It’s a fun build, and based on photos shared by [engineer2you,] Fumik is quite able at drawing clean and neat designs without a lot of smudging or jagged lines. As a bonus, it’s easy to swap out the pen, so multicolored designs can be drawn in multiple passes.

We’ve seen other robot drawing builds before, too, like this capable portrait artist. Video after the break.

Continue reading “2022 Sci-Fi Contest: A Friendly Wall Drawing Robot”

Multicolor Drawbot Highlights Importance Of Limit Switches

Plotters and drawing robots are fun projects that let you create art with all the precision and perfection that computer numerical control can deliver. [TUENHIDIY] demonstrates that ably with the Multicolor DrawBot.

The build relies on a simple XY Cartesian design, using a pair of NEMA 17 stepper motors. It’s built in the typical CoreXY fashion, running GRBL firmware on an Arduino Uno.

Where [TUENHIDIY] gets creative is in the pen itself. Rather than using a simple ballpoint or marker, instead, a retractable multicolor pen is used instead. With the multicolor pen on board, [TUENHIDIY] notes the importance of limit switches in the design. These allow the the ‘bot to make multiple passes, each time in a different color, to build up a multicolor image. Without the limit switches in place, it would be impossible to line up each following pass.

We’d love to see the build taken even further with a servo-based system for switching colors automatically. As it is, though, [TUENHIDIY] has a capable plotter that can deliver tidy multicolor artworks.

One of the more curious applications of plotters of late are those used to send faux handwritten letters through the postal system.  Video after the break.

Continue reading “Multicolor Drawbot Highlights Importance Of Limit Switches”

CNC Toolpath Visualisation With OpenCV

[Tony Liechty] has been having a few issues getting into CNC machining — starting with a simple router, he’s tripped over the usual beginners’ problems, you know, things like alignment of the design to the workpiece shape, axis clipping and workpiece/clamp collisions. He did the decent hacker thing, and turned to some other technologies to help out, and came up with a rather neat way of using machine vision with OpenCV to help preview the toolpath against an image of the workpiece in-situ (video, embedded below.)

ChArUco (a combined chessboard and ArUco marker pattern) boards taped to the machine rails were used to give OpenCV a reference of where points in space are with respect to the pattern field, enabling identification of pixel locations within the image of the rails. A homography transformation is then used to link the two side references to an image of the workpiece. This transformation allows the system to determine the physical location of any pixel from the workpiece image, which can then be overlaid with an image of the desired toolpath. Feedback from the user would then enable adjustment of the path, such as shifts, or rotates to be effected in order to counter any issue that can be seen. The reduction of ‘silly’ clamping, positioning and other such issues, means less time wasted and fewer materials in scrap bin, and that can only be a good thing.

[Tony] says this code and setup is just a demo of the concept, but such ‘rough’ code could well be the start of something great, we shall see. Checkout the realWorldGcodeSender GitHub if you want to play along at home!

We’ve seen a few uses of OpenCV for assisting with CNC applications, like this cool you draw it, i’ll cut it hack, and this method for using machine vision to zero-in a CNC mill onto the centre of a large hole.

Continue reading “CNC Toolpath Visualisation With OpenCV”

You Draw It, CNC Cuts It

[Jamie] aka [vector76] hit us with a line-tracing plugin for OctoPrint that cuts out whatever 2D shape you draw on a piece of wood. The plugin lets you skip the modeling step entirely, going straight from a CNC-mounted webcam that reads your scribbles and gives you a Gcode toolpath in return. The code is on GitHub and there’s a demo video embedded below.

Under the hood, OpenCV is doing a lot of the image processing, including line detection, and the iterative “find the line” and “move the toolhead” steps really show off what computer vision can do. It starts off with a fiducial arrow for scale and orientation, then it mores the webcam around the scene. The user can enter the usual milling parameters: speeds, feeds, depth of cut, tool offset, milling direction, etc. And then it gets to work.

Right now, it’s limited to paths with non-crossing lines, and probably with good contrast and a nice dark line — all the usual CV restrictions. But mounting a webcam to a CNC toolhead and using it for various pathing problems really opens up tons of possibilities: visual homing, workpiece edge finding, copying parts, custom fitting odd shapes, and more. This project is clearly an invitation to keep on hacking, an appetizer. Once you see the girl pirate robot that [Jamie]’s daughter made, you’ll get the idea.

We’ve seen a similar OpenCV approach used for center-finding bore holes, but while we’ve seen a few webcams used with laser cutters, the CNC mill applications seem largely untapped. Let us know in the comments if you’ve got some other good examples.

Continue reading “You Draw It, CNC Cuts It”

Putting The ‘Go’ In Frisbee Golf With A Robot Launcher

If you’ve gone to a local city park lately, you might have noticed strange metal baskets on poles with chains dangling free. These baskets are spread out throughout the park seemingly at random. For the uninitiated, Frisbee golf (sometimes known as disc golf) is a confusing concept. You might not think it, but Frisbee golf can be a very big deal to some people. [Stuff Made Here] is back with a disc launcher that he hopes will put all the disc golfers to shame.

It’s no secret that we here at Hackaday are big fans of [Stuff Made Here], or [Shane] (he has his own tag after all), and for obvious reasons — the CAD design process, the careful machining and testing, and the extremely high bar that [Shane] sets for his projects. This one is no different, and it is a tale of iteration and scaling. He started out with a simple goal: break the speed record for a thrown Frisbee.

An initial design was decided upon based on high-pressure air pushing a piston to throw the Frisbee off of an arm. Initially, the arm was way too slow as the airflow was severely restricted due to air solenoids and pressure regulators. After fixing all those problems by fabricating his own solenoid and adding a secondary tank with no regulator, the arm started really moving. However, [Shane] wanted it to be able to be arm-mounted, so making sure the torque wouldn’t melt his arm bones was an important priority.

A counterbalance was added to cancel it out, but that ended up causing additional problems down the road, so the throwing arm had to be made as light as possible. The gripper mechanism had to be redesigned again and again as each time the speed was increased, a new problem arose. Turns out that small plastic discs being accelerated at many G’s tend to deform and slip out of their holders, no matter how well engineered. So [Shane] switched to a clever new design to pull the Frisbee along rather than push. It was too dangerous to really be handheld, and the only tests while he was wearing it were at very low amounts of pressure and power.

Testing it in a wide-open field at full power showed promise and while he had plenty of speed, he wasn’t able to beat the distance record. Breaking the distance record is much harder as Frisbees aren’t really designed with the sheer acceleration that [Shane] is subjecting them to, and they want to flip. Additionally, the Frisbees are lacking the spin that would keep them more stable, and what we do as humans is quite difficult to reproduce. Maybe a larger-scale version of this disc launcher could be made that accepts Frisbees?

It’s incredible to watch this contraption come together as each part needs to be designed and machined first by [Shane]. Video after the break.

Continue reading “Putting The ‘Go’ In Frisbee Golf With A Robot Launcher”

AR Display Shows CNC Lathe Operations In Real Time

[Kent VanderVelden] has come up with an interesting AR system to assist operators who are monitoring CNC lathes. (video, embedded, below) The idea is to first produce a ‘frozen’ video stream of the workpiece. This was achieved by placing a high-speed camera above the lathe, and triggering an image capture, synchronized to the rotational position of the workpiece. A high-speed rotary encoder, attached to the tailstock via a belt drive, feeds the current position into an Altera Terasic DE-Nano FPGA eval board. This is then compared to the position from another encoder, doing duty as an angular set point control. The resulting signal is used as the camera trigger to generate a video stream of just the frames where the angle is as selected by the operator, thus giving the impression of a frozen position. The video stream is sent over to a client device based on a Raspberry Pi 4 with a UPS hat, allowing it to be portable.

High speed rotary encoder driven via a belt

This video stream is overlaid with details of the current machine position, as well as the LinuxCNC G-code being executed and a graphical representation of the operation being performed by the machine. This combined video is then fed to a Vufine VUF-110 wearable, which is minimally invasive, allowing the operator to clearly see the machine of interest. As [Kent] suggests, there are many possible usage scenarios for such a setup, including remote monitoring of multiple operating machines by a single operator.

We’ve seen a few neat machine hacks over the years, here’s a nice project adding a programmable power feed to an old lathe, and since wood lathes are often missing out some DRO love, here’s a nice way to tell them that you care.

Continue reading “AR Display Shows CNC Lathe Operations In Real Time”

Tiny CNC Cuts The Metal

We’re no strangers to [Ivan]’s work and this time he’s building a relatively small CNC machine using extrusion, 3D printed parts, and a Makita router. The plans are available at a small cost, but just watching the accelerated build is fascinating.

You might think you could just attach something to an existing 3D printer frame that cuts like a Dremel tool. You can do that, but for most purposes, you need something stiffer than most desktop printers. You can see how solid this build is with multiple extrusions forming the base and very rigid axes.

Judging from the video, the machine made short work of some aluminum plate. Of course, some of that is in the choice of tool, but it appears the machine is stable enough to hold the workpiece and the tool stable to allow this sort of service. [Ivan] says the machine cost him about 600 Euro ($670 USD) and you need a printer that can create parts as large as 180 x 180 mm.

There are quite a few similar mostly 3D printed machines on Thingiverse, including some that have been through multiple versions. If you have an old 3D printer sitting around for parts, you may have nearly everything you need if you add some printed parts, presumably from your new printer.

We’ve seen plenty of CNC builds if you want to pick and choose your own design. Depending on your expectations, it doesn’t have to be an expensive project.

Continue reading “Tiny CNC Cuts The Metal”