Paging System For Your TV Remote

[Matt] brought together a TV remote and cordless phone to add a locator system to the remote control. One of the best features of a cordless phone is the pager button on the base. When you press it the handset beeps until found. Matt gutted one and got rid of the unnecessary parts. He then cracked open his TV remote housing and inserted the telephone handset’s circuit board, speaker, and battery. The base station is used just like normal to locate the phone/remote combo, and has been modified with a charging cable to top-off the telephone battery which powers everything in the newly hacked unit. [Matt’s] demonstration video is embedded after the break.

It’s too bad that he got rid of the microphone. It would be interesting to take calls on this thing.

Continue reading “Paging System For Your TV Remote”

Building A Recumbent Trike From Old Parts

This recumbent trike was built using parts from three salvaged bikes and without welding. These bikes are a bit easier on the back and neck than the traditional riding position. This one also allows for a shorter pedal crank which was a concern for the creator, [Barry Millman]. Not only did he do a fantastic job of making the thing, but he shared the project in verbose detail.

It’s a good build. It won’t win a prize for light-weight design as it includes a big chunk of plywood. But it is worth the weight hit if welding is not an option. For your viewing pleasure you’ll find a short parking lot test-drive of the finished recumbent after the break.

Oh, and if you want a more dangerous cycling build, try this over-under tandem.

Continue reading “Building A Recumbent Trike From Old Parts”

ARM Prototyping On-the-cheap With STM32 Discovery

STMicroelectronics has another inexpensive development board out; the STM32 Discovery is an ARM Cortex-M3 prototyping platform. Coming in under $10 puts it right along the lines of their 8-bit offering, but this one is 32-bits with 5 KB of RAM and 128 KB of programming memory. It runs a bootloader and has on-board USB for easy programming. They’ve even got a trio of crippled IDE’s to get you started.

Unfortunately this is following a growing trend with the exclusion of Linux support. [Gordon] wrote in to let us know that there is hope in a couple of forms (but not using the USB functionality). The first is a serial programmer using the RS232 that [Paul] came up with (there’s a lot more on his blog so spend some time there). But you can also use the serial debug protocol to program the board.

Either way you’ll still need a method of compiling the code. We’ve had great success rolling our own GNU ARM cross compiler using this guide. Or you can grab a pre-built package by downloading Sourcery G++ lite.

Use A 3D Mouse With Eagle CAD

[Sebastian] made a 3D mouse work with Eagle CAD. He was inspired after using a 3DConnexion device to manipulate the views in a copy of Solid Edge 3D CAD modeling software. The system uses the 3D mouse in one hand with the regular mouse in the other.

It turns out that 3DConnecxion offers a lot of tools to get their devices working with your software. [Sebastian] downloaded the .NET example and modified it to read in data from the device. With the use of hot-keys he manages to get zoom, pan, and centering to work (see for yourself after the break). The only drawback to his implementation is that he can’t pan while dragging parts. But that’s just a small issue waiting for you to find a solution.

Continue reading “Use A 3D Mouse With Eagle CAD”

Halloween Props: Puking Pirate

With everyone’s favorite free-candy holiday approaching, [Slouriesr] set to work building a vomiting ghoul for his Halloween display. He’s calling it a puking pirate and it centers around a pump and some simple plumbing fixtures.

First, the vomit receptacle was made by adding a sink drain with a pop-up stopper to the bottom of a kitty litter bucket. The drain slows the evacuation of liquid into a five gallon bucket below. In that bucket you’ll find a float switch pump used to keep water off of a pool cover. As the bucket fills up the pump turns on and empties the water through a hose ending at the ghoul’s mouth. The result is a 20-second puke cycle sure to delight the trick-or-treaters. Sure, there’s a lot of work to be done to get this guy looking the part, but what a great idea!

Help keep us in the holiday spirit by sending the details on your latest prop build.

Adding Mobile Control To Your Gardening

[The Cheap Vegetable Gardener] wanted to check in on his garden from the road so he wrote a control app for his WinPhone. The hardware work is already done; having been built and tested for quite some time.

The implementation comes in two parts, both shown in the chart above. The grow box is behind a firewall as you don’t want random folks turning on the water and grow lights on a whim. The first part of the interface takes care of this separation by providing a set of functions on the host machine. The second portion is the phone app itself which calls those functions and displays all the pertinent information from the status of the lights, heater, exhaust, and water pump, to the current temperature and humidity. He’s even used Google Charts to graph data over time. The app itself took about two hours to code with no prior experience, a testament to the level of approachability these tools are gaining.