SXSW Create: Sparkfun Gives Kids Awesome Badges To Hack

By far the most desirable booth for the crowds at SXSW Create was the Sparkfun quadrant. We call it a quadrant because they had a huge footprint approaching 1/4 the tented area, but it was well used. They brought a number of staff down to Austin in order to give away a legit electronic badge project they call BadgerHack.

sxsw-sparkfun-badgerhack-kit-thumbWe love badge hacking. LOVE IT! But South-by isn’t purely a hardware conference so the badges aren’t made of PCBs (for shame). Add to that, free entry to Create scores you a wristband but no badge.

This is the answer to that, a badge giveaway and build-off aimed at kids but cool enough to make me feel only slightly awful for accepting one when I pretty much knew they were going to run out before the final day was done.

The USB stick PCB is, as you guessed it, an Arduino compatible loaded up with an FTDI chip and an ATmega328p which they call the BadgerStick. Accompanying this is a multiplexed 8×7 LED matrix board. Solder the three pin headers and the battery holder leads, connect to the plastic badge using the supplied double-stick tape, and you have a badge that scrolls a message in LEDs.

DSC_0508What an awesome giveaway. I really like it that they didn’t cut corners here. First off, the kids will value the badge much more because they had to actually assemble it rather than just being handed a finished widget. Secondly, there is the USB to serial chip and USB footprint that means they can reprogram it without any extra equipment. And an LED matrix… come on that’s just a gateway drug to learning Wiring. Bravo Sparkfun and Atmel for going this route with your marketing bucks.

The badge activity rounded out with some hardware interfacing. There’s a 3-pin socket that attendees could plug into 4 different stations around the booth. Once done they received a coupon code for Sparkfun that scrolls whenever the badge is booted up. For some at-home fun, the writeup (linked at the top) for the BadgerHack firmware is quite good. It offers advice on changing what is displayed on the badge and outlines how to build a game of Breakout with just a bit of added hardware.

Under The Hood – What Does This Board Do?

As interesting as it is to look at the insides of de-capped chips, it is equally interesting to sometimes look at old circuit boards and try to figure out the various sections, their functions, and to look at some of the design practices used. At a local electronics flea market, [daqq] recently chanced upon quite a large PCB that seemed to have come from some HP system, and picked it up for about 6 – the value of the abundant oscillators, crystals, connectors and other miscellaneous components that could be recovered seemed much more than what he paid for the board.

The board in question turned out to be from a HP 9000 Superdome system – part of the PA-8xxx based server series which packs quite a punch. This particular one was the 500MHz system UGUY5-500 board. At this point, most of [daqq]’s analysis is based on what he can visually decipher looking at the chip numbers and associated parts. He’s taken a stab at guessing the function of the board itself, and of the various parts on it. He’s put up high resolution scanned images of the board, for any of our readers who would like to offer an insight in to this board or the system that it was part of. Apparently, he has quite a few more exotic server PCB’s lined up for sleuthing, if you folks enjoy this.

DIY Oscilloscope With A Scanning Laser

If you’ve ever used an old-school analog oscilloscope (an experience everyone should have!) you probably noticed that the trace is simply drawn by a beam that scans across the CRT at a constant rate, creating a straight line when there’s no signal. The input signal simply affects the y-component of the beam, deflecting it into the shape of your waveform. [Steve] wrote in to let us know about his home-built “oscilloscope” that works a lot like a simple analog oscilloscope, albeit with a laser instead of  a CRT.

[Steve]’s scope is built out of a hodgepodge of parts including Lego, an Erector set, LittleBits, and a Kano Computer (based on a Raspberry Pi). The Pi generates a PWM signal that controls the speed of a LittleBits motor. The motor is hooked up to a spinning mirror that sweeps the laser across some graph paper, creating a straight laser line.

After he got his sweep working, [Steve] took a small speaker and mounted a mirror to its cone. Next he mounted the speaker so the laser’s beam hits the mirror on the speaker, the spinning sweep mirror, and finally the graph paper display. The scope’s input signal (in this case, audio from a phone) is fed into the speaker which deflects the laser beam up and down as it is swept across the paper, forming a nice oscilloscope-like trace.

While [Steve]’s scope might not be incredibly usable in most cases, it’s still a great proof of concept and a good way to learn how old oscilloscopes work. Check out the video after the break to see the laser scope in action.

Continue reading “DIY Oscilloscope With A Scanning Laser”

New Part Day: SPI RAM And A Video Controller

Generating video signals with a microcontroller or old CPU is hard if you haven’t noticed. If you’re driving even a simple NTSC or PAL display at one bit per pixel, you’re looking at a minimum of around 64kB of RAM being used as a frame buffer. Most microcontrollers don’t have this much RAM on the chip, and the AVR video builds we’ve seen either have terrible color or relatively low resolution.

