Dispensing Solder Paste With A 3D Printer

There’s a strange middle ground in PCB production when it comes to making a few boards. Dispensing solder paste onto one board is easy enough with a syringe or toothpick, but when pasting up even a handful of boards, this method gets tiresome. Solder paste stencils speed up the process when you’re doing dozens or hundreds of boards, but making a stencil for just a few boards is a waste. The solution for this strange middle ground is, of course, to retrofit a 3D printer to dispense solder paste.

This project was a collaboration between [Jake] and [hzeller] to transform KiCAD files to G Code for dispensing solder paste directly onto a board. The machine they used was a Type A Machines printer with a solder paste dispenser in place of an extruder. The dispenser is hooked up to the fan output of the controller board, and from the looks of the video, they’re getting pretty good results for something that’s still very experimental.

All the code to turn KiCAD files into G Code are up on [hzeller]’s github. If you’re wondering, the board they’re pasting up is a stepper driver board for the BeagleBone named Bumps.

Videos below.

Continue reading “Dispensing Solder Paste With A 3D Printer”

Reverse Engineering Programmable Logic

DickSmith_VZ300_System_s1

Despite what the cool kids are doing over on Hackaday Projects, the vast majority of vintage computers used some form of programmable logic for memory control, address decoding, and all that other stuff that can be done with just a few logic chips. It’s a great way to design a product for production, but what happens when the programmable chips go bad after 30 years?

[Clockmeister] got his hands on a Dick Smith VZ300 computer (a clone of the VTech Laser 310) with two broken 40-pin custom chips. After going through the schematics and theory of operation for this compy, he recreated the custom chips in 74 series logic.

The Dick Smith VZ300 is a fairly standard piece of equipment from 1985 – a Z80 CPU, 16k RAM, upgradable to 64k, a tape drive, and 32×16 character, 8 color display. Inside this computer are two 40-pin chips that are responsable for video buffering and VRAM control, keyboard and cassette I/O, video timing, and the monophonic speaker decoding. Both of these chips failed, and spares are unavailable, apart from scavenging them from another working unit.

After careful study, [Clockmeister] recreated the circuits inside these chip with 74 series logic chips. The new circuit was built on a board that plugs directly into the empty 40-pin sockets. Everything in this rehabbed computer works, so we’re just chalking this up as another reason why designing new retrocomputers with programmable logic is a dumb idea. Great for a product, but not for a one-off.

Image source