Margarita Drip Infuser!

Margarita Drip Infuser Ensures A Perfect Mix

In order to get a margarita just right, the various ingredients need to be mixed together quite vigorously to over-come the different viscosity of the fluids. Looking to create his own barbot of sorts, [TVMiller] decided to make a Margarita Drip Infuser to help make margaritas a bit easier.

Using various chem lab supplies, [TVMiller] has cobbled together something pretty awesome. The Infuser can take up to 8 different ingredients into its test tube reserves, and after the drink ingredients are programmed on the computer, the magic begins.

An Arduino Uno controls a bank of 8 relays which control small fluid solenoids, with each control pulse releasing just a single droplet of fluid. An LED for each valve is run in parallel adding a bit of a light show to the mixing experience. If that’s not enough, he’s also created a copper cooling coil to chill the drink as it is poured.

Continue reading “Margarita Drip Infuser Ensures A Perfect Mix”

Homer Smart Remote

Homer Robot Ensures You Don’t Miss An Episode

With our busy lives, who has time to pay attention to TV show schedules? [Tamberg] certainly didn’t and that is why he came up with the web-enabled TV remove he calls the Smart Homer. This miraculous device knows when ‘The Simpsons’ is being broadcast, turns on the TV and switches to the appropriate channel.

Like the real Homer, not too much is going on up in this toy’s noggin. A couple of IR emitters are mounted in place of pupils and the associated wires are run down into his body. Right between a pink donut and a Krusty burger resides an Arduino and ethernet shield. This electronic duo acts as a web server and looks out to the ‘net for an online script. The script polls an online TV Program Guide and if ‘The Simpsons’ are on at that time, it sends a signal back to the Arduino to turn the TV on.

Homer Smart Remote   Jolly Homer

DIY Auto Fish Feeder

DIY Auto Fish Feeder Feeds Fish Automatically

[Brian] has a fairly large 400 liter aquarium and loves the fish that call it home. Unfortunately, sometimes life gets in the way of keeping those fish fed on a regular basis. There are automatic fish feeders out there on the market and [Brian] gave one a try. Although it worked, it dropped one huge clump of food in at a time (rather than sprinkling it in), the food hopper held a very small amount of food and the unit drained a new set of batteries in less than a week. Fifty euros were spent on purchasing that auto feeder and in the end it wasn’t any more convenient than just feeding the fish.

Faced with a tough decision on whether or not to buy another product he may not be happy with, [Brian] decided to make his own automatic fish feeder system out of parts anyone can find lying around the house. The main housing is a small Tupperware bin, inside of which 3 pieces of plastic were glued together to make a v-shaped hopper. The fish food is loaded into the hopper and as it falls to the bottom it meets a reverse-spinning drill bit that acts like an auger, pushing the food out of the container. The drill bit is powered by a small stepper motor connected to the drill bit by an improvised coupling made from a silicone sealant cap!

The control system is an Arduino and a stepper motor driver chip. Through trial and error [Brian] figured out that 100,000 half steps of the motor dumped a good amount of food into the tank. The drill bit delivery method even sprinkles the food nicely for total fish enjoyment. To keep the food flowing at regular intervals, an AC timer unit controls how often the Arduino is powered on and subsequently feeds the fish.

Continue reading “DIY Auto Fish Feeder Feeds Fish Automatically”

TwoBitCircus: The Business Of Building Interactive Entertainment

The Hackaday 10th anniversary was an awful lot of fun, and part of what made it awesome was all the cool things that the community brought to the event. We hadn’t really had a chance to get down to meet the guys from TwoBitCircus before now but they were more than happy to bring along their excellent Hexacade machine. The 6-player custom built arcade game that was an absolute blast!

After the party TwoBitCircus’ fearless leaders [Brent Bushnell] and [Eric Gradman] invited us over to their space for a quick look at their workshop, and to give us a personal invite to the Hacker Preview day for their upcoming STEAM Carnival. No this isn’t Steam as in Steam-punk, but STEAM as in Science Technology Engineering Art and Mathematics.

TwoBitCircus Workshop

Their space is really quite amazing, part of The Brewery Art Colony near downton Los Angeles. The building is actually an old steam power plant with incredibly high ceilings. The TwoBitCircus crew is now about 30 people all building interactive games and art pieces for events. They call themselves a digital circus and a lot of their work harkens back to old carnival games of yore with a new digital twist.

