Tag Archives: maker faire

My Hardware/Maker/Arcade/Pinball Geeky Events Calendar 2013

It’s officially event season!  I was sorting through my calendar this afternoon and I thought I’d share a few geeky hardware/arcade/pinball/open source/hackercamp events that I’m looking forward to over the next few months.

April 22-25: DESIGN West, San Jose, CA.  I’ll be there.  Joe Grand is speaking on Wednesday

May 18-19: Maker Faire Bay Area, San Mateo, CA.  I’ll be there with a booth this year (Glowy Geiger Chimes).

May 17-19: Dayton Hamvention, Dayton, OH.  I want to check out this HUGE ham radio event sometime, but my attempt to go to Dayton this year was thwarted because, yet again, it falls on the same weekend as the Maker Faire.  Maybe next year.

June 2-7: MTT IMS 2013, Seattle, WA – Expo is free on Wednesday

June 7-9: Northwest Pinball and Arcade Show (NWPAS), Tacoma, WA.  Definitely checking out this local show this year.

June 8-9: Seattle Mini Maker Faire, Seattle, WA  (Another geek event collision, this time in Seattle.)

June 22-23: ARRL Field Day

July 13-14: California Extreme (CAX), Santa Clara, CA.  This might be my first year at CAX, if I don’t have to cancel at the last minute like last year!

July 31-Aug 4: OHM2013, Geestmerambacht, NL.  Deadline to submit a talk is May 1st.

Sept. 6: Open Hardware Summit, MIT (1st year held separately from the World Maker Faire!)

Sept. 21-22: World Maker Faire, Queens, NY.

Did I miss anything?  What other events are folks excited about?

Pics & video of my Geiger counter powered ambient music demo @ Maker Faire

IMG_5420.jpg
(photo credit: alvaroprieto)

This year I decided (in true last-minute fashion) to build a couple demos to show off my Geiger Counter kit at the Maker Faire Bay Area. One of these demos used my Geiger Counter kit to create ambient music:

(Thanks to @j_jwalrus for the interview and video!)

I used a five MightyOhm Geiger Counter kits, an Arduino Uno R3, a Sparkfun Music Instrument Shield, and an Adafruit Protoshield to make the demo.

Last minute project for the Maker Faire

The PULSE output of each Geiger counter is connected to one input of a 74LS04 hex inverter on the Protoshield. Each time a Geiger counter detects a radioactive decay, it sends a 0.1ms 3V high pulse to one input of the inverter. The 74LS04 functions as a level shifter and outputs an (inverted) 5V pulse that is suitable for driving an ordinary (5V) Arduino.

Five outputs of the 74LS04 are connected to input pins on the Arduino. For convenience, I used Analog inputs 0-1 as digital input pins. The rest of the gates are connected to digital pins 10-12.

I used the PinChangeInt library on the Arduino to trigger an interrupt handler every time a falling edge is detected on one of the geiger inputs. This interrupt handler stores the pin number to a variable and sets a flag to tell the main() function that something has happened.

The main() loop polls the interrupt flag and waits for something to happen. When it detects that an interrupt has occured, it sends a “Note On” midi message to the Music Instrument Shield, using the SoftwareSerial library built in to Arduino 1.0. I had to hack the library a bit to get it to work in conjuction with the PinChangeInt library, since the SoftwareSerial library automatically installs interrupts for all pins (bad, bad SoftwareSerial!)

The value of the note depends on which Geiger counter triggered the interrupt. In the video I am using note ‘C’ over five octaves, centered around middle C (midi note 60). (I am not a musician, but this seemed to provide a pleasing sound that wouldn’t annoy me or my neighbors at the Faire too much.)

The Arduino sketch is a complete disaster right now, having been thrown together at the last minute, but I plan to clean it up and post it soon.

Things I learned while creating this demo:

  • Sparkfun doesn’t include stacking headers with their shields unless you buy them in retail packaging. $30 in overnight shipping fixed that.
  • Arduino is still a pain to program for if you do anything moderately unusual, like try to use two libraries together that both use pin change interrupts.
  • You can get away without issuing “Note Off” commands for midi instruments that fully decay. (I think the MIDI spec frowns on this, but it works on the Sparkfun shield, at least.) This greatly simplified programming the demo, so I took advantage of it!

See you this weekend at the Maker Faire Bay Area!

The Maker Faire Bay Area is this weekend (May 19 & 20th) at the San Mateo County Event Center.

I’ll be in the Maker Shed selling Geiger Counter kits. I’ll be doing a demo on Saturday at 6PM in the Shed and will also be giving a presentation about finding radioactivity in everyday objects on the Make: Demo stage in Expo Hall on Sunday at 2PM.

Stop by and say hello!

Austin Mini Maker Faire this weekend at Pine Street Station

The Austin Mini Maker Faire is this weekend!

This is the first Make: sponsored event we’ve had since the “big” Faire in 2008. It’s being held at the Pine Street Station in East Austin (5th and Waller).

I’ll be there checking out all of the cool exhibits, including the soldering workshops being run by my friends at the ATX Hackerspace.

Click the poster below for more information, or visit austinmakerfaire.com.

See you there!

See you at the Open Hardware Summit & NY Maker Faire!

Two exciting events are coming up in September – the New York Maker Faire and the 2011 Open Hardware Summit.  This year I’m fortunate to be traveling to New York for both events, and I’m looking forward to meeting other makers and OSHW enthusiasts.

I should be easy to spot, I’ll be the guy wearing a Geiger counter around his neck (and hopefully not being hassled by security).

If you’re not coming to the summit and you’re interested in seeing my open source Geiger counter in person, stop by my booth at the Maker Faire.  I’ll be doing various demonstrations and will also have kits for sale.

See you there!