Recycling And Casting Styrofoam With Solvents

Styrofoam is an ever-present waste material in modern society, being used to package everything from food to futons. It’s also not the easiest thing to deal with as a waste stream, either. With this in mind, [killbox] decided to have a go at recycling some styrofoam and putting it to better use.

The process starts by combining the EPS styrofoam with a solvent called D-limonene. This was specifically chosen due to its low toxicity and ease of use. The solvent liquifies the solid foam and the air bubbles are then allowed to make their way out of the solution. If it’s desired to create a coloured end product, it’s noted that this can be achieved by using other plastic items to provide colour at this stage, such as a red Solo cup.

It’s a slow process thanks to the choice of solvent, but it makes the process much more palatable to carry out in the average home lab setup. It’s possible to then perform casting operations or further work with the recovered material, which could have some interesting applications. It’s not the first plastics recycling project we’ve seen, either – check out this full setup.

[Thanks to Adric for the tip!]

The Interesting Fate Of Kenya’s First Computers

If you are an enthusiast for 1950s computer hardware, you are probably out of luck when it comes to owning a machine of your own. Your best chance will be to join the staff of one of the various museums that preserve and operate these machines, at which you can indulge your passion to your heart’s content. But what if we told you that there is a 1950s computer available for pick-up at any time, to whoever is prepared to go and get it and has suitable transport? You’d be making plans straight away, wouldn’t you? The computer in question is real, but there’s a snag. It’s at the bottom of the Indian Ocean, just at the start of international waters off the coast of Kenya. The story of Kenya’s early computing and how the machine met its fate is the subject of a fascinating article from a year or two ago on owaahh.com that had us riveted from start to finish.

Like large state-owned enterprises worldwide, the Kenyan railway and power monopolies were among the first commercial customers for computing. In the final years of the British Empire, those were ordered from a company in London, International Computers & Tabulators, and it was their ICT1202 that served the railway company. The article goes into detail about the history of the company’s East African operation, the problems of running a tube-based computer in an African climate without air-conditioners, and the 1202’s demise and replacement. We’ll not spill the beans here on how the computer ended up on the seabed and how its replacement ended up being spirited away to China, for that you’ll have to read it all. It’s worth saying, the author also has a personal website in which he goes into much more detail about his experience with computers in the 1950s and ’60s.

Not had enough ancient computer tech? A couple of years ago we toured the primordial electronic computer, Colossus, and also took a look at the National Museum Of Computing that houses it.

Adventures In Gas Filled Tube Arrays

Vacuum tubes are awesome, and Nixies are even better. Numitrons are the new hotness, but there’s one type of tube out there that’s better than all the rest. It’s the ИГГ1-64/64M. This is a panel of tubes in a 64 by 64 grid, some with just green dots, some with green and orange, and even a red, green, blue 64 by 64 pixel matrix. They’re either phosphors or gas-filled tubes, but this is the king of all tube-based displays. Not even the RGB CRTs in a Jumbotron can match the absurdity of this tube array.

[Muth] got his hands on a few of these panels, and finally he’s displaying images on them. It’s an amazing project that involved finding the documentation, translating it, driving the tubes with 360 Volts, and figuring out a way to drive 128 inputs from just a few microcontroller pins.

First, the power supply. These panels require about 360 Volts to light up. This is significantly higher than what would usually be found in a Nixie clock or other normal tube-based display. That’s no problem, because a careful reading of the datasheet revealed a circuit that brings a normal-ish 180 Volt Nixie power supply up to the proper voltage. To drive these pixels, [Muth] settled on a rather large PIC18F microcontroller with eight tri-state buffers. The microcontroller takes data over a serial port and scans through the entire framebuffer. All in all, there are eight driver boards, 736 components, and 160 wires connecting everything together. It’s a lot of work, but now [Muth] has a 64×64 display that’s green and orange.

You can check out a ‘pixel dust’ demo of this display in action below.

Continue reading “Adventures In Gas Filled Tube Arrays”

Making a 3D camel using a scroll saw

Making 3D Objects The Scroll Saw Way

