Gold Leaf Circuit Board

Ah, the glitter of gold… or fake gold, we’re not really sure. But [Mike Hogan] and [PJ Santoro] have been working with faux gold leaf as a conductor on circuit boards. The device you see above is mounted on metal-covered paper substrate and it really works.

They started by applying spray adhesive to heavy paper to make the gold-clad they needed. This was cut down into hexagons in homage to their hackerspace, Hive76 in Philadelphia. From there the shape of the microcontroller (an MSP430 G2211 in this case) to prevent shorts under the chip. The leads were flattened to interface well with the gold contacts, and a hobby knife was used to score the traces. Some careful soldering made up the final connections, and they were in business.

Oh, wait; chip on board but nothing on chip. They forgot to program it first! Since there’s no header they needed an easy way to interface with the board. The clever guys used the power of magnets to hold alligator clips in place. See how they did that in the demo video after the break.

They’re also working on some boards that use conductive ink similar to this hack but we haven’t seen a write-up from these two about those experiments… yet.

Continue reading “Gold Leaf Circuit Board”

Electronics That Tell You To Wash The Dishes

Nothing stinks up the house like a sink full of dirty dish. Well, a full trash can will do it to a greater extent, but that’s a project for another day. In what must be an overreaction to a perpetually full sink of dishes at his London Hackerspace, [Tom] built a web-connected dirty dish detector.

He calls it the Great OpenCV Wash-Up Detector. The system features a series of different signals to ‘remind’ forgetful geeks about cleaning up after themselves. The initial implementation uses a traffic signal to alert the room that there are dirty dished to be cleaned; illuminating the different colors to show how long the sink has been full. [Tom] also plans to add message bursts to the IRC room, and air horns when the situation gets dire.

As the name implies, this uses OpenCV to detect circles in the sink. A webcam has been mounted above it pointing straight down, providing a clear input image to detect plates, mugs, and the like. [Tom] even wrote some code that disables the system when the lights are turned off.

Of course, this may train offenders to leave the dishes on the counter where the detector can’t see them.

led-light-wall

Hackerspace Light Wall Plays Video At 30 Fps

The folks at The Quad Cities Collaboration and Hackerspace (QC Co-Lab) were trying to find something to build for their first big project, and had to look no further than the wall for inspiration. The north end of their facility is home to a huge 15×17 glass block wall that happens to face a well-traveled roadway.

They decided that turning the wall into a huge LED display would be a great way to attract attention from passers-by, so they picked up some GE Color Effects lights and got down to business. Once they found out that the technical college next door was putting on an open house, the race was on to get the light display assembled as quickly as possible to maximize their exposure.

The team mounted the 255 LEDs in vacuum-formed reflective cones, which were attached to wooden frames before being installed behind the glass wall. An Arduino drives the entire display at a smooth 30 frames per second, a task they say tests the very limits of the board’s capabilities.

They finished the job in time for the open house, and as you can see in the video below, the display looks great.

Nice job QC-Co-Lab!

Continue reading “Hackerspace Light Wall Plays Video At 30 Fps”

Chinese Hackerspaces, Or, What Happens When A Government Is Run By Engineers

Government leadership in Shanghai wants to build 100 community hackerspaces funded by the Chinese government. Each space will be at least 100 square meters, open 200 days a year, and come equipped with wood and metal lathes, saws, drills, grinders, mills, and more electronics than we can imagine.

The official government statement (translated here) says the Shanghai Science and Technology Network wants to build a few dozen ‘innovation houses,’ ostensibly to create a breeding ground for new, innovative ideas and to nurture young builders.

The first Chinese hackerspace, Xin Che Jian, opened last year and they’re doing some pretty cool stuff. A RepRap Mendel is already on the build roster (pictured above) along with a few quadrocopters and small racing robots.

As far as what this means for western countries, we’re going to editorialize a little bit and say that government-funded hackerspaces would increase innovation a little bit more than watching our representatives argue about homosexuals or taxes. Who knows, if this Chinese experiment proves successful, it may move out of Asia and onto the Americas and Europe.

via reddit

Jarvis Opens The Door At P-Space

It seems like every Hackerspace should have some type of kludged together access system on their entry door. [Vasilis] wrote in to share the system called Jarvis that controls access to P-Space, a Hackerspace in Patras, Greece. It’s an RFID-based system that offers a few nice features.

They already have a server running the webpage, so basing their entry system off of a computer was an easy option. You can get in one of two ways; by presenting your valid RFID tag to a reader at the front door, or by ringing the bell and having a member inside press the Big Button of Doom (BBoD) which is a wireless controller.

The BBoD has an Xbee module inside which lets it send an unlock command back to the computer. The remote is powered by two AA batteries, and since it’s never on unless the button is pressed the team estimates these batteries should last around one year.

There’s even a feedback system. The computer posts the last few events to the webpage. So you can go online and see when the BBoD was used, or who’s tag has recently unlocked the entrance to tell if your friends are there.

beer-security

Beer Security System Keeps Freeloaders Out Of Your Stash

The crew at the Milwaukee Hackerspace are pretty serious about their beer. They used to have a fridge filled with cans, available to all at the hackerspace, but they decided to beef things up and create a secured beer dispensing system.

Like many others we have seen, their kegerator is built into an old refrigerator, complete with a tap built into the door. To ensure that interlopers are kept from their precious brew, they have secured the refrigerator using an Arduino and RFID tags to grant access. They use the same RFID key fobs members carry to gain access to the space for tracking beer consumption, unlocking the tap whenever a valid tag is swiped past the sensor.

They are still in the midst of tweaking and revising the system, but it looks good so far. It’s a great way to keep uninvited guests from their beer stash, while giving them a way to track consumption at the same time. We’re looking forward to seeing more details and code once things are completely wrapped up.

[via BuildLounge]

Remote Controlled Glass Block LED Matrix

hive13_remote_controlled_led_matrix

At Hive13, a Cincinnati-based hackerspace, they like to hack everything – even their bathroom. One of the bathroom’s walls faces the street, and is made up of thick glass privacy blocks. A few years ago, they thought it would be a cool idea to install an LED matrix to the back side of the glass wall to spruce things up a bit. After a couple of iterations, they finally had something they were happy to show off, but they wanted to make it even cooler.

While the the Arduino and ShiftBrite shield running the matrix could be controlled over a serial connection, they wanted to use the ProjectBlinkenlights tools to control things over the network. While that didn’t quite work out as planned, it wasn’t necessarily an exercise in futility. While Blinkenlights controls were out of the question, they were inspired to add OSC compatibility to the Processing sketch, which allows them to work the display with an app available for both Android and iOS devices.

The result is pretty slick, as you can see in the video below. Now all they need to do is get Tetris up and running!

Continue reading “Remote Controlled Glass Block LED Matrix”