Beer Kegs Make Excellent Resin Dispensers

[Josh Updyke] woke up one morning and found himself in a sticky situation. The demand for his modular robotic track system was outgrowing his ability to produce. One of the bottlenecks was weighing out resin. It’s a slow, monotonous process that must be done with accuracy. The free market did not have any affordable solutions to the problem. So like any hacker worth his weight in 2N2222 transistors, he made his own by re-purposing some used beer kegs.

The resin comes in two parts – the resin itself and a hardener. Each must be weighted out on a scale before mixing to ensure proper proportions. It was a trial-by-error learning process before [Josh] was able to settle on a final solution. First he tried some garden sprayers, which worked OK at first. But the resin was taking too long to exit the sprayers, and he had to pressurize them by manually pumping them with air. He ended up with a much better method that used some Cornelius Kegs.

Be sure to check out his io page for more details.

Comparing Movies Between Rottentomatoes And IMDB

Well, it’s the holiday season! Which means two things. Long, sometimes uncomfortable gatherings with family, and our favorite — free time. So if you’re looking to catch up on some movies, [Rajesh Verma] has you covered. He’s compiled a database that aggregated data from both Rotten Tomatoes and IMDB!

That means you can very easily sort through based on critic’s favorite, audience favorite, IMDB favorite, underrated, overrated, year, etc. He started by dabbling with aggregation scripts with just Rotten Tomatoes, and after he released one showing both Audience and Critic scores, Rotten Tomatoes updated their site to include that sorting method! Coincidence? Maybe.

Either way, it broke his original script when the site was updated — so he’s come back with something even better — a list for both IMDB and Rotten Tomatoes.

He started the project thanks to [Michael] at Meta Film List, who had the idea of making movie databases more accessible. Without further ado, you can check out the list on Google Docs.

Let Alexa Control Your Life; Guide To Voice-Enable Everything

Let’s face it, automation doesn’t feel quite as futuristic unless you can just say what you want out loud and have the machines flawlessly obey. That is totally possible now — and on the cheap. Well, cheap as far as money goes. It can be an expensive learning curve to get it all working. This will help. [Lindo St. Angel] has put together a guide to navigate voice control of hardware using Amazon’s Alexa SDK.

We previously reported that Amazon’s AI had escaped its hardware prison in the form of the Alexa Skills Kit. Yes, calling it the Alexa SDK above is wrong it’s actually the ASK but nobody knows what that acronym is while most recognize the gist of an SDK. It gives you the hooks and the documentation necessary to leverage the functionality in your own applications. The core functionality of Alexa is voice recognition. Even so, it’s still a tall hill to climb.

[Lindo] has broken down the problem into a very manageable example. The Amazon Voice Service (part of ASK) is used for voice recognition and control. Amazon’s Lambda service connects the ASK to your piece of hardware; in this case he’s using a Raspberry Pi as the server. The final step is to connect your hardware to the Pi. [Lindo] is interfacing a keypad-based home automation system with the Pi but the sky’s the limit at this point.

With all the authentication and connectivity laid bare, this is a lot more approachable. The question is no longer can you connect everything to voice control. The question becomes should you give control of everything over to one single online service?

Project Giant Robot Arm

[Antoniopenamaria] is working on a giant robot arm. The beauty is, he’s posting a step-by-step guide (translated) of his entire journey from start to finish.

Why does he want to build a giant robot arm? Well, the idea originally came to him a few years ago when he was soldering something together and thought, “Man, I could really use another hand!”. So he got out a Meccano set, and built a mini robot arm. Nothing fancy, but it worked. From there, he decided to program it, and was able to teach it to move things from point A to point B… as he continued to expand on his little project, the vision grew, and now he’s working on project D.I.M.E.R. — a giant robot arm.

Continue reading “Project Giant Robot Arm”

Mostly Wood Motorized Camera Slider

Camera slides can make for interesting dolly shots in your videos, or can spice up an otherwise drab time-lapse sequence. When it came time for one of his own, [Bob] did what any hacker would do and rolled his own motorized camera slide in the wood shop.

We always like to see work based on a hacker’s own prior art, and [Bob] managed to leverage parts and techniques from his impromptu claw machine build for this slider. The rollers in this project use the same 3/4″ angle aluminum and skateboard bearings as the previous build. The bearings roll on a plywood strip capped with the same angle stock for durability and low friction. The stepper motor bracket and pillow blocks are 3D printed, as are the timing pulleys. [Bob] admits that the whole rig is a little noisy and blames it on the rough quality of the pulley prints. He has plans to replace them with commercially available pulleys, which should help; one further suggestion we have is to code a soft-start algorithm into the ATtiny85 to eliminate that jerkiness you see when he demos the slider in the video below.

There are plenty of ways to move a camera along a single axis, and a surprising number of them use parts from the roller sports. We’ve covered quite a few of them before, like this slide that uses skateboard trucks, or this non-motorized rig built from fence posts and inline skate wheels.

Continue reading “Mostly Wood Motorized Camera Slider”

Four Seasons In One Photo

What an interesting way to show a year: Norwegian hacker [Erikso] created a condensed timelapse that shows a year in a single photo. He had taken a timelapse of the view from his living room window in the frozen north every day during 2010, using a camera that was locked in place taking an image every 30 minutes. Then, with the help of some hacker friends, he came up with a script that slices these images up and combines them so that each day is represented by a vertical slice. The result is a gorgeous image that gives a wonderful sense of the seasons, and how that affects the trees. You can see the leaves grow and fall, and the snow on the ground come, go and come again.

Continue reading “Four Seasons In One Photo”

Little Helper: Open Source Hardware Hacker Multitool

We love a good multitool. There’s something seductive about knowing that if, for some reason, you need to saw down a tree on a moment’s notice, you have a tiny saw in your pocket. We also like electronic versions of the multitool: gadgets that serve a lot of purposes as you develop and debug hardware. One of the most polished-looking ones we’ve seen is [Phillip Schuster’s] Little Helper.

The open source gadget looks like an iPod (if an iPod had header pins sticking out of it). It has basic analog I/O capability, can generate PWM pulses, sniff I2C traffic, and do lots of other features. It is open source, so you can always add more capabilities if you need them.

Continue reading “Little Helper: Open Source Hardware Hacker Multitool”