Stoplight Indicator System Signals When Your Servers Are In Distress

stoplight_server_monitoring_system

At [mkanoap’s] office, they have a software package that monitors their various servers’ health, but they wanted a separate indicator to display the status of their most critical systems. They put together a simple list of criteria for their display, including the ability to view the status without a computer, and that it share the same red/yellow/green indicators that their monitoring software utilizes. With those needs in mind (and a few hundred dollars to spare), [mkanoap] and crew rushed out to buy a stoplight, then got to building.

Their status system is self-contained, utilizing an Arduino and Ethernet shield to control the stoplight. The Arduino was programmed to act as a web server, and responds to GET requests by toggling any of the three mains-powered lamps using relays. [mkanoap] then created a handful of scripts that check the status of the critical servers every 5 minutes, updating the stoplight accordingly. The whole setup was tucked neatly inside the light’s housing, before being mounted on the wall in their office.

[mkanoap] says that the reaction to the stoplight as been great, though they had to install dimmer bulbs so those people sitting near it were not blinded. His writeup is incredibly detailed should anyone want to construct one of their own, and who wouldn’t?

Weekly Roundup 9/17/11

In case you missed them, here are our most popular posts from the past week.

Our most popular post from the past week was one where we show a project where [Linas] built his own CT scanner and then used those scans to create 3D models.

Our next most popular post was an Engine Hack from the previous theme where [Mike] built a jet out of pipe fittings and motorcycle parts.

Next up is a post that will be of interest to folks who like their privacy. This post shows a project that simulates a trip wire using a laser beam. The end result is the same though. Cross the beam, hear it scream.

Our forth most popular post was one about a robot that can climb walls and then parachute back down to do it again… provided that it has a team of students ready to catch it on a tarp at the bottom.

Finally, we have a post that describes how to create a circuit board out of a piece of glass. The author is using it for a touch-sensitive button interface.

ATtiny Hacks: Simple USB Temperature Probe

ATtiny Hacks Theme Banner
simple_attiny_usb_temperature_probe

[Dan’s] office is awfully hot, but he needed some real temperature numbers that he could show the building management office to justify opening a maintenance ticket. He had seen some simple temperature probe examples online, and decided to build his own using a small AVR chip.

Based off a similar temperature monitoring example called EasyLogger, his temperature probe uses an LM34 temperature sensor, which is wired to an ATtiny45. The ATtiny communicates with his computer using the Ruby-USB library in conjunction with a bit of Ruby code he put together. Once the data is obtained, all of the temperature measurements are logged and graphed using RubyRRDTool.

As you can see by in the image above, his office is far hotter than it should be, so we’re pretty sure he’s happy to have actual measurements to back up his claims.

If you are looking to make a small temperature probe of your own, his code, schematics, and links to all of the tools he used in the project are available on his site.

Grow Your Own Fresh Salad Year Round With This Cheap Hydroponic Setup

With fall approaching you might think about moving your gardening inside. [Jared] used cheap and readily available materials to make these salad-green trays.  When used with his grow lights and tent (which he built during a different project) he was able go from seed to salad-bowl in just four weeks.

A pair of plastic storage bins act as the base, keeping the water right where it should be. Some holes cut into a piece of solid foam insulation holds a set of plastic pots in place, allowing the water to leech into the Rockwool that holds each plant in lieu of soil. To aerate the water [Jared] grabbed a cheap aquarium pump, splitting the output into several different branches. Each has its own check valve to ensure that a pump failure doesn’t let the water find its way out of the plastic tube. A set of bubble stones breaks up the output, helping to mix it with the water.

This isn’t quite as easy to pull off if you don’t already have a grow light. But you can always make it worth the investment if you decide to start next summer’s garden from seed. Or perhaps you can try to make your own using a varation of this shop lighting hack.

[Thanks Jayson]

Recreating The Mac Plus With An FPGA

sad_mac_fpga_mac_clone_plustoo

[Steve] over at Big Mess O’ Wires has never been so happy to see the “Sad Mac” icon.

A little over a month ago, he decided to take on the task of building his own Mac clone using modern technology. Not to be confused with Mac emulation on modern hardware, he is attempting to build a true Mac clone using an FPGA that is functionally identical to the original.

He is calling his creation the “PlusToo”, with the goal of producing a modern version of the Macintosh Plus. The Plus shares a good amount of hardware with its other original Mac brethren, allowing him to replicate any of the other machines such as the Mac 128K, with a few simple configuration changes.

Building this clone is an incredible undertaking, and it’s a lot of fun to watch the construction progress bit by bit. [Steve] has been diligently working for a little over a month now, recently getting the clone to run 68000 code from the Mac ROM, resulting in the Sad Mac image you see above. While the logo has been dreaded among Mac users for years, it signals to [Steve] that things are coming along nicely.

Motorized Coop Door Lets The Chickens Out For You

[Larry] and [Carol] just upgraded the coop to make their lives easier, and to help keep the chickens happy. The image above is a chicken’s-eye-view of the newly installed automatic door. It’s a guillotine design that uses the weight of the aluminum plate door to make sure predators can’t get in at night. This is much easier to fabricate than a locking coop door would have been. Some leftover aluminum channel guides the door on either side, with a spool above it to wind up some rope, thereby lifting the door.

You can see the belt-drive motor is also mounted inside, out of the element. To the right of the image you can just make out a plastic food container. This protects the electronics from the elements. Inside you’ll find an H-bridge to drive the motor, a real-time-clock to make sure the schedule is well-timed, and an Arduino. There are a couple of reed switches which let the microcontroller sense the position of the door.

After the break you can see a demonstration video, as well as a slide show with build details. The motor is pretty quiet and, although it spooks the chicken in the demo just a bit, we’d be they’ll be used to it in no time.

Continue reading “Motorized Coop Door Lets The Chickens Out For You”

Swap-O-Matic: An Automat With Recycling In Mind

The Swap-O-Matic is vending machine built for recycling, not consuming. Instead of feeding money into the machine, you can get an item out of the machine by swapping it for something you don’t need anymore. It’s a great concept with a great retro design, probably influenced by the age of the automat.

[Lina Fenequito] and [Rick Cassidy] built the Swap-O-Matic around the time [Lina] was getting her MFA. The build was in Wired in 2005, but the project has been updated since then and has a new home at LaunchPad in Brooklyn, NY. The first version used a separate computer next to the machine that gave out combinations to locks on the doors. It looks like the new version has been improved with an integrated touchscreen and computer-activated locks leaving [Lina] and [Rick] with a very clean build.

It’s a great idea if you have a relatively homogeneous population with similar interests, so we expect to see some of these popping up at a few hackerspaces. Check out the Swap-O-Matic promo video after the break.

Continue reading “Swap-O-Matic: An Automat With Recycling In Mind”