Broken Vintage Record Player Reborn As A Portable MP3 Cabinet

old_record_player_pc_jukebox

[Julian] picked up an old record player that was sitting in somebody’s trash pile, and brought it home to see if it could be restored to working order. When he got it home he discovered that it didn’t work at all, so he and his wife decided to modernize it a bit.

In an effort to simultaneously reunite himself with his music collection and piss off audiophiles/antique collectors in the process, he gutted the radio and began rebuilding it to serve as an MP3 jukebox. Once the innards were removed, his wife refinished the cabinet and gave the front grill a new cloth cover.

An old PC was installed inside the cabinet, along with a set of relatively cheap (but better than paper cone) speakers. A pair of custom cut plexi panels were used to cover the computer, while providing space for the monitor and Apple wireless keyboard + trackpad [Julian] uses to manage the jukebox.

The refurbed record player came out looking quite nice, and although it likely raises the ire of several different groups of purists, we think it’s pretty cool.

Converting PWM To DC Signaling For More Precise Fan Control

pwm_to_dc_fan_control

[hedgehoginventions] wrote in to share a little modification he made to his video card in order to keep it from overheating during strenuous 3D tasks. Having swapped out the stock cooler on his Nvidia 9600GT graphics card, he found that it did not need to utilize the fan while doing mundane things like checking email, but that it still required extra air flow while playing games.

He figured he get the fan to shut off by tweaking the PWM signal, but he found that he could not get the duty cycle under 20% using software, which still caused the fan to run at all times. The circuit he built takes the PWM signal output by the card, cleaning it up before converting it to a corresponding DC voltage. The fan then runs at the same speed it would if driven directly by the PWM signal, though it can now turn off completely when not required.

It’s a nice way to do automatic fan control when you can’t otherwise get your GPU fan to shut off. Nice work!

Making SATA Drives Work With A SCSI Backplane

The problem of persistent and reliable storage plagues us all. There are a myriad of solutions, some more expensive than others, but a dedicated and redundant network attached storage solution is hands down the best choice for all problems except natural disaster (ie: fire, flood, locusts) and physical theft. That being said, the issue of price-tag rears its ugly head if you try to traverse this route.

[Phil’s] had his mind stuck on a very large NAS solution for the last ten years and finally found an economical option. He picked up a powerful motherboard being sold as surplus and a server enclosure that would play nicely with it. It came with a backplane for multiple hard drives that utilized SCSI connections. The cost and availability of these drives can’t compare to the SATA drives that are on the market. Realizing this, [Phil] completely reworked the backplane to make SATA connections possible. It’s an intense amount of work, but there’s also an intense amount of documentation of the process (thank you!). If doing this again his number one tip would be to buy a rework station to make it easier to depopulate the connectors and extraneous parts from the PCB. Since he needs to keep using the board, the old blow-torch trick is out of the question.

Tiny External System Monitor Makes It Easy To Keep Tabs On Your PC

tiny_pc_resource_monitor

Instructables user [Jan] likes to keep close tabs on his computer’s memory usage, but wanted something more interesting to look at than the standard resource manager. He preferred to have an external display available that would show his computer’s status with a quick glance, and thus this system monitor was born.

His status panel contains a trio of constantly updated LED bars that show his computer’s CPU usage, available physical memory, and virtual memory consumption. With a small footprint being a priority, [Jan] kept the indicator’s size down by using SMD components and by including an on-board UART to USB converter to go along with his ATTiny microcontroller.

He uses a Python script to gather usage information from his computer, feeding it to his display over USB. The system works pretty well as you can see in the video below, though the virtual memory indicator doesn’t seem to get a ton of action – perhaps it could be used to indicate hard drive activity instead.

If you are looking to build something similar, [Jan] has made all of his code and schematics available for anyone’s use.

Continue reading “Tiny External System Monitor Makes It Easy To Keep Tabs On Your PC”

Commodore 64 USB Controller Adapter For Your PC

commodore_64_controller_usb_interface

[Frank], like many people, has a soft spot in his heart for the Commodore 64. He prefers to play his C64 games on his computer nowadays, but likes using his old school Competition Pro rather than some modern controller with remapped buttons. The only problem with using the controller is that his new computer doesn’t have any ports that accommodate its 9-pin D-sub connector.

The VICE emulator maps keyboard inputs to controller actions, so he decided to build himself a D-sub to USB adapter that implements a virtual USB keyboard. He wrote a firmware package for the Freescale MC9S08JS16L microcontroller that allows him to send keypresses to his emulator whenever he performs an action with his Competition Pro joystick.

The circuit looks easier to duplicate than some other C64 interfaces we have seen before, and as you can see in the video below, it works quite well. We imagine that this setup can be used to connect all sorts of old input devices to modern PCs with little to no tweaking.

Continue reading “Commodore 64 USB Controller Adapter For Your PC”

Building A Computer Around A TTL CPU

[Bill’s] worked on his homebrew computer for almost a decade. He didn’t start with a Z80 processor like a lot of the projects we’ve seen, but instead build the CPU itself from 74-series TTL chips and a ridiculous amount of wire wrapping to connect it all.

The video after the break shows off the functionality. We love the front panel, which is packed with information but manages to remain organized and offers many convenient features. Our favorite is the ability to pause execution and scroll through the registers by spinning the dial. The clock signal has a variable speed which is selected by an internal DIP switch package that can be changed during a pause. It runs MINIX and has a library of programs, but perhaps most surprising is its ability to serve webpages.

Lately we’ve been interested in drilling down through program language abstractions to understand what is going on inside the silicon. This has given us new respect for those building processors from scratch. Think of it this way, if you actually need to build each instruction out of gates, you’ll be able to understand how those instructions work at the most fundamental level.

Continue reading “Building A Computer Around A TTL CPU”

Don’t Buy An IPAD, Make One!

When [Liu] decided he wanted one of the new iPads, rather than fork out the cash he decided to build his own tablet Mac. His creation functions just as you would expect any tablet PC with some nice extra features such as running on Windows XP for any of you Microsoft lovers. [Lui’s] tablet apparently only cost him about $300USD, about half the price of the real thing. The two part video shows the entire construction in fast forward including a demonstration of the final working product. It looks like the tablet is built using spare tablet/laptop components and the case is constructed from sheet aluminum before being painted and labelled with apple stickers. The final product is a bit thicker than the real thing but looks great in the laptop style case [Lui] has whipped up. Kudos to the guy for saving a few bucks and making something great in the process, the video after the break is definitely worth a watch. This isn’t the first time we’ve seen this kind of thing, actually we’ve seen a few.

Continue reading “Don’t Buy An IPAD, Make One!”