Solderless Noise-o-Tron Kit Makes Noise At Chicago Makerfaire

Noise-o-Tron

Anyone who’s manned a hackerspace booth at an event knows how difficult it can be to describe to people what a hackerspace is. No matter what words you use to describe it, nothing really seems to do it justice. You simply can’t use words to make someone feel that sense of accomplishment and fun that you get when you learn something new and build something that actually works.

[Derek] had this same problem and decided to do something about it. He realized that in order to really share the experience of a hackerspace, he would have to bring a piece of the hackerspace to the people.  That meant getting people to build something simple, but fun. [Derek’s] design had to be easy enough for anyone to put together, and inexpensive enough that it can be produced in moderate quantities without breaking the bank.

[Derek] ended up building a simple “optical theremin”. The heart of this simple circuit is an ATTiny45. Arduino libraries have already been ported to this chip, so all [Derek] had to do was write a few simple lines of code and he was up and running. The chip is connected to a photocell so the pitch will vary with the amount of light that reaches the cell. The user can then change the pitch by moving their hand closer or further away, achieving a similar effect to a theremin.

[Derek] designed a simple “pcb” out of acrylic, with laser cut holes for all of the components. If you don’t have access to a laser cutter to cut the acrylic sheets, you could always build your own. The electronic components are placed into the holes and the leads are simply twisted together. This allows even an inexperienced builder to complete the project in just five to ten minutes with no complicated tools. The end result of his hard work was a crowded booth at a lot of happy new makers. All of [Derek’s] plans are available on github, and he hopes his project will find use at Makerfaires and hackerspace events all over the world.

Hackaday Links: May 4, 2014

hackaday-links-chain

We’ve seen a few builds from the Flite Test guys before, like a literal flying toaster, airsoft guns mounted to planes, and giving an electric plane an afterburner (that actually produced a little extra thrust). Now the Flite Test crew is gearing up for the Flite Fest, an all things remote-controlled flight convention in Malvern, Ohio during the last weekend in July. Seems like a pretty cool way to spend spend a weekend.

Unless you get one of those fancy resistor kits where every value has its own compartment in a case or plastic baggie, you’ll soon rue the day your loose resistors become disorganized. [Kirll] has an interesting solution to hundreds of loose resistors: packaging tape. If you want a resistor, just grab a pair of scissors.

Okay, these Adafruit “totally not Muppets™” are awesome. The latest video in the Circuit Playground series is titled, “C is for Capacitor“. There’s also “B is for Battery“, because when life gives you lemons, light up an LED. Here’s the coloring book.

A few years ago, a couple of people at the LA Hackerspace Crashspace put together an animated flipbook device – something between a zoetrope and the numbers in those old electromechanical clocks – and launched a kickstarter. Now they’re putting on a show, presented by Giant Robot, featuring the animated art of dozens of artists.

Vintage electronics? Yes. Vintage Soviet electronics? Here’s 140 pages of pictures, mostly of old measurement devices.

 

Hackerspace Tour: IXR In Wall, NJ

IXR2

Update: As of 2023, IXR has been superseded by the Computer Deconstruction Laboratory (CDL). The tools and equipment have obviously seen upgrades in the intervening years since this article was originally published — CDL member Neil Cherry tells us the synths are no longer available, but there is an impressively equipped podcast studio available for rent.


Hackaday took a little trip out to Wall, NJ last weekend for the Vintage Computer Festival 9.1 East. The event was held at Camp Evans, a former US military installation that can only be described as, “The DARPA of a century ago”. This is the site of a Marconi transmitter and the place where [Edwin Armstrong] developed the regenerative receiver a little more than 100 years ago.

There’s a lot more to Camp Evans than the yearly Vintage Computer Festival. It’s also home to the InfoAge Science & History Museums, a collection of fascinating mini-museums covering topics ranging from local shipwrecks to the history of broadcast radio. It’s also the home of IXR, the Institute for eXploratory Research, a hackerspace located in the old telecom building at Camp Evans.

Continue reading “Hackerspace Tour: IXR In Wall, NJ”

Hackaday Visits NOVA Labs And Small Batch Assembly

header

A few days ago Hackaday visited NOVA Labs, one of the premier hackerspaces around Washington, DC. In our video tour, co-founder [Justin Leto] shows off the space, going through all the awesome tools, workspaces, and projects his space has put together over the years.

One of the most impressive parts of NOVA Labs is the incredible amount of woodworking equipment. Everything from a Blacktoe CNC router, table and bandsaws, jointers, planers, real woodworking benches, and enough clamps to hold anything together are from a NOVA member that is co-locating his equipment for the rest of the hackerspace to share.

Apart from the woodworking tools, NOVA also has a few laser cutters and enough 3D printers for all the octopodes and Yoda heads you could ever imagine. A few of the members put together 3D build classes, and the machines being constructed are very, very cool. They’re using a Raspi with OctoPrint in their latest builds, attaching a camera to the frame and using a tablet for the interface. It’s just about the smoothest and cleanest 3D printer interface possible without using a computer.

