SketchUp Adds Dynamic Components

[youtube=http://www.youtube.com/watch?v=4aVW5X-tb8s]

Google just announced the release of SketchUp 7. SketchUp is a 3D modeling program with a fairly robust free version. They’ve added quite a few features and the one that caught our eye in particular was dynamic components. Dynamic components have behavior specific to the object. The example in the video above shows a staircase changing the number of steps as its height is increased instead of distorting the overall staircase shape. The new version also allows for interaction, so model properties change based on user actions.

Google has always encouraged sharing of objects created in SketchUp. Thingiverse launched today with a similar emphasis. The site is built to encourage the exchange of plans for physical objects. It supports many different file types from plain images, AutoCAD dxfs to Eagle schematics. Many of the designs already posted are made to be cut out by a laser cutter or built by a 3D printer.

[via Make]

Javascript Drum Machine

js-909

[Cameron Adams] recently appeared on a panel about JavaScript libraries. He represented the hard working coder that still wrote everything from scratch. He wanted to make something mindblowing for the audience. He ended up creating the JS-909 drum machine entirely in javascript without relying on libraries or flash. While he makes no claims of compatibility, it certainly is a nice bit of kit.

[via Waxy]

Full Fabric Soft Switches

soft_switch

When we created our backpack strap WiFi detector for Engadget, we embedded soft switches to control the device. They used two sheets of aluminum foil separated by a layer of foam with holes punched in it. [Plusea] has taken a similar approach but has replaced the aluminum foil with conductive fabric. The end result is a set of three soft buttons that can be easily washed. Have a look at the video of it in action below. Check out the followup project that uses the buttons to replace a scroll wheel. Continue reading “Full Fabric Soft Switches”

Case Prototyping

[youtube=http://www.youtube.com/watch?v=KsqNPXCm3jc]

[Deviant Ollam], lockpicker and beverage cooling contest host, was recently in Vienna, presumably for DeepSec. While there, he stopped by the Metalab hackerspace and checked out their RepRap rapid prototyping machine. You can see video of his visit above. He had them construct a custom fitted cover for the flash of his point and shoot camera. That’s what we love about rapid prototyping. Many of the projects we cover here solve a particular problem, but would never be considered commercially viable enough to put into production. With the availability of rapid prototyping increasing, hackers can start moving toward producing even more complex objects specific to their needs with a finish closer to commercial products.

Spoke-o-dometer Bicycle POV Speed Display

spokepov

[Rory Hyde] and [Scott Mitchell] are exploring several projects that add more information to public spaces. The first is the Spoke-o-dometer a persistence of vision device that can display bicycle speed and distance traveled. To develop the device, they first bought a few POV kits to test out. They decided to build their version using an Arduino. Once they had the display proof of concept working, they added a hall effect sensor like the SpokePOV so they could determine speed and orient the display. Check out their project site for plenty of example code and development details.

[via ladyada]

Overhauling LED Marquees

led-sign

In a previous job, [sprite_tm] was responsible for wrangling many different LED text ad marquees. The hardware was fairly simple and he always figured they could be pushed much further with a little work. He recently acquired ten 32×16 LED displays a decided to see what he could do with them. By the end of the project, he had full motion video running on the display. This is a great project to read up on if you’ve ever wondered about LED matrix displays. He starts by reverse engineering the electronics on the board. He then attached an ATmega88 to drive the display module. Multiple display modules were daisy chained together over serial. The article covers PWM control and refresh timing as well. Check out one of a few demo videos below. Continue reading “Overhauling LED Marquees”