kegerator

End Table Kegerator Hides The Tap When You’re Not Looking

What’s better than an ordinary end table? How about an end table that can serve you beer? [Sam] had this exact idea and used his skills to make it a reality. The first step of the build was to acquire an end table that was big enough to hold all of the components for a functional kegerator. This proved to be a bit tricky, but [Sam] got lucky and scored a proper end table from a garage sale for only $5.00.

Next, [Sam] used bathroom sealant to seal up all of the cracks in the end table. This step is important to keep the inside cold. Good insulation will keep the beer colder, while using less electricity. Next, a hole was cut into the top of the table for the draft tower.

The draft tower is mounted to a couple of drawer slides. This allows the tower to raise up and down, keeping it out of sight when you don’t want it. The tower raises and lowers using a simple pulley system. A thin, high strength rope is attached to the tower. The other end is attached to a spool and a small motor. The motor can wind or unwind the spool in order to raise and lower the tower.

The table houses an Arduino, which controls the motor via a homemade H bridge. The Arduino is hooked up to a temperature sensor and a small LCD screen. This way, the users can see how cold their beer will be before they drink it.

To actually keep the beer cold, [Sam] ripped apart a mini fridge. He moved the compressor and condenser coils to the new table. He had to bend the coils to fit, taking care not to kink them. Finally he threw in the small keg, co2 tank and regulator. The final product is a livingroom gem that provides beer on demand.

Demo video (which is going the wrong way) can be found after the break.

Continue reading “End Table Kegerator Hides The Tap When You’re Not Looking”

Environmental Sound Detectors 

We all know that sound. That sound of a noisy yapping dog, or the sound of a disruptive garbage truck loudly picking up the trash while making a ruckus along the way. It can be extremely distracting and frustrating to deal with. And more often than not, we have little control over the noise pollution in the area. Unless of course, you build a monitoring solution to raise awareness of the situation, like this one that [Edmund] made.

It was designed in conjunction with the Earth Journalism Network (EJN) in order to, as their website states, “facilitate story-telling of the sources and health impacts of noise from around the world“. An Arduino Pro Mini was the backbone of the project. Being open-source in nature meant that it could be customized easily with a wide array of sensors. [Edmund] chose to use an Electric Imp adding WiFi capability to the device. His step-by-step tutorial showed the design process, leading into the prototyping of the parts, and contains schematics for the circuit. As of the time that this article was published, the coding section of project hasn’t been released yet, but the first three parts give enough information to get the ball rolling.

This type of monitoring solution has the potential to record the noise levels of neighborhoods all across the world. With a large enough pool of data, API’s can be developed for uses like house hunting web searches that show which areas in town are the quietest, or which ones are the loudest. This will surely provide a wealth of knowledge about noise pollution, and it will be interesting to see how people utilize this (and projects similar) in the future.

kaleidoscope

Arduino Powered Digital Kaleidoscope

[Jose’s] latest project brings an old visual effect toy up to date with digital electronics. Most of us are familiar with inexpensive kaleidoscope toys. Some of us have even built cheap versions of them with paper tubes, mirrors, and beads. [Jose] wanted to try to recreate the colorful pattern effects created by a kaleidoscope using an Arduino and an addressable LED strip.

The build is actually pretty simple. The base is a disc of PVC cut to just a few inches in diameter. [Jose] started with an addressable LED strip containing 60 LEDs. He then cut it into 12 sections, each containing five LEDs. The smaller strips were then mounted to the disc, similar to spokes on a bicycle wheel. The LED strip already has an adhesive backing, so that part was trivial.

The final step was to add some kind of diffuser screen. The LED strips on their own are not all that interesting. The diffuser allows the light to blend together, forming interesting patterns that are more reminiscent of the patterns you might see in a real kaleidoscope. Without the diffuser you would just see individual points of light, rather than blended color patterns.

The whole thing is controlled by a small Arduino. [Jose] has made the code available at the bottom of his blog post. Be sure to watch the video of the system in action below. Continue reading “Arduino Powered Digital Kaleidoscope”

THP Semifinalist: The Moteino

One of the apparent unofficial themes of The Hackaday Prize is the Internet of Things and home automation. While there were plenty of projects that looked at new and interesting ways to turn on a light switch from the Internet, very few took a good, hard look at the hardware required to do that. [Felix]’s Moteino is one of those projects.

The Moteino is based on the Arduino, and adds a low-cost radio module to talk to the rest of the world. The module is the HopeRF RFM12B or RFM69. Both of these radios operate in the ISM band at 434, 868, or 915 MHz. Being pretty much the same as an Arduino with a radio module strapped to the back, programming is easy and it should be able to do anything that has been done with an ATMega328.

[Felix] has been offering the Moteino for a while now, and already there are a few great projects using this platform. In fact, a few other Hackaday Prize entries incorporated a Moteino into their design; Plant Friends used it in a sensor node, and this project is using it for texting and remote control with a cell phone.


SpaceWrencherThe project featured in this post is a semifinalist in The Hackaday Prize.

The ChalkJET: An Ink Jet Printer For The Streets

Need to do some guerrilla street advertising? What you need is the ChalkJET 9000, an ink jet printer on wheels.

Using two Arduino Duemilanoves for the brains, this little cart features eight cans of spray chalk which can be individually actuated. Small solenoids pull down on levers in order to spray the cans. Encoders on the wheels of the cart keep track of the spacing in between each pixel as the cart gets dragged along.

A small LCD mounted on the handle allows you to select which text you would like to print, but it doesn’t look like manual entry of new words is possible — You’ll need to load up a library while connected to a computer before hitting the streets!

Continue reading “The ChalkJET: An Ink Jet Printer For The Streets”

800IPM Linear Slide Control

800 Inches Per Minute At 0.00025″ Resolution

The folks over at PONTECH have just released a pretty impressive opensource PIC32 library for controlling a linear slide at speeds of 800 inches per minute!

PONTECH makes the Quick240 (Quick Universal Industrial Control Kard) which is based on the open source chipKIT platform. It was designed for industrial automation systems, where typically a ladder logic PLC might be used. The benefits to using a system like this is that because it is open, you are no longer stuck with proprietary hardware, and it is much more flexible to allow you to “do your own thing”. Did we mention it is also Arduino compatible?

Using this system they’ve successfully controlled two 8″ Velox slides at a whopping 800 inches per minute with a resolution of 0.00025″ — just take a look at the following video to appreciate how freaking fast that is.

Continue reading “800 Inches Per Minute At 0.00025″ Resolution”

Home Made Segway Makes use of Balanduino

Impressive Homemade Segway Is The Real Deal

[Kristian] just put the finishing touches on his full size Segway built from scratch.

Back in 2012, he made a small balancing robot using a gyroscopic sensor and a PID controller — you can see the original post here. The cool thing is, he’s basically just scaled up his original project to create this full-size Segway!

It uses two 500W 24V DC motors (MY1929Z2) on an aluminum check plate frame, with the rest of the structure made from steel plumbing and fittings. What we really like is the steering linkage; similar to a real Segway, you pull the handle in the direction you want to turn. He’s accomplished this by putting another length of pipe parallel to the wheels which is connected by an elbow fitting to the handle bar. It’s supported by two pillow block bearings, and in the back is a fixed potentiometer — when you lean the handle bars one way, the pipe rotates, spinning the potentiometer. To make it return to neutral, he’s added springs on either side.

There’s an impressive build log to go along with it, and a great demonstration video after the break.

Continue reading “Impressive Homemade Segway Is The Real Deal”