There’s a lot of cool stuff happening at NOVA; the DC Area Drone User Group is the area’s largest group of unmanned aerial vehicles not housed in a five-sided building, and have done some aerial mapping for the metro station that will soon displace the hackerspace. NOVA also hosted a mini maker faire last weekend with over four thousand attendees. Impressive, to say the least.

Also at NOVA Labs is a small business the guys are incubating headed up by [Bob Coggeshall], also known as one of the guys who wrote sudo. It’s Small Batch Assembly, a very cool service that takes panelized PCBs and reels of components and assembles them. While we were there, [Bob] was assembling a few dozen boards stuffed with WS2812 LEDs for the R2D2 Builders Club.

[Bob] is using a very cool and very expensive Manncorp pick and place machine for placing all the components, squeegeeing the solder paste through Kapton film he laser cut on the NOVA Labs machines. It’s only a small-scale operation, but when it comes to placing thousands of SMD components for a few dozen boards, there probably isn’t a better way.

You can check out the video of NOVA, Small Batch Assembly, and a whole bunch of pics below.

Continue reading “Hackaday Visits NOVA Labs And Small Batch Assembly”

Automatically Accept Membership Fees Or Donations

MoneyMachine

Whether you run a club or a hackerspace, collecting membership fees and accepting donations can be a pain. [MRE] from TokyoHackerspace has the solution, an automated machine that can accept cash from anyone who is walking by.

Members can choose to either donate or pay their membership fee even when the hackerspace administrator is not around.  The interface consists of two buttons, an LCD display, a place to put your cash, and a thermal printer that prints out two receipts (one for you, one which goes right back into the box). One of the coolest parts of this build is the banknote validator, which can work with over 100 currencies (in this case, it is programmed to accept Japanese bills). Despite the simple interface, a lot of thought went into this build. There are backup batteries for the real time clock, an EEPROM to keep track of all the accounting, and an Arduino as the brains of the operation. If you take a look at the project page, there is a lot of information on the Arduino code, the PCB layout, how to interface with the banknote validator, and more! Check out the machine in action after the break.

We would love to see the banknote validator used in other projects. Have you used one before or built something similar?

Continue reading “Automatically Accept Membership Fees Or Donations”

From Schematic To PCB In Four Hours

lpkf_metrix

Last super bowl Sunday, instead of checking the game, [Mattw] decided to extend a design and make a PCB of a trinket clone. [Mattw] altered a trinket clone design by [Morgan Penfield Redfield] to shrink it down, perforated the USB connector to allow for easy removal and put most of the parts on a single layer.

After finalizing the design, [Mattw] put it into the LPKF Protolaser S that Seattle’s Metrix Create Space has. For those of you who don’t know, the LPKF protolaser uses a laser to directly ablate off the copper from the boards.  This makes prototyping much faster without the need for a lot of nasty chemicals.

About six minutes in the Protolaser, some component placement by hand followed by a run through their reflow oven and [Mattw] had three boards ready to be tested. All told, about 4 hours from start to finish.

The end circuit looks great and the LPKF protolaser gives us a case of serious tool envy. If you’re like us and don’t have access to the fancy laser you might try our hand at this high-resolutino photo-etch process.

[via reddit]

Adventures In Hackerspacing: An Interview With Chris Boden Of The Geek Group

advInHSLayout00

There are some big hackerspaces out there.
And then there’s The Geek Group.
It takes a certain chutzpah to convert a 43,000 foot former YMCA into a hackerspace. And an epic hackerspace it is, complete with 5 axis CNC machines, 3d printers, and of course, giant robots romping through a forest of Tesla coils.  The Geek Group has performed live demos in front of thousands of people over the years, and inspired tens of thousands more via the internet. You don’t work this big without having some big adventures, and The Geek Group is no exception. They’ve been through roof leaks, gas pipe breaks, surprise tax bills and angry neighbors. They’ve also been dealing with their current adventure, fire.

Unless you’ve been under a rock the last few weeks, you’ve probably read about the recent fire, and ensuing cleanup at The Geek Group labs. We’ve covered the fire and its cause here on Hackaday, with no small amount of drama in our comments section. There is a small but vocal minority who don’t have many good things to say. Accusations of cults, safety violations, and tax evasion often fly. While some groups would take this lying down, the geek group put on their flame proof suits and wade through the comments. None more vocally than [Chris Boden], the president, CEO and founder.

DISCLAIMER: The interview contains questionable content and some profanity (which we’ve altered as grawlix). We have posted the transcript as it was captured, which includes some spelling and grammar issues. Please consider these things before clicking through to the interview itself.

Continue reading “Adventures In Hackerspacing: An Interview With Chris Boden Of The Geek Group”