IMac Reborn With Present-day Parts

[Paul] spent his summer bringing an iMac G3 into this decade. There’s plenty of room to work with since he removed the CRT which originally occupied most of the computer’s space. The final project is much more powerful and since he preserved most of the metal mounting parts inside it remains quite strong.

He started by swapping flat screen monitors with his Grandma (who incidentally runs Linux… nice!). She had a 15″ model which would fit nicely in the case so he upgraded her to 17″ and took the old one. With bezel removed it fits perfectly where to old tube had been. Next comes the power supply. It’s mounted on the bracket which held the back of the tube, with a bit of metal removed to clear the air intake. To mount the motherboard he fabricated a bracket at one end where the iMac’s stage drops away. In retrospect he wishes he had rotated the board to make the I/O panel more accessible. The hard drive mounts on the original carriage, and he did some creative gluing to make his replacement DVD drive align with the original optical drive opening. The finished product looks great from the front and sides, with the cables running out the back as the only indication that it’s had some major work done on it.

Wireless Stereo Add-on Turns On Receiver And Pipes In Some Music

[PC486] wanted to add Bluetooth to a simple shelf stereo system. But if you’re going to go wireless, why not develop an all-in-one solution. His adapter turns on the stereo and feeds it audio all from a smart phone.

This is his roommate’s hardware so cracking it open and grabbing an iron wasn’t really an option. He needed a way to control the system without any permanent alterations. Since the unit has IR remote control capabilities that’s the most obvious way to go. But the original remote is long gone so he had to hit the Internet. Luckily the remote control codes are in the LIRC repository. He grabbed a small microcontroller, an ATtiny25, and wired up an IR led to send commands to the unit.

Next he examined the Bluetooth audio receiver board he planned to used in the project. It’s got an LED that lights up when connected to another Bluetooth device. The microcontroller knows when to turn the stereo on and when to shut it off again by monitoring that LED with a pin interrupt. Check out the final results in the clip after the break.

Continue reading “Wireless Stereo Add-on Turns On Receiver And Pipes In Some Music”

Rocket Propellant Manufactured From Old Newspaper

It turns out that old newsprint can be a bit explosive; at least when it’s combined with the proper ingredients. [Markus Bindhammer] worked out a way to make solid rocket propellant from newspaper. Judging from the test footage after the break the home made engines work great!

There isn’t a long list of ingredients. In addition to newspaper you’ll need some potassium chlorate (KClO3) which serves as an oxidizer, white wood glue, and PVC pipe. The KClO3 is ground with a mortar and pestle, then run through a sieve before being combined with the wood glue. This combination is painted on the newspaper which is then rolled up with a glass rod at the center. This is allowed to harden before going into the PVC. The excess is trimmed and the whole thing is baked in a convection oven at 105 C for two hours.

If this process doesn’t suit you maybe cooking up a batch of sugar-based propellant is worth a try?

Continue reading “Rocket Propellant Manufactured From Old Newspaper”

Teensy Board Used As An AM Radio Transmitter

[Angus McInnes] has been working on AM radio transmission techniques. He tried out a method of using a VGA port for the task but found the vertical blanking was audible. His latest experiments use a Teensy microcontroller board as an AM transmitter.

This is not a standalone solution, but rather a hardware extension for his laptop. This is because the microprocessor doesn’t have enough cycles to do much more than read bytes over USB and push their bits out one of the I/O pins.

To get a steady stream of data he’s using isochronous mode to push a steady data stream via the USB connection. Bulk transfer is another option but [Angus] found that it caused some jitter in the audio. Each byte is fed to the AVR SPI hardware once every eight clock cycles. His transmission can be picked up from across the room, but that’s the limit since the AVR doesn’t put out that strong of a signal. But it should be a rather trivial exercise to build a simple amplifier.

Movie Night At The Lake Cabin

[Andrew’s] family has a rustic lake cabin. There is a lot to do during the day, but since there’s no electricity your options are limited when the sun goes down. Sure there’s the traditional campfire, but lately they’ve been spicing things up with an outdoor movie viewing.

To get this up and running they needed to build a projection screen. He’s going for a 2.35:1 aspect ration, but the technique will work for any aspect if you do your own math. They had a couple of extruded aluminum channels from an old chalk board which work perfectly as the top and bottom rails of the frame. With the width set at fourteen feet he just needed to mount the cross pieces on uprights at 5.95 feet apart. This provides a 183″ viewing surface.

White bed sheets serve as the screen material. After it’s stretched into place they line the rails with binder clips to hold it in place. The projector is powered from two 12V batteries via an 800W inverter. During the day the batteries get topped off by a solar panel system.

Problems Powering Raspberry Pi From GPIO Header

[Zaion] grabbed an ATX power supply to source the 5V the Raspberry Pi needs to run. The common problem when it comes to RPi supplies is a shortfall in how much current a USB wall adapter can source. The ATX shouldn’t have this problem, but none-the-less he found that the USB ports were only reading about 5V. Strange. He grabbed the soldering iron and fixed the issue with a piece of jumper wire (English translation found in the second half of his post).

The problem was discovered when trying to get a WiFi dongle to work on one of the RPi’s USB ports. It simply wouldn’t show up, and after going down the blind alley of assuming it was a driver problem he started to investigate the hardware. After discovering the below-nominal voltage [Zaion] measured the resistance between the 5V pin on the GPIO header and the one on the USB port. It reads 3-4 Ohms and he concluded that the trace is too thin. We took a quick look at the schematic for the board and see no reason for the voltage drop. His jumper wire fixed the issue but it leaves us wondering, is this an isolated case, or a design flaw? Tell us what you think in the comments section.

Zeppelin On The Fisher Price Record Player Now Thanks To A 3D Printer

[Fred Murphy] went ahead and revised his method of making custom records for a Fisher Price toy record player. He’s now able to 3D print the discs. The toy works much like a music box, with a comb in the “cartridge” of the record player and notches in the record that pluck the fingers of the comb as it turns. He had previously developed a subtractive method that let him mill records out of a solid piece of plastic. But this additive method means less waste.

The music creation portion of the project is the same as the previous version. That’s because it’s pretty hard to outdo the C# software he wrote which serves as a composition studio. The difficulty comes in getting a clean print for the disk. The ridges on the discs are 0.7mm so you’re going to need a well-aligned printer with fine resolution. [Fred] printed in both ABS and what he calls “Vero clear” plastic. The former works but he got better results with the latter.