No PCIE Slot? Just Add One

[Leslie] likes his little Samsung N150 Plus netbook. While it packs enough punch for almost everything, it lacks in High Definition video power. That is where a Broadcom Crystal HD mini PCI express card comes in, as these little video decoders are made just for netbooks needing some HD love, but the problem is, his netbook only has one PCI express slot in it, and its occupied by the 802.11N card.

Not being bummed out by this, and not wanting to use a USB dongle device he just ripped open his netbook and added a second pci express connector to the pads on the motherboard. Sourcing the header from mouser, the install seems quick n easy, especially since Samsung was nice enough to have the pad’s tinned already, so just a little flux and a steady hand you’re good to go.

Unfortunately, there are some hidden gotcha’s as the newly installed slot is not “full featured” that both the Broadcom card and the stock wireless N card require, but he had a wireless G card that ran just fine in the newly added slot, so now its time to rock some full screen HD Hulu.

Weather Station Turned Data Logger

Home brewing the perfect beer (or root beer in this case) requires a watchful eye and stable temperature, but [Gregory] has a house that is 120 years old. While we are sure it is a beautiful home, it does have its usual historical issues including temperature fluctuations.

[Gregory] suspects this to be the reason why his root beer is not carbonating, but to be 100% sure he grabbed a weather station (and atomic clock) with a wireless remote thermometer and got hacking. After popping the station apart he was able to quickly isolate the radio receiver and figure out the signaling, a few connections to an arduino, and now he can keep track of the temperature as its logged on to his PC.

Hopefully he can find out if this is his issue or not. Join us after the break for a quick video.

Continue reading “Weather Station Turned Data Logger”

Bitbang IR Remote

[Albert] has made a few PC IR transmitters and receivers using the traditional connection of RS232 serial, and that is fine, but as we are all aware, not every computer has serial ports standard. Searching though normal USB <> RS232 dongles didn’t meet his requirements. Deciding on making it himself, he whipped up this FTDI bit-bang IR receiver / transmitter.

While FTDI makes a range of chips most (if not all) support a bit-bang mode where you can manually control the IC’s pins. The FTDI chip handles the timing, and when paired up with libFTDI makes it pretty painless to control. The software is a work in progress, but [Albert] already has a driver that connects to LIRC, which lets you control a wide array of remote devices and a test program for carrier generation.

Schematics, source, and a few pages of good information are available on his site.

Keyboard Converter 2 Pack

[REVENGE] pointed out a couple cool little project posts from the geekhack fourms converting vintage keyboards to USB with a Teensy. They both have VUSB support, so any avr micro controller that meets VUSB’s requirements in theory could be used.

First up is a PS/2 to USB keyboard converter, and while yes this has been done many times before, this one sports some extra features not often seen, like mouse keys, system and multimedia keys, and keymap customization. Instructions are also provided for use with a non USB enabled avr controller (like a mega 168, or 328) through the VUSB library (though with not all features available).

Next is pretty much the same thing, but it converts Apple Desktop Bus to USB, which is not exactly rare, but its lack of a clock serial signal, somewhat variable timing, and the fact that you wont find a bucket of Apple keyboards for a buck at the thrift store makes any ADB converter worth mentioning.

VUSB instructions seem to be the same for either, source is available and there are some cool pictures and info listed, and besides what is more fun than being able to plug your Model M into your netbook, or your Apple Extended Keyboard into your mac mini.

Interactive Punching Bag

If you need a sparring partner, and do not want to be dependent on finding a willing partner at any random time, then maybe this Interactive Punching Bag will be some interest to you. [Lior], having studied Karate for a while now, originally envisioned a robotic arm that would punch at you using the Texas Instruments Chronos or the Microsoft Kinect as input, though after some initial messing around he decided to scrap that plan and thought “how hard is it to place some LEDs inside a punching bag and sense some force using an Arduino?”

After about a day and a half, using parts from around the shop and a trip to radio shack, he was able to complete his goal, and left some room to expand in the future. The bag currently features 3 resistive sensors, 3 LED’s, and is using a laptop for feedback, though an LCD is on its way. The expansion room allows for 3 more sensors and LED’s for twice the action and more complex games.

Speaking of games, the punching bag currently has 3 different exercise programs, as many punches as you can in 30 seconds mode, a programmable sequence mode, and random which occasionally punches back. Join us after the break for a quick video, and check out the page for details and a pile of pictures.

Continue reading “Interactive Punching Bag”

A 555 Synthesizer

Inspired by the memory of a childhood electronics kit, [Frank] decided to make a new 555 Synthesizer and enter it into the 555 contest. [Frank’s] remake is played with a stylus, and sports an attack and release envelope circuit, housed in a quick but effective acrylic case.

Using a single 555 timer, a hand full of capacitors, two transistors, and a healthy dose of resistors and potentiometers, the sound is quite impressive thanks to optional filtering, enveloping, and a lot of fine tuning. Full schematics, bill of materials, formulas, and board files are all available along with sources for some of the more specialized potentiometers.

Join us after the break for a ~13 minute long video, which is pretty cool, as it shows the device from prototype, and does some fast forward action though to the final product pictured above, though if you just want a demo of the 555 synth fast forward to 10:44

Continue reading “A 555 Synthesizer”

Arduino Thermo-cam

[Maxbot] wanted a inferared themo-cam that he could use to scan an area and display the results on his computer, the result is this Cheap-Thermocam. This little device is a inexpensive thermal sensor mounted on a pair of servo’s for XY scanning, custom java software and an Arudino to mate the two.

The sanner does a limited but still useful resolution of 42×32 pixels. To help out with smoothness of the colors, every other line of the finished product is interpolated against its neighbors. It takes the device about two minutes to measure each of the 1344 points, but what it lacks in speed it more than makes up for in cost, boasting around 100$ build cost, and ease of construction.

While exact details of what parts you need and how to hook everything up is lacking at this moment, there is a page in the works that will let you know all the good details “soon”, though if you are inspired to replicate one of these nifty devices it seems the most difficult part would be tapping into the sensor’s electronics and the custom software.

Cheap, hacky, and even comes with its own roll of duct tape. We have a short video for you after the break.

Continue reading “Arduino Thermo-cam”