Archive for November, 2009

Nov 09 2009

Things I Don’t Understand : Hamburger Buns

Published by Ron under Cooking,Ron's Rambling

[I think that I'm going to start a new ongoing series of blog posts: Things I Don't Understand. Nothing too exciting, just stuff rattling around my brain, which I can't find sufficient answers for on the Internet.]

The Hamburger Bun

I would like to know why most store bought Hamburger Buns are thicker on the top than the bottom. Whether I’m loading the bun with a big burger, sloppy joe mix, or an egg, I always have the same problem. The bottom bun just isn’t thick/strong enough to hold the contents. Much of the time I end up flipping the whole thing upside down to eat, as the top is much more robust.

Any idea why they do this? I think that either a more robust bottom is needed (more fully browned, to make it firmer), or the bottoms should be thicker.

Comments Off

Nov 07 2009

DTV Antenna : Instruction Manuals

Published by Ron under Electronics

A while ago I posted my PDF template for the Maker version of a DTV antenna. We’ve had great success with this antenna and have used the design in classes we’ve presented in Austin. For those of your not in Austin, I’ve uploaded a copy of our Checklist which we use in the classroom. This may help you to keep track of what step you’re on.

The original article from Make magazine: Digital TV Coat Hanger Antenna

The template I created, based on the Make design: Full Size DTV Antenna Template

The checklist we use in the classroom: DTV Antenna Build Checklist

Comments Off

Nov 01 2009

Audio Memory / Concentration Game : Part 3

Published by Ron under Electronics

Just a quick update on the resistor values for the ADC button reading. After messing with the values a bit, I came up with some that give a good range of analogRead(). Buttons 13 through 16 are still pretty close, but at least 9 through 12 are better spaced. For future units, I’d probably keep the button count at 12 per analog pin, or work though better resistor values.

Note that I’m using +/- 5% (“gold”) resistors. Going to 1% might help, though I’m sure temperature would have an effect. It’s possible that I might have to have a calibration setting in the game, but I’d really like to avoid that.

So, long story short, if you want a good range in your analogRead, so you can use 5% resistors and not worry about calibration, go with no more than 8 buttons per analog pin. Here is the 16 button 4×4 matrix I made:

AudioMemoryGame_3_01_ButtonResistances

The row and column headings would be the resistors used, the intersection is the actual resistance measurement I took using my Agilent Multimeter.

With a 2K resistor as voltage divider, here are the calculated voltages for these resistor ranges:

AudioMemoryGame_3_02_ButtonVoltages

You can see that you’ve got at least 0.2 V of separation in there. Voltage (drop) = (R1/(R1+R2))*battery voltage. Example: (2000 / (2000+267)) * 5. R1 is the divider resistor (2000), R2 is the intersection resistance value (two resistors in series) that I measured above with my meter. (Note: I screwed up a little here, since I didn’t record the actual value of the 2000 ohm resistor. I just realized that now. Close enough for my work. LOL.)

Here are the analongRead values on the Arduino / Atmtel 10 bit ADC using my resistors and 16 button setup:

AudioMemoryGame_3_03_ArduinoADCAnalogReadValues

I’ve had everything running all night, in a cool (65 degrees F) room, and the buttons are still reading okay. I need to write some “debounce” code, and maybe add a low value (1nF) capacitor to deaden some of the electrical noise (when the mechanical buttons are pressed you get some “random” values because of the mechanical chatter). I might grab average readings recorded over a short (500 ms) time period. We’ll see.

2 responses so far

« Prev