Build Your Own Core Rope Memory Module?

[Luizão] wanted to create some hardware to honour the memory of the technology used to put man on the moon and chose the literal core of the project, that of the hardware used to store the software that provided the guidance. We’re talking about the magnetic core rope memory used in the Colossus and Luminary guidance computers. [Luizão] didn’t go totally all out and make a direct copy but instead produced a scaled-down but supersized demo board with just eight cores, each with twelve addressable lines, producing a memory with 96 bits.

The components chosen are all big honking through-hole parts, reminiscent of those available at the time, nicely laid out in an educational context. You could easily show someone how to re-code the memory with only a screwdriver to hand; no microscope is required for this memory. The board was designed in EasyEDA, and is about as simple as possible. Being an AC system, this operates in a continuous wave fashion rather than a pulsed operation mode, as a practical memory would. A clock input drives a large buffer transistor, which pushes current through one of the address wires via a 12-way rotary switch. The cores then act as transformers. If the address wire passes through the core, the signal is passed to the secondary coil, which feeds a simple rectifying amplifier and lights the corresponding LED. Eight such circuits operate in parallel, one per bit. Extending this would be easy.

Continue reading “Build Your Own Core Rope Memory Module?”

Arduino + TFT = Micro Star Chart

We always look at the round LCDs and wonder what to do with them other than, of course, a clock. Well, [shabaz] had a great idea: use it as a star map display. The project combines the Arduino, a round TFT, a GPS receiver, and some external flash memory to store data. You can get by without the GPS receiver or flash memory, but you’ll lose features if you do.

We like how he approached the problem. The project contains four major parts and he developed each part independently before integrating them into a whole. The four parts are: reading the GPS, driving the LCD, providing storage for star data, and determining the position of stars. The heavy lifting is done using some public domain code ported over. This code derives from a book called Astronomical Algorithms and uses the Yale Bright Star Catalog database.

The post mentions that the screen might well be a larger rectangular screen and we agree that would make this more usable. Now if you could cram it all into a watch, that might be different. If you want to play with the code, you can actually run the core on Linux. You’ll have to settle for a PNG output of the night sky, but that would be handy for debugging.

We have seen a star chart in a watch before. While this is more a star chart than a planetarium, we have no doubt the early planetarium builders would be suitably impressed.

Continue reading “Arduino + TFT = Micro Star Chart”

Magic Cane Is The Secret Behind Lightsaber

Everyone has a lightsaber or two lying around the house, but not everyone has a lightsaber that extends and retracts automatically. And that’s because, in the real world, it’s not an easy design challenge. [HeroTech]’s solution for the mechanism is simple and relies on an old magician’s trick: the appearing cane. (Video, embedded below.)

An appearing cane is a tightly coiled up spring steel sheet that springs, violently, to its full length when a pin is released, but they can’t retract while the audience is looking. This is fine for magic tricks, but a lightsaber has to be able to turn off again. Here, an LED strip does double duty as source of glow but also as the cable that extends and retracts the appearing cane spring. A motor and spool to wind up the LED strip takes care of the rest.

There are still a number of to-dos in this early stage prototype, and the one mentioned in the video is a tall order. Since the strip doesn’t illuminate out the sides, the lightsaber has two good viewing angles, and two bad ones. The plan is to rotate the LED strip quickly inside the sheath: an approach that was oddly enough used in the original movie prop, as demonstrated in this documentary. Doing this reliably in an already packed handle is going to be a challenge.

If you’re thinking you’ve seen a magic-cane lightsaber before, well, maybe you saw this video. And if you want a light saber with real lasers, check out this build that brings its own fog machine. Take that, Darth Vader!

Continue reading “Magic Cane Is The Secret Behind Lightsaber”

A LEGO Orrery

We aren’t sure how accurate you can get with LEGO, but a building block orrery looks cool, if nothing else. [Marian42] saw one done a few years ago and decided to build a version with a different mechanism. At first, the plan was to use some 3D printed fixtures, but the final product is made entirely from LEGO bricks. Very impressive. The video below shows that it has been complete for awhile, but the write-up that goes into great detail has only just arrived and it was worth the wait.

This is one of those things that seems simple if you don’t think too hard about it. However, when you sit down to actually do it, there are a number of challenges. For one thing, the Earth tilts at 23.5 degrees, and as the planet rotates, the tilt stays in the same direction, making it tricky to model mechanically.

