Backlit PCB Panel As Wall Art

For his buddy’s wedding [Saar Drimer] wanted a one-of-a-kind gift, and what’s more unique than a piece of art? He set out to design something that would speak to his geeky game-loving friend. This full-panel PCB is what he came up with. It’s a wall hanging that uses addressable LEDs and a PCB for the enclosure and as a diffuser.

On the right you can see the panel as it was delivered to him. He used routed slots to separate the main body of the enclosure from the four side pieces and the mounting bracket. This design lets him snap off the parts and solder them in place. The only thing you need to add to it is a pair of screws (well, and the components that make it light up).

We’re shocked by how well the PCB works as a diffuser. The substrate is translucent when not covered with silk screen or the copper layers. The outline of the letters uses that, as well as circular areas along the side pieces. The letters themselves are copper fills that have artistic patterns removed from them. This really adds to the visual appeal when the piece is illuminated by 42 WS2812B LEDs. The video below shows the piece in action. It really takes PCB as art to the next level

Continue reading “Backlit PCB Panel As Wall Art”

Polyurethane Protecting PCBs

PCB

What you see above is a home-made PCB. No, this isn’t an example of a terrible toner transfer job, but rather evidence of the ravages of time. This board is seven years old, and the corrosion and broken traces show it. Luckily, [George] already has seven years of environmental data for a cheap DIY soldermask.

Seven years ago, [George] took a piece of copper clad board, masked half of it off, and sprayed it with fast drying polyurethane. After drying, he put it on a shelf in his garage. The results were fairly surprising – the uncovered portion is covered in verdigris, while the coated half is still shiny and new.

[George] took this a bit further and experimented with other spray can coverings. He found Testors spray enable worked just like the polyurethane, burning off when the heat of a soldering iron was applied, and also passed for a professional PCB.

PCB Agitator From A Broken CD-ROM Drive

pcb-agitator

Etching PCBs goes a lot better if you agitate the solution in order to carry away the dissolved copper and get fresh etchant to the area. With that in mind [Rohit Gupta] designed a mechanism in Sketch Up before realizing he was going about it the hard way. He ended up basing his agitator on a broken CD-ROM drive instead of starting from scratch.

He uses the CD sled from the drive, ditching the lens and its support structure. To get direct access to the motor that drives the tray he uses an L293D H-bridge chip. This is controlled by an MSP430G2231 microcontroller. The driver board seen in the upper right includes a voltage regulator, three status LEDs, and one user input switch. Once triggered, the sled will move back and forth, contacting an old mouse microswitch which acts as the limiting switch. We find it entertaining that [Rohit] prototyped the circuit on a breadboard, then used that success to etch the final circuit board (shown in the video below).

If you’ve been following the hacker creed and never getting rid of any junk you’ll have no problem finding a donor drive to make one of your own. But just in case you can’t get a hold of this hardware a similar agitator can be built using a hobby servo.

Continue reading “PCB Agitator From A Broken CD-ROM Drive”

Fail Of The Week: Motorizing A PCB Cutting Shear

This week’s fail is an attempt to retrofit a PCB cutting shear with a geared motor. The project was undertaken by [David Cook]. Incidentally he’s very near and dear to us as his book Robot Building for Beginners got us started with hacking in the first place.

This $200 shearing tool is hand-operated and can cut through boards up to 1/16″ thick. But [David] really had to crank on the thing to make a cut. This often resulted in crooked board edges. He decided to do the retrofit in order to achieve higher precision. He sourced a high-torque motor from eBay for around $50 delivered.

Continue reading “Fail Of The Week: Motorizing A PCB Cutting Shear”

Rock Solid PCB Mill Built At Home

Let’s all slow clap for [Daniel Taylor] who, after a long journey, got his home built PCB mill up and running with remarkable precision. That’s 10 mil traces with 0.5mm pitch pads. We’re impressed! The board will be used for breaking out the connections of an LCD screen he has on hand.

After seeing a CNC project as yesterday’s Fail of the Week it’s nice to look in on one like this that does some amazing stuff. In fact, [Daniel’s] creation has been working for months already. The link above is the project log he kept while hacking, tweaking, and retrofitting his rig to get the level of precision he was after.

Improvements include swapping out drawer slides for proper linear bearings and completely reworking the Z-axis along with a motor upgrade. For those that aren’t fans of the reading (how did you make it this far into this feature?) you can take a quick look at his image gallery which includes captions.

Drilling PCBs With Cameras And Math

PCB

After making your first PCB, you’re immediately faced with your next challenge – drilling the holes. It’s a doable task with a small drill press, but a lot of makers already have a small CNC mill or router, but how to make that work the first time? [Alessio] has you covered with a technique that uses a CNC-mounted webcam and some linear algebra for perfect through-holes the first time and every time.

A few months ago we saw [Alessio]’s work with transform matrices and PCB drills. The reasoning behind this technique is if a PCB isn’t exactly aligned to a CNC mill’s axes, or if the scaling for a toner transfer board is a bit off, automating the drilling process will only end in pain, with holes going through traces and a whole host of other nasty things. The application of linear algebra gets around this problem – taking a measurement off of two or three known locations, it’s easy to program a CNC machine to drill exactly where it’s supposed to.

[Alessio]’s new project takes the same mathematical techniques and applies them to a very sleek application that uses a drill-mounted webcam. After taping his homebrew PCB down to the mill, [Alessio] simply marks off a few known points, imports the drill file, and lets a computer calculate where to drill the holes. The results are remarkable – with a soldermask and silkscreen equipment, these handmade boards can be just as good as professionally manufactured boards,

There are Windows and OS X binaries for [Alessio]’s tool available on his page, with a video demo available below.

Continue reading “Drilling PCBs With Cameras And Math”

OSH Park Adds Board Sharing Feature

osh-park-board-sharing

OSH Park continues to get better and better. We think the recent addition of Project Sharing is a huge feature! Obviously this lets you order up the open source goodness posted by others with a minimum amount of effort. But to us there are a couple of other things that make this valuable.

First off, the ability to browse through the projects can be a huge inspiration for your own work. Secondly, the board files themselves are available for download, and it looks like you can post links to your repository if you so choose when sharing your project. This makes OSH Park something of a Thingiverse for PCBs. Browse through what’s offered then download the files to etch yourself or just to use as reference to see how others do things when laying out the traces. And of course the rock bottom prices offered make this a no-brainer for shared breakout board designs.

The Twitter post calls this the “early stages” of the feature. We can’t wait to see what they come up with as it matures.