Gambiologia – Brazilian Physical Item Hacking

Gambiologia, according to the source article, is the “science of Gambiarra.” For those not from Brazil, Gambiarra is “a Brazilian cultural practice of solving problems creatively in alternative ways with low cost and lots of spontaneity.” In other words, the hacking of real-world items. Gambiarra also has a connection to recycling, as instead of throwing something used out, it becomes something else new.

Although hacking may not be thought of as art in the traditional sense, [Fred Paulino] aims to change this with his exhibition of 20 Brazilian and international artists. A “Gambiologist” himself, he’s put together quite a collection of hacks and mods for the world to see. From computer monitors with eyes displayed on them, to a toilet held open with a two-by-four, his exhibit seems to cover a wide range of physical hacks, or Gambiarra.

Be sure to check out the article, as many of the hacks are quite clever or unusual (even if some may seem a bit unsafe). For more examples of hacking items into something new, check out this drill made out of a pencil sharpener or this remote control camera trigger using air freshener parts.

DIY Book Scanner Processes 600 Pages/hour

Like any learned individual, [Justin] has a whole mess of books. Not being tied to the dead-tree format of bound paper, and with e-readers popping up everywhere, he decided to build a low-cost book scanner so an entire library can be carried in a his pocket. If that’s not enough, there’s also a complementary book image processor to assemble the individual pictures into a paginated tome.

The build is pretty simple – just a little bit of black craft board for the camera mount and adjustable book cradle. [Justin] ended up using the CHDK software for the Cannon PowerShot camera to hack in a remote trigger. The scanner can manage to photograph 600 pages an hour, although that would massively increase if he ever moves up to a 2-camera setup.

Continue reading “DIY Book Scanner Processes 600 Pages/hour”

Getting More Information From Your Battery Charger

echo_6_battery_charger_serial_hacking

[Dane] bought a reasonably cheap ($17) Hobbyking Echo-6 battery charger and wanted to see what sort of information he could pull from the unit. Since the charger is designed for a variety of battery chemistries and sports an LCD screen, he figured that it contained a fairly decent microcontroller which he could tap into for some useful data.

He disassembled the unit and started looking around for any useful items. He discovered that it used an ATMega32 microcontroller and had quite a few unpopulated areas on the PCB, which led [Dane] to believe that the Echo-6 shared its main board with a more robust charger. He tapped into the ATMega’s UART and began seeing data immediately. Once he figured out what was coming over the serial line, he piped the data into LogView, resulting in some nice graphs showing off the charge/discharge processes in detail.

Tapping into the Echo-6 seems easy enough for any skill level, and we assume that just about anyone would benefit from getting kind of information out of their battery charger.

Adding Extra Buttons To A Cintiq Drawing Pad

wacom_cintiq_game_pad_addon

[David Revoy] recently picked up a brand new Cintiq 21UX, and while he liked the drawing pad overall, he was less than impressed with the tablet’s buttons. He says that most 2D linux apps require a good bit of keyboard interaction, and the built-in buttons just were not cutting it.

After seeing a fellow artist use a joypad to augment his tablet, [David] thought that he might be able to do something similar, but he wanted to add a lot more buttons. He dug out an old Logitech game pad that was collecting dust, and disassembled it, rearranging some buttons in the process. Once he was happy with the layout, he built a cardboard enclosure for the PCB and hooked it up to the Wacom via USB.

He spent a few minutes mapping buttons to key presses using Qjoypad, and was up and running with an additional 14 buttons in short order. He says that the extra buttons make his job a ton easier, and add a little bit of comfort to his long drawing sessions. We like the fact that it is a non-permanent fixture, and that he was able to repurpose an old game pad in the process.

Check out the video below for a quick demonstration of his drawing pad hack.

[via Adafruit blog]

Continue reading “Adding Extra Buttons To A Cintiq Drawing Pad”

Zzstructure Emulator

[John Ohno] has been working on a zzstructure operating system written C since January. [John] realizes not many people know what a zzstructure is, so he posted a demo of his project. [John] has also put all the code online.

A zzstructure is both a hypertext and operating system unlike anything we have today. You could say that when it was first conceived in 1960 it was 100 years ahead of its time. [John]’s implementation of zzstructures operates on a 256-dimension grid and functions a lot like a multidimensional forum thread. Although that’s a lot to wrap your head around, it can probably best be explained by [Ted Nelson], the creator of zzstructures.

Continue reading “Zzstructure Emulator”

Computer-controlled EL Wire Light Show

starlight_parade_float_el_wire

[Paul] wrote in to share a project he recently helped assemble, a huge rolling light sculpture with a ton of computer-controlled EL wire circuits. The sculpture recently featured as a float at the Starlight Parade held in Portland, Oregon.

Working alongside the folks from Hand Eye Supply, [Paul] helped design and build all 114 of the float’s electronic circuits. Almost 1000 feet of EL wire was used to light the massive float, all of which was controlled by 15 Sparkfun sequencer boards. The boards ran custom firmware he created in order to communicate with the lighting software that was chosen to run the show.

In the end, the float came out quite nicely, but it was not without its problems during the construction phase. [Paul] ran into tons of issues when using Sparkfun’s EL wire sequencers, and has put together a detailed list of corrections he made to the boards in order to get them working properly.

If you are interested in learning more about the project, you can check out this behind-the-scenes look at the float’s construction.

Measuring Home Networks With BISMark

The Broadband Internet Service BenchMARK is an open source initiative to put tools in the hands of the common Internet user that will make measurement and analyzation of home network traffic easier. It targets LAN and WAN network utilization by measuring latency, packet loss, jitter, upstream throughput, and downstream throughput. Of course gathering data isn’t worth anything unless you have a way to present it, and to that end the Project BISMark team has been developing a web interface where you can view the usage of anyone who’s running the firmware.

The project builds on top of OpenWRT, which means that you should be able to run it on any router that’s OpenWRT compatible. This includes the ubiquitous WRT54G routers and many others. We remember when DD-WRT added bandwidth monitoring as part of the standard release, which really came in handy when the stories about ISP bandwidth capping started to hit. We’re glad to see even more functionality with this package as it can be hard to really understand what is going on in your network. After the break you’ll find a video detailing the features of BISMark.

Continue reading “Measuring Home Networks With BISMark”