Hackaday Links: July 13, 2012

Testing LEDs

Over at the Albuquerque, NM hackerspace Quelab, [Alfred] needed to test a bunch of surface mount LEDs. He ended up building a pair of 3D printed tweezers with a pair of needles attached to the end and a space for a coin cell battery. It works and Quelab got a new tool.

Woo Raspberry Pi

[tech2077] added an FTDI chip to his Raspberry Pi to do a little single cable development. We’ve seen a few similar builds, but surprisingly nothing related to the on board display serial interface. This wiki page suggests it’s possible to connect an iPhone 3G or iPhone 4 display directly to the Raspi. Does anyone want to try that out?  Nevermind, but it would be cool to get a picture from a display plugged into that display port on the Raspi.

I like to ride my bicycle, I like to ride my bike

Over at the 23b hackerspace a few people were having trouble finding a good bike cargo rack that wasn’t overpriced. They built their own with $30 in materials and a salvaged milk crate. It looks great and is most likely a lot more durable than the Walmart model.

If that cargo rack fell off, it would look like this

Apparently you can get ‘spark cartridges’ to attach to the underside of a skateboard. [Jim] saw these would look really cool attached to his bike so he did the next best thing. He attached them to his sandals. It does look cool…

Less heat, less noise

[YO2LDK] picked up a TV tuner dongle for software radio and found it overheated and stopped working after about 15 minutes (Romanian, Google Translate). He hacked up a heat sink from an old video card to solve this problem. Bonus: the noise was reduced by a few tenths of a dB.

Working Software-defined Radio With A TV Tuner Card.

[Balint Seeber] just sent in a small yet timely project he’s been working on: a software radio source block for the Realtek RTL2832U. Now with a cheap USB TV tuner card, you can jump right into the world of software-defined radio.

[Balint]’s code comes just a week after hackaday and other outlets posted stories about using a $20 USB TV capture dongle for software defined radio. At the time, these capture cards could only write data directly to a file. With [Balint]’s work, anyone can use a cheap tv tuner dongle with HDSDR, Winrad, or GNU Radio. If you’ve ever thought about trying out software-defined radio, now might be the time.

Elsewhere on the Internet, a surprisingly active RTL-SDR subreddit popped up dedicated to using the Realtek RTL2832U tuner for software defined radio. There’s an awesome compatibility chart listing compatible USB dongles. The cheapest (so far, and subject to change) is the Unikoo UK001T available for $11 on eBay.

With his source block, [Balint] can listen to anything on the radio between 64-1700 MHz. The sample depth is 8 bits and the sample rate can be anything up to 3.2 MHz. You can watch [Balint] testing out his $20 GNU Radio rig after the break.

Continue reading “Working Software-defined Radio With A TV Tuner Card.”

Software Defined Radio From A USB TV Capture Card

With a simple digital TV USB capture card, you can build your own software defined radio or spectrum analyzer. While it may not be as cool as [Jeri Ellsworth]’s SDR, it’s still very useful and only requires $20 in hardware.

The only piece of hardware required for this build is a USB FM/DTV capture device with the Realtek RTL2832U chipset. So far, two USB sticks have been tested and the unit with the largest frequency range (64 – 1700 MHz) is available direct from China for $20.

Turning these cheap capture cards into software defined radios and spectrum analyzers was discovered by [Antti Palosaari] after sniffing the device. These cards demodulate the frequency and send all the data to the computer and is decoded via software. If you have one of these capture cards lying around, you can grab the software and load it up on your *nix box. Right now, the software only writes directly to a file, and may drop a few samples if writing to a hard disk instead of ram. Small problems, but we’re sure this project will pick up steam in the very near future.

via reddit