The moon also has a 5.15 degree inclination, but since that’s hard to notice at this scale, the LEGO orrery exaggerates it. So, the Moon’s track has its own set of design problems. The whole thing has to rotate on a concentric shaft, which is also tricky to get right with kids’ building blocks.

Compared to the last orrery we saw, this one is huge. We’ve always been partial to ones that you have to look up to.

Continue reading “A LEGO Orrery”

Baffle The Normies With This Binary Thermometer

We think it’s OK to admit that when someone puts a binary display on a project, it’s just a thinly veiled excuse to get more blinkenlights into the world. That and it’s a way to flex a little on the normies; you’ve gone pretty far down the tech rabbit hole to quickly decipher something like this binary-display thermometer, after all.

Don’t get us wrong, we think those are both perfectly valid reasons for going binary. And all things considered, a binary display for a thermometer like [Clovis Fritzen]’s is much simpler to decode than, say, a clock. Plus, it seems a bit that this build was undertaken at least partially as an exercise in Charlieplexing, which [Clovis] uses to drive the six-bit LED display using only three lines of GPIO from the Digispark ATtiny85 board running the show.

The temperature sensor is a DHT11, whose output is read by the microcontroller before being converted to binary and sent to the six-bit display. The 64-degree range is perfect for displaying the full range of temperatures most of us would consider normal, although we’d find 63°C a touch torrid so maybe there’s a little too much resolution on the upper end of the scale. Then again, switching to Fahrenheit would shift it toward the hypothermia end of the scale, which isn’t helpful. And you can just forget about Kelvin.

Linamp, The IRL Winamp

Anyone who first experienced music on computers using Winamp probably shares a memory of seeing that classic UI for the first time. Everything about it was a step ahead of the clunky, chunky interfaces we were used to, and even though it was supposed to be unobtrusive, it was hard to tear your eyes off that silky-smooth spectrum analyzer bouncing out your favorite MP3s.

Recapturing a little of the Winamp magic is the goal of Linamp, an physical version of the classic media player. It reproduces the Winamp UI on a touchscreen LCD with a wide aspect ratio that almost perfectly matches the original layout. Behind the display is a Raspberry Pi 4 with a 32 GB SD card, with all the important connections brought out to a board on the back of the case. The case itself is a treat, as it borrows design elements from another bit of retro gear, the mini-rack audio systems that graced many a bookshelf in the 1980s — and powered many high school parties too, if memory serves.

To recreate the case, [Rodmg] designed a sheet metal case and had it custom-made from anodized aluminum by PCBWay. He also printed a bezel for the display that looks very similar to the Winamp window border, complete with control icons. Where the build really shines, though, is with the work [Rodmg] put into the software. He matched the original Winamp UI very closely, both in terms of layout and performance. The pains he went to to get the spectrum analyzer working, including a deep dive into FFT, are impressive.

The results speak for themselves on this one, and hats off to [Rodmg] for the effort and the ride on the nostalgia train. We don’t know if the recent announcement of Winamp’s impending open-sourcing will have much impact on this project, but it might result in a flood of new Winamp builds.

Old Knobs With A Cast Of Thousands

You have an old radio — in the case of [The Radio Mechanic], a Stromberg Carlson — and it needs new knobs. What do you do? You can’t very well pop down to the local store and find any knobs anymore. Even if you are lucky enough to be around an electronics store, they aren’t going to have knobs to do justice to an antique radio. You could 3D print them, of course, but there are a number of issues with transferring the old knob to a CAD file for printing. So [The Radio Mechanic] decided to cast them instead.

He printed some fixtures to help with the molding using two-part molding silicone. He mounted the knob on a shaft in a jig, filled the jig with silicone, and lowered the knob into the mix. The next day, he had a good-looking mold.

The next step, of course, is to cast with resin. Admittedly 3D printing would have been faster, but would not have as nice a surface finish. The epoxy resin is clear, but he was hopeful that some caramel pigment would match the original knob color. Spoiler alert: it didn’t. The resulting knob looked translucent, like a root beer barrel candy, rather than the brown sugar color of the original knob.

The knob needed a spring insert to hold the shaft, so he repurposed some from a different kind of radio. Overall, this is the kind of thing we always think we are going to do when we need something and then we rarely follow through. Then again, we rarely have the patience to wait as long as these two knobs took to make.

Of course, a casting guerrilla doesn’t have to make just knobs. You can even add metal powders to do cold metal casting.

Continue reading “Old Knobs With A Cast Of Thousands”