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

 

Unlocking Your Computer With A Leonardo And An NFC Shield

Manually typing your login password every time you need to login on your computer can get annoying, especially if it is long and complex. To tackle this problem [Lewis] assembled an NFC computer unlocker by using an Arduino Leonardo together with an NFC shield. As the latter doesn’t come with its headers soldered, a little bit of handy work was required.

A custom enclosure was printed in order to house the two boards together and discretely mount them under a desk for easy use. Luckily enough very few code was needed as [Lewis] used the Adafruit NFC library. The main program basically scans for nearby NFC cards, compares their (big-endianned) UIDs against a memory stored-one and enters a stored password upon match. We think it is a nice first project for the new generation of hobbyists out there. This is along the same lines as the project we saw in September.

Continue reading “Unlocking Your Computer With A Leonardo And An NFC Shield”

AWD Motorcycle Drives Over Anything, Fits Into Dufflebag

This has got to be one of the strangest motorcycles we’ve ever seen. It has huge tires, both wheels are chain driven, and it only weighs 100lbs or so — did we mention it also comes apart and fits into a dufflebag?

It’s what appears to be a home-made Russian bike of some sort, in fact, the YouTube title when translated is “ATV Suitcase” and they aren’t wrong… Anyway, it appears to be designed off of the American-made Rokon Trailbreaker, which is another AWD motorcycle with giant tires, huge ground clearance and extremely versatile — except this one Russian one is either really light, or the rider is ridiculously strong the way he throws the bike around.

In the following video the owner shows off the bike’s prowess climbing stairs, mountains, floating in water, and even uses it as a ladder to climb up a rock face — and then drags the bike up after him.

Plus he can disassemble it in a matter of minutes and fit it in a car smaller than a Fiat.

Continue reading “AWD Motorcycle Drives Over Anything, Fits Into Dufflebag”

Low-cost Solar Panels Are Easy To Make And Reconfigure

What’s the size of a deck of playing cards and can pump out enough power to charge your cellphone? These awesome little home-made magnetic solar panels!

[Christian Pedersen] has just published a guide on how to make these handy little solar panels, and they only cost about $1.25 each! They are capable of providing between 0 – 0.5V at 400-1000mA depending on the light available and load being driven.

All you need to make them is some multicrystalline solar cells, copper tape, Ethylene-Vinyl Acetate (EVA — a film used to protect solar panels) and Polycarbonate sheet for the external hard case. You can then assemble them in a matter of minutes, and laminate for a permanently sealed panel. He’s also added thin neodymium  magnets so the panels stick together when you arrange them in a line! Perhaps a future version could have the copper strips going in both directions to allow for larger arrays to be made.

He also has a complete BOM on his GitHub, and if you happen to be at the Maker Faire in San Mateo in May, he’ll be showing you how — in person!

[via Instructables]

MC Escher Inspires A Reptilian Floor

reptile-floor

A simple room refinishing project lead [Kris] to his biggest hack yet, a floor inspired by MC Escher’s Reptiles printMaurits Cornelis Escher is well known for his reality defying artwork. His lifelong passion was tessellation, large planes covered identical interlocking shapes. Triangles, squares, hexagons all EscherExampleinterlock naturally. Escher discovered that if he cut out part of a shape and replaced it on the opposite side, the new shape will still interlock. In Reptiles, Escher created a lizard shape by modifying a hexagon. One side flipped over to become the nose, 4 others to become the feet, and so on. If the cuts are all made perfectly, the final shape would still interlock.

[Kris] was inspired by a photo of a commercial flooring project using small wooden reptiles as the tiles. He wanted to go with larger wooden tiles for his room. He knew his shapes had to be perfect, so he wrote a computer program to split the hexagon perfectly. Armed with art in DXF format, he went looking for a flooring company to help him. The silence was deafening. Even with artwork ready to go, none of the local custom flooring shops would take his job. Undaunted, [Kris] bought an older CNC machine. The machine was designed to be driven from MS-DOS via the parallel port of a Pentium II era PC. [Kris] substituted an Arduino running GRBL. After some GCode generation, he was cutting tiles.

The real fun started when it was time to glue the tiles down. With all the interlocking parts, it’s impossible to just glue one tile and have it in the perfect position for the next. In [Kris’] own words, “You have to do it all in one go”. Thanks to some family support and muscle, the flooring project was a success.  Great work, [Kris]!

Editing Circuits With Focused Ion Beams

CPLD

[Andrew] has been busy running a class on hardware reverse engineering this semester, and figured a great end for the class would be something extraordinarily challenging and amazingly powerful. To that end, he’s editing CPLDs in circuit, drilling down to metal layers of a CPLD and probing the signals inside. It’s the ground work for reverse engineering just about every piece of silicon ever made, and a great look into what major research labs and three-letter agencies can actually do.

The chip [Andrew] chose was a Xilinx XC2C32A, a cheap but still modern CPLD. The first step to probing the signals was decapsulating the chip from its plastic prison and finding some interesting signals on the die. After working out a reasonable functional diagram for the chip, he decided to burrow into one of the lines on the ZIA, the bus between the macrocells, GPIO pins, and function blocks.

Actually probing one of these signals first involved milling through 900 nm of silicon nitride to get to a metal layer and one of the signal lines. This hole was then filled with platinum and a large 20 μm square was laid down for a probe needle. It took a few tries, but [Andrew] was able to write a simple ‘blink a LED’ code for the chip and view the s square wave from this test point. not much, but that’s the first step to reverse engineering the crypto on a custom ASIC, reading some undocumented configuration bits, and basically doing anything you want with silicon.

This isn’t the sort of thing anyone could ever do in their home lab. It’s much more than just having an electron microscope on hand; [Andrew] easily used a few million dollars worth of tools to probe the insides of this chip. Still, it’s a very cool look into what the big boys can do with the right equipment.