[Eric] and [Brent] spared a few minutes to give us a quick run down of what sort of games to expect at the STEAM Carnival. There will be a wide array of entertainment: giant marble runs controlled by see-saws, whack-a-mole/twister mashups on huge glowing button walls, laser based foosball, and the more extreme immolation dunk tank! It will be a most entertaining and educational event. The main public days are on the weekend of 25th – 26th of October, but there is an invite only hacker preview for the local community on Thursday October 23rd which we will be attending. If you’d like to go to the main event, use the code HACKADAY for $5 off the ticket price of $25.

What was most interesting about TwoBitCircus for me as a maker of things was how these guys have turned their hobby into a thriving events business. Brent tells us that they’ve been at this for 8 years now and the company has been around for 3. They’re doing pretty well too, making incredible things for some of the biggest companies around. This really is the best possible job for any inventive hacker sort, building crazy stuff all day for people to play with! I left the place feeling incredibly envious.

Check out the photos below for some impression of the sort of craziness you might see at the carnival!

Continue reading “TwoBitCircus: The Business Of Building Interactive Entertainment”

Retrotechtacular: Core Competencies

As the dashing officer shown above will tell you, early data processing machines and ADP systems employed two types of magnetic cores for memory and other purposes. This 1961 U.S. Army training film is an introduction to the properties of ferrite cores, which are commonly made from nickel alloy and other magnetic materials. As this is only part one of a series, the metallic ribbon type of magnetic core is covered in some other segment we have yet to locate.

The use of magnetic cores for random access memory was built upon transformer theory and provided a rugged and low-power solution until the semiconductor came into vogue. Before that time, the humble ferrite core served many uses and did so very well. The Apollo Guidance Computer had erasable magnetic core memory, and much of its software was stored in core rope memory.

binary 1The film covers a lot of theory and does so clearly and concisely. It begins by explaining what a magnetic core is and why it’s used, and then moves on to describe how the cores are used to store bits and the method by which they can transfer information to other cores. Along the way, it provides background on bi-stable devices and provides explanation of magnetization behavior in terms of magnetizing force and flux density.

Continue reading “Retrotechtacular: Core Competencies”

CARDIAC Cardboard Computer

A Clever Cardboard Computer

Back in the 70’s when computers were fairly expensive and out of reach for most people, [David Hagelbarger] of Bell Laboratories designed CARDIAC: CARDboard Illustrative Aid to Computation. CARDIAC was designed as an educational tool to give people without access to computers the ability to learn how computers work.

The CARDIAC computer is a single-accumulator single-address machine, which means that instructions operate on the accumulator alone, or on the accumulator and a memory location. The machine implements 10 instructions, each of which is assigned a 3-digit decimal opcode. The instruction set architecture includes instructions common to simple Von Neumann processors, such as load, store, add/subtract, and conditional branch.

Operating the computer is fairly simple–the cardboard slides guide you through the operation of the ALU and instruction decoder, and the flow chart shows you which stage to go to next. The program counter is represented by a cardboard ladybug which is manually moved through the program memory after each instruction completes.

Even though the CARDIAC is dated and very simplistic, it is still a useful tool to teach how microprocessors work. Although modern processors include multi-stage pipelines, finely-tuned branch predictors, and numerous other improvements, the basic principles of operation remain the same.

Feeling adventurous? Print out your own CARDIAC clone and try writing your first cardboard computer program.

[via Reddit]

washing machine controller

New Brain For An Old Washing Machine

When the washing machine at [hydronucleus]’s place went on the fritz, he went straight to the toolbox to try to repair it. The problem was with the old mechanical control unit, so [hydronucleus] got an Arduino out of the parts bin to create a brand new electronic controller for his washing machine. (Imgur Link)

drumThe old mechanical controller functioned like a player piano. A rotating drum with ridges actuate different cycles in the washing machine. Some of the cycles weren’t working properly so [hydronucleus] ripped them out. With the help of a schematic posted on the washing machine itself, the cycles were able to be programmed into the Arduino.

The other obstacle in this repair was getting enough relays together to switch everything in the washing machine. This was solved with a Sainsmart 16 relay block, which has more than enough relays for the job. [hydronucleus] wired up an LCD and a pushbutton to control it and his washing machine is as good as new! The cost of the repair certainly beats a new machine, too. Although if it finally gives up the ghost completely, he could always turn it into a windmill.

Want to read more about [hydronucleus]’s washing machine hack? Check out his Reddit thread!