Here’s something interesting that solves the memory problem and also generates analog video signals. Yes, such a chip exists, and apparently this has been in the works for a very long time. It’s the VLSI VS23s010C-L, and it has 131,072 bytes of SRAM and a video display controller that supports NTSC and PAL output.

There are two chips in the family, one being an LQFP48 package, the other a tiny SMD 8-pin package. From what I can tell from the datasheets, the 8-pin version is only an SPI-based SRAM chip. The larger LQFP package is where the action is, with parallel and SPI interfaces to the memory, an input for the colorburst crystal, and composite video and sync out.

After looking at the datasheet (PDF), it looks like generating video with this chip is simply a matter of connecting an RCA jack, throwing a few commands to the chip over SPI, and pushing bits into the SRAM. That’s it. You’re not getting hardware acceleration, you’re going to have to draw everything pixel by pixel, but this looks like the easiest way to generate relatively high-resolution video with a single part.

Thanks [antibyte] for the tip on this one.

Bread slicer turned tool sharpener

Sharpening Knives Using A Bread Slicer?

[Joekutz] wrote in to tell us about his very interesting creation — a knife whetting machine, built from an automated bread slicer. Confused? So were we when we read the subject line!

Tired of sharpening knives by hand, [Joe] wanted to speed up the process. He recently saw our post on making a tool sharpening turntable out of a bread maker and figured, why not make one out of a bread slicer? We have no idea how you guys came up with these — finally some real hacks!

First he took apart the bread slicer and salvaged the motor, gears, and some of the electronics. He created an enclosure for it out of some laminate wood he had laying about and created a bearing axle for the disc from an old VCR. To control the speed he’s using a plain old light switch dimmer; not the most efficient but does the trick!

It uses sanding discs you can buy from any hardware store, and as you can see in the following video — it works pretty good according to the paper cutting test!

Continue reading “Sharpening Knives Using A Bread Slicer?”

We Have A Problem: Shower Feedback Loop

Hackaday, we have a problem. Clean water is precious and we want to come up with some ideas to help conserve it. Today’s topic is water wasted while showering. Let’s kick around some ideas and prompt some new builds for The Hackaday Prize.

We’ve all done it; your mind wanders and before you know it you’ve been standing in the shower for far too long. How much water have you wasted? Who know’s, there’s no feedback loop in the shower. But we think adding a little bit of feedback is a fantastic avenue to help combat wasteful habits.

Color Changing Showerheads

shower-feedback-color-idea

What if the showerhead changed colors based on how much water had flowed through it? We’ve already seen consumer showerheads that have the LEDs inside of them, and flow meters are readily available. Start your shower off in the green, as you lather up the suds it moves through blue, purple, orange, red, and finally to flashing red. It doesn’t have to be annoying, but just enough to help quantify how much is pouring down the drain.

Shower Beats

We were big fans of the game SSX Tricky back in the day. The better you were at tricks, the better the music was. If you crashed hard, you’d be listening to nothing more than hi-hat and subdued bass. Apply this to shower time. What if that flow meter you installed on your shower head was connected to a shower radio? Start it off with the best music in the world and progress to the lamest as you run the reservoir dry (ymmv on these selections of course).

Now You Try

If you shave off 5 seconds from your shower it will have a tiny impact in your household. But imagine the aggregate of every household in the world doing so.

This is part of what the 2015 Hackaday Prize is all about. Get the idea machine rolling. Tell us your riff on the shower feedback loop in the comments below. Put up a new project on Hackaday.io, write down an idea, and tag it “2015HackadayPrize”. We’re on the lookout for the best seed ideas and will be giving away shirts and stickers to the ones that show real promise. We’ll be featuring some of these in future installments of “Hackaday, We Have Problem” and if we choose yours it’ll land you with some swag of your own.


The 2015 Hackaday Prize is sponsored by:

Adding Recycling Codes To 3D Prints

Every little plastic bauble you interact with has some sort of recycling code on it somewhere. Now that we’re producing plastic 3D printed parts at home, it would be a good idea to agree on how to recycle all those parts, and [Joshua Pearce]’s lab at Michigan Tech has the answer; since we’re printing these objects, we can just print the recycling code right in the object.

The US system of plastic recycling codes is particularly ill-suited for identifying what kind of plastic the object in question is made of; there are only seven codes, while China’s system of plastic identification uses 140 identification codes. This system for labeling 3D printed parts borrows heavily from the Chinese system, assigning ABS as ‘9’, PLA as ’92’, and HIPS as ‘108’.

With agreed upon recycling codes, the only thing left to do is to label every print with the correct recycling code. That’s an easy task with a few OpenSCAD scripts – the paper shows off a wrench made out of HIPS labeled with the correct code, and an ABS drill bit handle sporting a number nine. 3D printing opens up a few interesting manufacturing techniques, and the research team shows this off with a PLA vase with a recycle code lithophane embedded in the first few layers.