LEGO Components Under X-Ray

[Nico71] works for a company that makes industrial CT scanners. These x-ray machines look inside a piece of equipment, allowing operators to verify assembly and to inspect for material integrity. It also allowed [Nico71] the opportunity to scan a LEGO servo he had lying around, and which no longer worked. The resulting images look fantastic, and really allow you to look into a closed system and pick apart how it works or why it’s not working. In this case, you can see one of the wires has been damaged.

[Nico71] plans to scan a bunch of LEGO components, comparing (for instance) official LEGO products with shanzhai knockoffs. Which is better constructed? It’s one thing to have thinner or cheaper plastic, or a lower grade of steel, but how is the part engineered?

We’ve covered a surprising amount of CT goodness on Hackaday, including this process for turning a CT scan into a 3D print and a post on improving a homebrew CT scanner. Continue reading “LEGO Components Under X-Ray”

Hand-Carving Geometric Art

[Scott Cramer] is a retired professional woodworker who specializes in geometric art made from beautifully joined wood. In this project he’s carving four interlocked cloverleaf rings from a block of basswood. First he made a series of cuts to turn the block into a cuboctahedron, a geometric solid comprising six squares and eight triangles. Then he drew on the basic lines of the rings on the wood and went to work with a chisel, smoothing and separating the rings and carving out the interior. You can see more shots of the project on his Facebook post, which is included after the break.

To see more of [Scott]’s projects you can follow his Twitter feed. Our favorites include this 70″ pentagonal icosatetrahedron built out of hemlock that [Scott] says is the “largest in Coös County, NH” — what, there are others? He also made a magogany representation of a Hamiltonian circuit of a dodecahedron’s vertices.

We love math art on Hackaday — see our interview with Francisco do Comité we ran earlier this year.

Continue reading “Hand-Carving Geometric Art”

Hackaday Prize Entry: Visioneer Sensor HUD

Only about two percent of the blind or visually impaired work with guide animals and assistive canes have their own limitations. There are wearable devices out there that take sensor data and turn the world into something a visually impaired person can understand, but these are expensive. The Visioneer is a wearable device that was intended as a sensor package for the benefit of visually impaired persons. The key feature: it’s really inexpensive.

The Visioneer consists of a pair of sunglasses, two cameras, sensors, a Pi Zero, and bone conduction transducers for audio and vibration feedback. The Pi listens to a 3-axis accelerometer and gyroscope, a laser proximity sensor for obstacle detection within 6.5ft, and a pair of NOIR cameras. This data is processed by neural nets and OpenCV, giving the wearer motion detection and object recognition. A 2200mA battery powers it all.

When the accelerometer determines that the person is walking, the software switches into obstacle avoidance mode. However, if the wearer is standing still, the Visioneer assumes you’re looking to interact with nearby objects, leveraging object recognition software and haptic/audio cues to relay the information. It’s a great device, and unlike most commercial versions of ‘glasses-based object detection’ devices, the BOM cost on this project is only about $100. Even if you double or triple that (as you should), that’s still almost an order of magnitude of cost reduction.

Mini Drill Made From A Motor

We love this hacked-together mini drill by [BuenaTec] that uses a DC7.2V 10K-RPM motor with a 1/8” Dremel chuck added on. Power is supplied by a USB-A cable with the data wires cut off, with a switch controlling the voltage and a rectifier diode protecting the USB port or battery pack from back voltage from the motor.

The drill isn’t very powerful, only able to bore holes in PCBs, plastic, and similar soft materials. However, you could see how just a couple more components could make it even more robust — maybe a speed controller and voltage booster? Even so, we appreciate this bare-bones, ultra-low budget approach — only the barest essentials are included, with the components held together with hot glue and solder. Also, no one is allowed to complain about their soldering iron after viewing this video.

For more projects involving motors, read up on this brushless motor made from 3D-printed parts and this guide to hand-winding quadcopter motors.

 

Laser-Cut Modular Toolbox

[ystoelen] created this modular wooden toolbox out of laser-cut 5mm plywood secured with leather hinges bolted into place. The leather strips secure the various tool boards with grommets connecting to plastic plugs. The toolboards use cross-shaped holes with laser-cut plugs and strips of elastic securing the tools, allowing each board to be uniquely configured depending on what tool is being stored there. There is a larger, “main” board, onto which smaller boards can be placed depending on what tools you’ll need.

While this is a clever approach to tool transport, we have some concerns about this project. Usually the problem with a box full of tools is that you’ve overloaded it and can’t readily lift it up. Often this involves a steel toolbox that won’t break, no matter what happens. But a plywood construct isn’t nearly that strong, and if overloaded or dropped it’s gonna take some damage.

For more toolbox inspirations, read our posts on a machine shop in a toolbox as well as this Transformers-themed portable workbench.

 

BeamCNC: Computer-Controlled Construction System Mill

Need to make something quick and dirty out of wooden beams, and want to use elements you know will work together? BeamCNC is a mobile assembly of stepper-controlled rollers and a router that sucks a 2×2 through it and drills the holes in pre-programmed intervals. Currently being developed as part of an Indiegogo campaign currently in preview, its creator [Vladislav Lunachev] has declared it open source hardware. It’s essentially a CNC mill that makes Grid Beam, a classic DIY building set that resembles Meccano, Erector, and other classic sets, only made full-scale for larger projects. While BeamCNC is not affiliated with Grid Beam, it takes the same general idea and automates it.

Continue reading “BeamCNC: Computer-Controlled Construction System Mill”

Chess Robot’s Got The Moves

[RoboAvatar]’s Chess Robot consists of a gantry-mounted arm that picks up chess pieces and places them in their new location, as directed by the software. The game begins when the human, playing white, makes a move. When a play has been made, the human player presses a button to let the robot to take its turn. You can see it in action in the videos we’ve posted below the break.

Running the robot is an Arduino UNO with a MUX shield as well as a pair of MCP23017 I/O expander chips — a total of 93 pins available! Thanks to all those pins, the Arduino is able to listen to 64 reed switches, one for every square.

The robot detects the human’s move by listening to its reed switches and identifying when there is a change. The gantry consists of X and Y tracks made out of PVC slabs, with half-inch lead screws turned by NEMA-23s and powered by ST-6600 stepper drivers.

Unlike some chess robots that rely on pre-existing software, this one features a custom minimax chess algorithm that [RoboAvatar] coded himself. It consists of Python scripts run on a computer, which interacts with the Arduino via a serial connection. In the second video, he explains how his algorithm works. You can also download the Arduino and Python files from [RoboAvatar]’s GitHub repository.

You’d be surprised how many chess-playing robots we’ve published, like the ChessM8 robot and this voice-controlled chess robot.

Continue reading “Chess Robot’s Got The Moves”