These days most have come to think that if you want to make a complex 3D object with all curved surfaces then a 3D printer is the only way to go. Many have even forgotten that once such things could be hand carved. [JEPLANS], on the other hand, is a master at making these objects using only a scroll saw as he’s done with his latest, a miniature camel cut from a single block of maple.

His process has a lot of similarities to 3D printing. He starts with a computer drawn design, in this case for the camel’s front and side. After cutting it out, he peels off the unwanted pieces and the camel emerges like magic from the block. But he didn’t like the amount of manual work he’d need in order to improve it further so he modifies the design by adding a top view, iterating just as you would with 3D printing. But after cutting that out, he finds he’d damaged one of the legs. And so he cuts out a new one but only after making one more design change, this time adjusting the camel’s head position. And with that result he’s satisfied. Check out his painstaking and somehow familiar process in the video below.

Continue reading “Making 3D Objects The Scroll Saw Way”

Tesla Coil Uses Vacuum Tube

What do you do when you find a 5 kW transmitting tube in your local electronics store? If you are [TannerTech], you build a vacuum tube tesla coil. This isn’t the usual little wimpy coil, but a big bad boy that would look at home in an old horror movie.

The first power up was a bit anticlimactic, although it was working, it wasn’t very spectacular other than the tube glowing brightly. A few adjustments and some mineral oil did the trick.

Continue reading “Tesla Coil Uses Vacuum Tube”

Browsing Modern Day BBS On The Epson PX-8 Laptop

As you read this, there are still people chatting away on Bulletin Board Systems all over the world. Running on newly written software and without the need to actually use a dial-up modem, these (slightly) more modern takes on the BBSs of yore can be compelling diversion for those who might want to decompress a bit from contemporary social networks.

[Blake Patterson] is one of these people, and he writes in to tell us about his recent experiments with using a particularly gorgeous example the Epson PX-8 “Geneva” laptop on modernized BBSs. The form factor of the device makes it a fairly convenient client for chatting, despite the somewhat unusual screen. Luckily, modern BBS software is able to cope with the PX-8’s 80 character by 8 line LCD display, it’s just a matter of getting the thing online.

The trick is tethering the PX-8 to a Linux machine as a serial terminal. [Blake] had to build a serial cable for the laptop, and then used a basic USB-to-serial converter to get it connected to a Raspberry Pi. Once you’ve logged in over serial, you can simply fire off a telnet command to connect to the BBS of your choice. In the video after the break, he demonstrates what it’s like browsing and chatting on a BBS using the PX-8. The screen certainly takes a bit of getting used to, but actually works fairly well given the nature of the BBS interface.

[Blake] recently gave us a look at a Wi-Fi “modem” for retro computers based on the ESP8266, if you’d rather cruise your favorite BBS without a dangling Pi.

Continue reading “Browsing Modern Day BBS On The Epson PX-8 Laptop”

Classic American Dial Phone Gets A GSM Makeover

For sturdy utilitarianism, there were few designs better than the Western Electric Model 500 desk phone. The 500 did one thing and did it well, and remained essentially unchanged from the mid-1940s until Touch Tone phones started appearing in the early 70s. That doesn’t mean it can’t have a place in the modern phone system, though, as long as you’re willing to convert it into a cellphone.

Luckily for [bicapitate], the Model 500 has plenty of room inside the case once the network interface is removed, because the new electronics take up a fair bit of space. There’s no build log per se, but the photo album makes it clear what’s going on. An Arduino reads the hook switch and dial pulses, while a Fona GSM module takes care of the cellular side of things. It looks like a small electret mic and a speaker replace the original transmitter and receiver. As a nice touch, the original ringer is used, but instead of trying to drive it electrically, [bicapitate] came up with a simple cam mechanism on a small motor. Driven at the right speed, the cam hooks the clapper arm, rings one bell, then releases it to let the clapper spring back to hit the other bell. Everything is powered by a LiPo, so it could be taken to the local coffee shop for some hipster hijinks.

We’ve seen similar retro-mods like this before using phones from all over the world; here’s a British take and one from Belgium, both using phones with equally classic lines.

[via r/arduino]