ESP8266 As A Tape Drive

1976 was the year the Apple I was released, one of several computers based on the MOS 6502 chip. MOS itself released the KIM-1 (Keyboard Input Monitor) initially to demonstrate the power of the chip. The single board computer had two connectors on it, one of which could be used for a tape recorder for long-term storage. When [Willem Aandewiel] went to the Apple Museum Nederland in 2016, he saw one and felt nostalgic for his youth. He was able to get a replica, the microKIM, and build it but he wanted to use new technology to interface with this old technology, so he decided to use an ESP8266 as a solid state tape recorder.

One of the reasons the KIM-1 was so popular when it was released was that there was lots of documentation available. [Willem] used this documentation to figure out how the KIM-1 saves data to the recording device. An ATTiny85 is used to decode the pulse stream that the KIM-1 sends when saving because the timing was too tight to both “listen” and decode the bits as well as convert and store them. For loading programs, the data can be sent digitally as 1’s and 0’s to the KIM-1. This means that the ATTiny is only used for decoding and doesn’t have to re-encode the data.  Because of this, saving is slow, but loading is very quick.

To complete the project, [Willem] added four buttons, one each for rewind, record, play and fast-forward, and a screen so you can see which program is currently selected and can go from one program to another. As a nice throwback touch, record and play have to be pressed at the same time when saving. For more 6502 projects, check out this 6502 based DIY computer, or this 6502 built from discrete parts.

Continue reading “ESP8266 As A Tape Drive”

Meccano Piston Pump Made With A Syringe

[Mohamed Sami] built a syringe pump out of Meccano building set parts. It consists of a simple framework with a DC motor mounted on it that actuates the syringe when powered. A check valve harvested from an ordinary household spray bottle keeps the syringe from sucking back liquid that it has just pumped out, so it can keep pumping forever. A lead-acid battery powers the whole thing.

Syringe pumps are typically used to deliver precisely measured quantities of substances. Right now [Mohamed]’s rig is just an uncontrolled pump, but he hopes to get a better understanding of and control over how much liquid gets pumped. Adding an encoder to the DC motor would be a start, was his thought — or even better would be a stepper.

You’d be surprised how many syringe pump projects we publish. Not just another syringe pump, but simple hydraulic projects and even using the syringe barrel as a logic probe’s enclosure.

Building A Monster Floodlight Out Of Scrap

When the apocalypse comes, we want [Justin] on our team! He made a hefty 400 W work light out of four 100 W LEDs mounted to a giant, aluminum slab-like heat sink he had lying around. He manufactured a diffuser for the LEDs by cutting down what appeared to be a old broken fluorescent light fixture’s cover, with side plates bolted into place for good measure. [Justin] does a lot of metalwork in his projects, and you can see it the precision with which he bolts the various parts together into a rather slick assembly.

The LEDs run off 110 V, and [Justin] soldered one of those white iPhone USB chargers in to power four small fans that are mounted on the heat sink fins backing up the LEDs. Then he mounted a ball joint onto the underside so the thing could be pointed wherever, with the other end of the joint attached to what might be the tripod from a standing work light.

Now all he needs is a control system, like this arcade button workshop light or this fully controllable workshop lighting rig.

Continue reading “Building A Monster Floodlight Out Of Scrap”

Creating Modular Storage Out Of Used Filament Spools

[Alec Richter] had a good idea on how he could convert the leftover filament spindles from his 3D printer into multi-compartment storage. An empty spindle is fitted with several trays that rotate out from the circle for easy access. With multiple spools rotating on a central axle, you can really see how a bunch of parts could be organized in a column, though not being able to see through the sides probably limits its use somewhat — most of the modular component storage we’ve seen has clear trays.

He has designed drawer bases with removable compartment trays, along with alignment jigs to help you get the drawer installed perfectly the first time. You can download the designs (14 files!) but you need to sign up for an account first. Also, [Alex]s designs fit very specific spindles so be sure of your measurements, etc.

Hackaday is awash in posts about modular storage, like this computer tower turned storage shelf and this technique for using peanut butter jars for storage.

[mucho apreciado for the tip, George!]

Why Wait? Just Plate Your Own PCB Vias

[Jan Mrázek] is a pro when it comes to rolling his own PCBs. He can crank out a 6/6 mil double-sided PCB in 45 minutes flat. As a challenge to his prowess, he decided to experiment with plating through-hole PCBs at home, because sometimes you just can’t wait for China to deliver the goods.

The key here is to make a non-conductive surface—the walls of holes drilled in a sheet of copper clad–conductive. While there are some established ways of doing this at home, the chemicals are difficult to source. When his local supplier started stocking colloidal graphite paint, which is used to prevent ESD and fix non-working remote control buttons, he decided to try it.

[Jan] drilled up a board with holes ranging from 0.1mm up to 8mm, polished it, and gave it an acetone bath. He sprayed each side with graphite and cured it at 100 °C for 20 minutes. At this point, wall hole resistance measured 21 Ω. [Jan] wet-sanded away the graphite and set up an electroplating bath. Right away, he could see a layer of copper forming on the holes. After 90 minutes, he polished the board again and separated the vias to prepare for the real test: solder. This time, every hole except the smallest size reported a resistance of 0.1 Ω. But they all sucked solder through the vias, making this experiment a success.

[Jan] concluded that this is a simple and effective process, but is rarely worth the effort. We wonder how the simplicity of this method compares to drilling wells instead of holes, filling them with conductive ink, and then drilling the rest of the via.

Via [Dangerous Prototypes]

Eavesdropping With An ESP8266

In the old days, spies eavesdropped on each other using analog radio bugs. These days, everything’s in the cloud. [Sebastian] from [Hacking Beaver]  wondered if he could make a WiFi bug that was small and cheap besides. Enter the ESP8266 and some programming wizardry.

[Sebastian] is using a NodeMCU but suggests that it could be pared down to any ESP8266 board — with similar cuts made to the rest of the electronics — but has this working as a proof of concept. A PIC 18 MCU samples the audio data from a microphone at 10 kHz with an 8-bit resolution, dumping it into a 512-byte buffer. Once that fills, a GPIO pin is pulled down and the ESP8266 sends the data to a waiting TCP server over the WiFi which either records or plays the audio in real-time.

[Sebastian] has calculated that he needs at least 51.2 ms to transfer the data which this setup easily handles, but there are occasional two to three second glitches that come out of the blue. To address this and other hangups, [Sebastian] has the ESP8266 control the PIC’s reset pin so that the two are always in sync.

Continue reading “Eavesdropping With An ESP8266”

Hackaday Prize Entry: Open Bike Shoe

Shoes are some of the most complex pieces of equipment you can buy. There’s multiple materials ranging from foam to weird polyesters in a simple sneaker, and if you dig into shoes for biking, you’ll find some carbon fiber. All these layers are glued together, stitched, and assembled into a functional piece of exercise equipment, with multiple SKUs for each size. It’s really amazing.

Accordingly, [marcs] created N+ Open Bike Shoe Platform, the purpose of which is to create open source,  customizable, and repairable shoe platform based on 3D printing, though with other techniques like rubber molding and sewing fabric uppers are included as well.

The project breaks down its signature shoe into all its various parts: heel, toe tread, insole, upper, and so on. With each part individually customizable, the shoe can be tailored to suit each individual, all while part of a cradle-to-grave lifecycle that allows shoe parts to be replaced, repaired, or recycled.