Mobile chicken coop includes wireless sensors

mobile-chicken-coop-build

In and of itself this mobile chicken coop is a pretty nice build. There are some additional features lurking inside which you don't find on most coops. [Neuromancer2701] built-in a set of sensors which can be accessed wirelessly. It makes it a snap to check up on the comfort of the hens without leaving the couch. At the heart of the sensor system is an Arduino along with an Xbee module. The … [Read more...]

Measuring SMD parts with a home brew version of Smart Tweezers

LCR

SMD parts are great; they allow you to pack more parts on a board, do away with drilling dozens of PCBs, and when done correctly can produce a factory-quality board made in a home lab. There's one problem with SMD parts; troubleshooting and measuring them. The ideal solution would be something akin to the Smart Tweezers we've seen before, but this fabulous tool costs three hundred bones. [Kai] … [Read more...]

Hackaday Links: October 18, 2012

links-capacitive-touch-plants

Capacitive touch plants Here's a proof of concept for using plants as a capacitive touch sensor. The sensor is simply a hunk of double-sided copper clad board attached to a microcontroller. But it seems to be able to sense what part of the plant is being touched. [Thanks Fabien] Adding wireless charging to a Nokia N900 This hack is quite common, but it's still fun to see what … [Read more...]

NES controller uses capacitive touch instead of buttons

nes-capacitive-touch-controller

Here's one way to really keep the component count low. [David] developed an NES controller that doesn't use any buttons. The copper clad has been milled to provide a pad which registers a button push based on capacitance. The board has a SIL header at the top, making it easy to plug into the Arduino board that reads the inputs. [David] had trouble getting the Arduino pin read functions to … [Read more...]

PIC LC meter improvements add Li-Ion battery and charging circuitry

OLYMPUS DIGITAL CAMERA

[Trax] needed an LC meter and decided to use a tried-and-true design to build his own. The only problem was that he didn't want to be tied to a bench supply or power outlet, which meant a bit of auxiliary design was in order. What he came up with is the battery-powered LC meter you see above. The core of the original [Phil Rice] design remains the same, with slight modifications to drive a … [Read more...]

DIY smart tweezers make SMD work a cinch

diy_smd_smart_tweezers

[Noel] does a lot of SMD work and wanted a pair of “smart” tweezers that could be used to place components as well as for reading their capacitance and resistance values on the fly. As we have seen, these things can be somewhat costly, and not really necessary if you already have a good multimeter. With that in mind, he figured he could build his own for almost nothing. He started off with … [Read more...]

Keypad uses a PIC’s built in capacitance functionality

capacitive-touchpad

[Giorgos Lazaridis'] most recent project was to build a capacitive touch pad. Since he's using a PIC 16F1937 it will be relatively easy. That's because it has a 16 channel capacitance sensing module built right in. But there are still some design considerations that make the development a bit touching. This isn't the first time he's worked with capacitance sensing. Through past experience he … [Read more...]