Hackerspaces and Hackaday

It should really go without saying that Hackday LOVES hackerspaces. We want to support hackerspaces to the best of our ability. There have been many ideas tossed around, like a hackerspace directory, or hackerspace calendar of events, project lists, tool exchange programs, etc. For the short term, we can’t implement either of those in a smooth enough fashion that we think it would beneficial. There are several Hackerspace directories out there, with hackerspaces.org seeming to be the most up-to-date. We even have an “events” area in our forums, though we feel there could be a much better format or delivery device than a forum for that kind of information.

So what can Hackaday do to start helping? Well, the first small step could be to share more information about hackerspaces. We would like to do video tours of your hackerspace. Unfortunately, we don’t have a budget to travel around with a film crew and visit you all. I really wish we did, since I would probably be the one doing the traveling.  So what we can offer for now is that you film a tour, showing off some cool projects going on in your hackerspace, and we’ll share the video.  Contact me directly at Caleb@hackaday.com to work out the details. Your hackerspace doesn’t have to be a huge one in a big city. We want to help everyone here. If you have a few people gathered and a couple cool projects, we don’t care if you meet in someone’s basement. We want to see what the hacker community is doing!

Toward the end of May I will be spending a few days in Huntsville Al, then a few days in Hilton Head Island SC. I’d love to visit a hackerspace or two while I’m there to do a quick video tour. Again, contact me directly if you’re in those areas.

CoolBot keeps your laser cutter from overheating

[Charles] wrote in to share the project he just built for the London Hackerspace. He calls it CoolBot, and as the name indicates it’s responsible for keeping the laser cutter from overheating.

At its heart the system is a water pump. It uses a plastic storage container as a reservoir, with an outfeed from the laser tube coming in the top of the lid. [Charles] mounted a temperature sensor using a 3D printed part to anchor it in the center of the return stream. An Arduino clone uses this sensor, as well as ambient room temperature and laser tube temperature sensors to decide when to switch on the cooling pump. As with any hackerspace add-on, this wouldn’t be complete without Internet connectivity so he included an Ethernet shield in the project box. Speaking of, that box uses panel-mount connectors to keep dust and water away from the electronics. But the lid of the controller box also includes a character LCD for quick reference.

Don’t miss [Charles’] explanation of the system in the video after the break.

[Read more…]

Kits to fund Hackerspaces

[Overflo] recently tipped us about HackerspaceShop; his plan to help fund the Viennese and European hackerspaces by creating a marketplace for electronic kits. The idea is to not only sell kits, but to also create an easy way for others to sell their own kits through the platform, which is pretty awesome if you ask us.

Their kit they sent us to play with is a sun tracking flower developed by [daniel schatzmayr] in the metalab hackerspace. All and all, it’s a pretty awesome kit that’d be perfect for any geeky girlfriend, and of course, it’s arduino controlled. Whether or not that is a good or a bad thing is up to the hackaday trolls to decide, but it does have an FTDI header; something we’d personally like to see on a lot more of these electronic kits.

Currently there’s not to big a catalog on their site but hey, wickedlasers started out as a guy selling modified laser pointers and Hewett Packard started out as two guys selling a better function generator. It’s always awesome when a hacker uses their skills to become an entrepreneur, especially for a good cause.

Good luck [overflo]!

Shocking use of ice cube trays

Looks like ice-cube trays are once again proving their versatility as this one is serving as the vessel for a home made lead-acid battery. With a collection of uniformly sized non-conductive containers, it makes the perfect base for a set of small cells. This project is the culmination of a Hackerspace class about batteries, and was put together to turn theoretical knowledge into a hands-on lab.

This is a captured image from the low-quality video found after the break. [Carpespasm] describes the setup; the black pieces are lead plates which are bent into a U-shape to straddle two ice-cube compartments. The each end of the plate is dipping into the acid to make the connection. Once assembled the battery was connected to a charger for about two hours. It puts out 8.5V and is tested by powering an LED cube. This works for just a short period and really drives home the lesson that battery concepts are easy to understand, but reliable battery technology is a bit harder to achieve.

[Read more…]

CNC'd business cards will definitely get you noticed

cnc-business-card

The guys over at North Street Labs were bored, so they figured why not go ahead and built a CNC machine just for kicks. While they haven’t put up build details on the CNC just yet, they do have some newly milled business cards to show off just how well the machine works.

Part ruler, part LED throwie, we think their new business cards look great. Milled out of thin acrylic sheeting, their cards feature the North Street Labs logo and URL along with 1/32” ruler markings along the top. The card is also fitted with space for a button cell battery and RGB LED, which illuminates the entire card nicely from the side.

They say that the cards take about 5 minutes apiece to make, which is not bad at all. At $0.50 a pop, the cards are not nearly as cheap as those made from cardstock, but when you’re looking to impress what’s a couple of quarters?

Continue reading to see a short video of their CNC-milled business cards in action.

[Read more…]

Piano Box is a digital synthesizer made of paper

We love the look of this papercraft piano which [Catarina] built along with some friends at NYC Resistor, a hackerspace in the big apple. It starts off as a cubic black box with a white top. But just lift that top as [Catarina] does in the video after the break and three of the sides fall flat to reveal a pair of speakers and the single-octave keyboard.

The key’s don’t move when you press them. Instead, she decided to use the CapSense Arduino library to implement touch sensitive keys. Each key is made up of a plane of copper foil tape, with a strip of tape running back to the center of the box where it is interfaced with an Arduino Mega hidden there. The Tone library produces the waveforms which are played by the speakers, and a set of LEDs on the upright side of the box illuminate the keyboard diagram as you press each key. You can see that there are short white bars on that display which correspond to the black keys on the keyboard.

If you take a look at the code, you’ll see the libraries really make the code for the project simple.

[Read more…]