Resurrecting A Hi-Fi Cabinet

[VintagePC] pulled this old stereo out of a barn. It was in pretty shabby shape, but he managed get it running again and make it look great as well.

While it had been protected from the elements, it had not been protected from the rodents. Mice had chewed their way through the fiberboard backing and made a nice home inside. He mentions that they chewed the string which operates the tuning dial, and we’re sure they were the cause of other problems as well. He gives the wise advice of not powering on an old set like this until you have a chance to assess the situation.

The insides of the amplifier were about as disorderly as the last radio repair we looked at. But after carefully working his way through the circuits, replacing capacitors and resistors as needed, he started to make some progress. The receiver coil needed to be rewound and he used wire from an old CRT monitor for this purpose. The loop antenna was remounted and the record player arm was given a new cartridge and balanced using a clever LEGO apparatus. Some veneer work and wood finishing brought the case itself back to its original beauty. We’d say the hard work was well worth it. He’s got a big piece of furniture he can always be proud of!

Keeping Tabs On Your Pets’ Busy Lives

mouse_wheel_tracking

[Stephen’s] daughter has a pair of mice she keeps as pets, who happen to be quite active at night. After they kept her awake for an entire evening by running like mad in their treadmill, they were moved from her bedroom. Since they were so active in the treadmill, [Stephen] thought it would be cool to try measuring how much the mice actually ran each night.

To keep track of their activity, he built a simple circuit that records how many rotations the treadmill makes. He fitted it with a rare earth magnet, installing a reed switch on the outside of case that ticks off each spin of the wheel. Any time the wheel starts moving, his PIC begins counting the rotations, displaying them on a 7-segment LED display. To mitigate data loss in the event of a power outage, the PIC stores the current number of rotations in its EEPROM every 10 seconds or so.

The counter keeps track of the total number of rounds the mice have completed, which his daughter uses to manually calculate their running sessions. Since they started tracking the mice, they have run over 700,000 rounds, sometimes completing as many as 20,000 in an evening.

We think it’s a pretty cool project, especially since it makes it fun for his daughter to stay involved in her pets’ lives.

Five Concept Mice Add Multi-touch Control

[youtube=http://www.youtube.com/watch?v=SLw1MXTDlAE]

Microsoft is showing off five concepts for added mouse functionality. All of them seek to replace traditional move-and-click with touch sensitivity through either capacitive sensing, video recognition, sensor articulation, or laser scanning. We’re excited about the prospects of some of these features but at the same time wonder what this does to the price of this much-abused peripheral. After the break we’ll touch on each of the devices, along with time references for the video embedded above. Continue reading “Five Concept Mice Add Multi-touch Control”

Tennis Ball Fetcher

tennisball

Reader [Julian von Mendel] and his team built this tennis ball fetching robot for a competition (translated). The first version used distance sensors to locate the tennis balls for pick-up, but they changed to a camera based approach. The robot has three omniwheels and is designed to calculate the shortest path to the ball despite orientation since it can rotate while traveling. The wheels are monitored using rotation sensors from PS/2 mice. The control is provided by 3 Atmel microcontrollers that communicate via SPI. The multiprocessor design is fairly generic and could be reused for a different style of robot. While their robot performed fairly well, there were some shortcomings. The limited storage space meant frequent trips to drop off balls. The tilting bucket kept them from picking up tennis balls that were against the wall. Also, the bot had to be disassembled for battery swaps. The project is very well documented and they’ve released all of their control code. You can see the robot retrieving a ball after the break. Continue reading “Tennis Ball Fetcher”