Remove these ads by
Signing UpStep 1: Build the Body
The best way to make the body is to first glue the pattern on the cardboard. Then, using an exacto knife, cut out the pattern. Score the fold lines lightly and valley fold such that the paper pattern is now on the inside and nice clean cardboard is on the exterior.
The files provided are designed for an iPhone 3GS but also work with an iPhone 4/4s with little fuss.
To Design Your Own:
- If you're a student, use Solidworks or Autodesk Inventor to turn your 3D model into a flat drawing with the sheet metal tools.
- Otherwise check out Pepakura













































Visit Our Store »
Go Pro Today »



Inspired in your Mimbo, roy-t and I built a Windows-based version. We named it Wimbo :-)
We're currently working on an instructable for it. In the mean time: here are some pics...
it runs on a PC with two displays. Roy-t is the programming guy, he wrote the OSC alternative. I did the hardware.
Thanks for sharing!
It's really nice work.
so I just follow you. I've made like this one.
You can watch the video on my blog (http://sewonist.com/?p=2776)
Cheers
When you look in your sketchbook do you see the oscP5 library there?
(File->Sketchbook->libraries->oscP5).
If so, open one of the examples and see if that works....
Navigate to your Processing application (mine's in the Applications folder), right-click it and select "Show package contents."
Then navigate to /Contents/Resources/Java/libraries and drop the oscP5 folder there.
Let me know if that works or not...
Thanks, Can't Wait To Make It!
I can get the code running to my phone.
Thank You
Is FaceOSC running properly and showing a mesh on your face? If it's running and can't find you it should say "searching for face..." in the top left corner of the video feed. Otherwise, if it's found you, it'll have a frame rate (some number that usually varies between 30 and 130). If all of that seems good then the problem is on the osculator side.
On the osculator side.... is it running? There's a big green pause/start button in the top left corner. If it's running and FaceOSC seems to be working but /found is still 0 then it could be that FaceOSC is sending data to the wrong OSC port or osculator is listening at the wrong incoming port. The default value in the osculator .oscd I provided is 8338. To check the port that FaceOSC is sending to right click on the FaceOSC application and select "show package contents." Then, navigate to /contents/data and open settings.xml. The osc output settings should be set to localhost and 8338.
Let me know if that helps or not...
1) In Osculator, click the Parameters button
2) Change to the OSC Routing tab
3) Check that localhost:8000 is selected, or add it if not in there. I found mine was routing elsewhere and thus Processing and the Mimbo pde script didn't get any events
It should look like this...
....
} else if (addr.indexOf("/pose/position/0") != -1) {
faceXPos = theOscMessage.get(0).floatValue();
} else if (addr.indexOf("/pose/position/1") != -1) {
faceYPos = theOscMessage.get(0).floatValue();
}
println(mouthWidth);
}
Under "Will's iPhone" or "so and so's iPod Touch" double click in the empty field. A cursor should appear and you just need to type: localhost:8000. Then ensure that it is selected with the radio button.
question: would this work in an arduino LCD rather than iphone?
For one, the cost would be quite high. An equivalently sized smart color LCD screen is roughly $100. Even if the whole robot was scaled down a bunch and used a 1.44" screen, it'd be at least $30 on the screen alone.
That being said, I don't think it'd be too hard to get a wireless serial connection going with an xBee or Wixel and get it working that way instead of via wifi.
The major difficulty would be in making a standalone device that didn't need a script running on a nearby computer. At that point it makes much more sense to just develop an app on a smartphone. (The cost of an unlocked android phone is about as much as you'd spend in parts making it yourself with an arduino or similar microcontroller)
http://sharetv.org/shows/lexx_ca/cast/790