Oreo-creme Hater Builds Rube Goldberg CNC Router To Remove The Stuf

oreo-separator

Look, we understand the need to find a project to occupy your time and interest. So we’re not going to ask the wrong question (why?) for this one. This guy hates the creme that connects the chocolate cookies to make an Oreo. So he built a complicated system to separate the cookies and remove the creme. Check out the video after the break for a hardware overview (where we catch a glimpse of an Arduino RBBB) and a complete demonstration.

Although the project is a marketing gimmick for the company, we really love the fun they had making the video and the device actually works! Drop a cookie in the chute and it will be lifted into position for cleaving with a hatchet (we’re unsure what the string mechanism on the hatchet is for). The two pieces are then grabbed by some servo-powered grippers and transferred to a CNC router bed where a Dremel tool removes the residual creme before dumping the cookies out into your hand.

Once again, marketers should take note of this style of advertising. Notice the two main features achieved here: including a product in something we’re genuinely interested in and not being annoying (we’re looking at you Head-On).

Continue reading “Oreo-creme Hater Builds Rube Goldberg CNC Router To Remove The Stuf”

Soluble Support Structure Can Be Used With Any Extruder-based 3D Printer

One of the issues with extruder-based 3D printing is that it can be very difficult to print objects that have voids in them. You simply must have something to deposit the soft material on until it has a chance to harden. [Matt] found a solution which should work for any extruder-based printer (with one caveat we’ll get to in a minute). He prints a support structure out of HIPS then later dissolves it using Limonene. The image on the left shows the object soaking for 24 hours. The final project is seen beside it.

The only real problem with this technique is that it requires a second extruder. Since printers build objects by layers, switching material in a single print head isn’t an option. HIPS stands for High-Impact Polystyrene. It extrudes at the same temperature as the ABS (235C) and adheres well to a heated bed kept at 115C. ABS will be unaffected by the hydrocarbon solvent Limonene, except for the residual smell of citrus.

Mexican Law Enforcement Seizes A Hacked Together Weed Cannon

marijuanna-cannon

Here’s an interesting hack. It’s a small pick-up truck with a Dope Cannon attached to it. Sure, it looks more like something you’d see in Syria, but this item was actually seized in Mexico where it was being used to fire 30 pound slugs of Marijuana over the border fence with the US. Usually when you fire artillery there isn’t someone on the target range trying to recover the projectile!

The device uses a PVC barrel to guide the pot-pellet as it’s propelled by compressed air. Hey, swap out the drugs for an energy drink and that sounds pretty familiar. Our qualifying entry for the 2012 Red Bull Creation Contest was an energy drink cannon which  used the same setup with a slightly smaller caliber. It makes us wonder if the drug cartel uses little parachutes like we did?

Doesn’t it arouse suspicion to drive something like this around town? You’d think they’d use a box truck or something similar to hide the giant gun.

[Photo Credit: AP via NY Daily News]

[via Reddit]

Revolving Camera Mount Helps To Capture 3D Video-game Assests

3d-image-capture

Here’s a camera rig that makes it a snap to produce photorealistic 3D models of an object. It was put together rather inexpensively by an indie game company called Skull Theatre. They published a couple of posts which show off how the rig was built and how it’s used to capture the models.

They’re using 123D, a software suite which is quite popular for digitizing items. The rig has a center table where an object is placed, and a movable jig which holds three different cameras (or one camera for three rotations). You can see the masking tape on the floor which marks the location for each shot. These positions are mapped out in the software so that it has an easy time putting them all together. The shaft which connects the jig to the base is adjustable to accommodate large or small items.

One thing that we found interesting is the team’s technique for dealing with reflections. They use a matte spray to make those surfaces less reflective. This helps 123D do its job but also allows them to map reflective surface more accurately using the game engine.

A Solar Powered Cattle Crossing Gate

solar-powered-cattle-crossing-gate

Anyone who’s traveled the grounds of a cattle ranch will tell you there’s a lot of stopping to open and close gates. But this project is aimed at letting you operate the gate from the comfort of your vehicle. It uses a spool of wire as the gate, lowering it for vehicle access with the use of a remote control.

The base station uses a solar panel to keep the battery topped off. But if you’re not frequently using the system it shouldn’t take much electricity at all. An Arduino board listens for the signal from the remote control. It then unspools the wire until it lays flat across the ground and can be driven over. Once the car has passed another click of the remote raises the gate back into position. There’s even a version that uses two gates which make up a cattle corridor.

We were thinking that it would be easy enough for the cows to push right through this. But after seeing the clip after the break it’s obvious they like to follow the rules.

Continue reading “A Solar Powered Cattle Crossing Gate”

Hackaday Links: February 28th, 2013

Xbox 360 control for a toy heli

links-xbox-helicopter-remote

[Jason] leveraged the IR control libraries for Arduino to use an Xbox 360 controller to fly his Syma S107G helicopter.

Windows 7 running on Raspberry Pi

links-win7-rpi

Why, oh god why? Well, the guys at Shackspace got their hands on a laser cutter that can only be driven with a Windows program. Their solution was to run Win7 on RPi as a virtual machine.

Twin-servos for your third hand

links-servo-third-hand

After growing tired of constantly flipping over the substrate being held with a third hand [Nidal] came up with a better way. He mounted his third hand on two servo motors so that it can be positioned with a joystick.

Depopulating SMD resistors

links-removing-smd-resistors

If you’ve ever tried to remove small surface mount resistors or capacitors with an iron you know it can be tricky. Take a look at the technique that [Scott] uses to remove the components.

Photographing the die of MSP430, Z80, PIC, and several other chips

links-decapping-chips

Here’s the latest work from [Michail] on photographing the die of various chips. You may remember reading his previous post on decapping chips with boiling sulfuric acid.

Optical Data Transfer Project At Local School’s Family Science Night

optical-data-at-family-science-night

[Dave] wanted to show off a project at his 4th-grade son’s school during their family science night. We haven’t heard of an event like this before but it sounds like a fabulous idea! He had a new laser he wanted to include in the project, and noticed that his son was learning about how ASCII maps letters to binary number when the idea struck. He ended up building an optical data transfer system that demonstrates binary code.

This presents a fantastic learning opportunity as the project invited the school kids to select encoded strips like the ones seen above to form a secret message. The laser is pointed at a photosensor which is being read by a Raspberry Pi board. The Python code looks for a baseline and then records increases and decreases in intensity. Since the translucent tokens have either holes or black lines for 0 and 1 the baseline approach does away with the need to clock in the data. [Dave] reports that everyone who tried out the experiment was fully engaged at the prospect of pushing pieces of tape through the sensor and watching their secret message appear on a monitor.

He was motivated to write about this project after reading about data transfer using an LCD screen and photosensor.