Kitchen Hacks: Microwave Plays YouTube Videos Matched To Your Cooking Time

Behold the uWave, a microwave oven that plays YouTube videos while it cooks. [Kevin] and three classmates at the University of Pennsylvania developed the project for the 2011 PennApps hackathon. It uses a tablet computer to replace the boring old spinning food display microwaves are known for. Now, an Arduino reads the cook time and sends that information to a server via its Ethernet shield. The server then searches YouTube for a video that approximately matches the cooking time, then pushed that video to the tablet to start playing. The video demonstration embedded after the break shows this, as well as the tweet that the machine sends at the beginning of the process.

It’s an interesting concept, and we think the code used to push a video to the tablet has a lot of other applications (we’re keeping this one bookmarked). On the other hand, we wonder how long it will take for public microwaves to become ad-supported? We’re thinking it’s hard for companies selling antacids, acid reflux medicine, Cup ‘o Soup, and Hot Pockets to resist this opportunity.

Continue reading “Kitchen Hacks: Microwave Plays YouTube Videos Matched To Your Cooking Time”

Kitchen Hacks: An Android Bartender

[Nick] just finished up bis barbot build that is named after our favorite bartender. It’s an impressively capable even if it was done on the cheap.

The user chooses a libation for iZac to make via an Android tablet. This drink is interpreted by an Android ADK to have the mechanics of the robot swing into action and start making a drink.

The part of the build that moves the fluid was inspired by the Evil Mad Scientist Labs’ Drink Making Unit 2.0. Instead of pumps pulling the liquid through tubing, [Nick] attached an aquarium air pump to an Erlenmeyer flask. A siphon tube draws liquid out of the flask because of the difference in air pressure. The liquid is controlled by a few laser cut pinch valves that he designed.

Once a user selects a cocktail, the robot swings into action and dispenses liquid into a glass sitting on a load cell. Since the glass is being weighed at all times, iZac knows exactly how much alcohol (and in what proportion) is in the cocktail. [Nick] tested out iZac at the Sydney Hackerspace with soda water and flavoring. iZac proved very popular and we’re wondering if we could build something like this in a liquor cabinet.

Ice On Your Turkey Makes It Tender, Apparently

Turkey day is fast approaching and for those of us not cool enough to be rocking the deep-fried turkey this year we’ll have to suffer though a potentially dry oven-roasted bird. Chef [Justin] came up with a great way to prevent dried out white meat on a turkey using ice of all things.

The enemy of moist and tender breast meat is heat. Cooking meat for too long will dry it out. There’s a problem, though: the breast is the thickest part of the bird which means it will take longer than the legs or thighs to reach the necessary 160 degrees. [Justin] figured that if he could cool down the breast with ice, it will take longer to cook and both the white and dark meat will come out perfectly.

[Justin] set up a test with two 15-pound birds. Both turkeys were allowed to come up to room temperature, then ice packs were put on the breast of one bird for 15 minutes. This lowered the temperature of the experimental breast by a few degrees. Both birds were then thrown into the oven.

After coming out of the oven, both birds looked great. The bird treated with ice packs appeared to be more tender and moist. Sounds like the perfect thing to pull out of our bag of tricks next week.

Solder Reflow Toaster Oven

[Sebastian] needed a small solder oven so he bought himself a small toaster oven (Spanish, Google Translate). It’s not the kind of thing we’d make our breakfast in now, but for soldering it’s a very nice oven.

After a little bit of research on Google, [Sebastian] discovered that the best technique when dealing with reflow ovens and solder paste is following a specific temperature curve. Ideally, Tin/Lead solder needs to preheat from room temperature to 150 degrees C, then level off so the flux can activate. After that, a quick jaunt above 183 degrees C makes the solder flow. To get his toaster working optimally, [Sebastian] stuck a thermistor in the toaster and measured the temperature profiles of different ‘modes.’

The correct temperature curve was calculated using different heater elements and [Sebastian] was off to the races. He did have a few problems on his first few boards – solder bridging, mostly – but that’s not the fault of the oven. An LCD display (translate) was added recently so accurate real-time temperature monitoring is available.

Kitchen Hacks: [Dino’s] Egg Tricks

[Dino’s] latest weekly hack plays right into our Kitchen Hacks theme. He’s sharing some obscure tips and tricks involving eggs.

It should come as no surprise that he knows a thing or two about using eggs. After all, he keeps chickens and you’ve can’t just let good eggs go to waste. Which is where his first tip comes in. Eggs will keep for weeks, but if you don’t know if they’re still good you can put them in a bowl of water before cracking them. Eggs that float are on the way out!

Need some scrambled eggs but don’t have a pan to cook them in? His next feat is to cook up a breakfast of steamed eggs using the steamer nozzle on his espresso machine. It’s messy (egg seems to be flying everywhere) but the final product does look appetizing.

The rest of the video (embedded after the break) shows his methods of making Hollandaise sauce for Eggs Benedict, and how to blow the innards out of an egg-shell.

Now we have a picture in our minds that [Dino’s] daily routine is surrounded by eggs… like the egg farmers in Napoleon Dynamite.

Continue reading “Kitchen Hacks: [Dino’s] Egg Tricks”

Sous Vide With Racing Stripes

We’re not going to question the logic that went into putting racing stripes on a slow cooker, but [Evan]’s sous vide machine is the most professional one we’ve seen.

After [Evan] found a cooking book that went into the physics and chemistry of making a meal, he wanted to make some really good meals. Sous vide spoke out to him and [Evan] committed himself to building an immersion cooker.

After trolling around on the Internet, [Evan] came across a little gem on Make. The Make build was cheap – it was built around an off-the-shelf PID controller and thermocouples. [Evan] though about building his own PID controller, but time is money and he couldn’t beat the commercial version in features.

The enclosure was the most time-consuming part of [Evan]’s build. It’s a 1/8″ sheet of aluminum cut and bent to the correct size. The sharp edges were filed down and joined with epoxy; definitely not the ‘normal’ way of building an enclosure. The color scheme is borrowed from this Renault – French cooking inspired by a French car.

As for [Evan]’s results, he cooked a 5oz filet marinated in garlic, thyme, olive oil, salt and pepper. This dish was flanked with some roasted Yukon Gold potatoes and sautéed broccoli. Our mouth is watering just looking at the picture, so we’re betting [Evan] did an excellent job.

Hacking A VS200 Food Sealer

This food sealer just wasn’t cutting it for [Tinkering Engineer], so he decided to do something about it. The issue with this sealer was that it didn’t have a mode where it could simply seal bags without pulling a vacuum on it. Going through the whole process takes a reported 40 seconds in order to evacuate the air and then seal the bag. Without pulling a vacuum, the sealing process took only 9.

After taking everything apart and looking around, a PIC microcontroller, and vacuum switch were found as well as other assorted electronics. Although the first thought was to replace the onboard PIC with an Arduino, a much simpler solution was arrived at. Two switches were added, one to disable the vacuum pump and the other to manually turn on the heater. This would allow the machine to function as originally intended or simply let bags be sealed without the vacuum function.

This hack may not be the most advanced one that we’ve ever seen, but it’s a good reminder that some projects can be done very simply if you’re willing to look around!