Categories
Uncategorized

An (Easy) Button

Make

Those guys over at Make (who seem to be my new BFF) mentioned another button I made, which was inspired by Matt’s AWESOME Button post on Make, which in turn inspired Patrick from Milwaukee Makerspace to build a footswitch-style button, which got mentioned on Hackaday, which is where I saw the link to Flip’s 1-Key-Keyboard Project.

It’s getting a little circular in here…

So on the Zen Button post, Flip commented on his 1-Key-Keyboard Project, and noted that it had the same “dead-simple functionality” but was a much lower cost.

Make

The “dead-simple” part was also in the post’s description of my button, but I think that “dead-simple” had more to do with the parts and the build than the function, and here’s why I think that matters.

If you go back to the original AWESOME Button post, you’ll see a few people (including me!) wondered if you could use an Arduino instead of a Teensy. Why? Because the Arduino is cheap, and easy, and lots of people already have one.

But the Teensy is also cheap, and fairly easy, maybe just a wee bit more difficult, but still fairly easy, and you just plug the dang thing in via a USB cable and hey, what could be easier!?

But with ease of use comes a price. If you look at Flip’s 1-Key-Keyboard Project, it’s probably what he considered “dead simple” but to me, I see a list of parts including either a ATTiny45-20PU, or ATTiny85-20PU, or ATTiny85, or ATTiny45… and then there’s a few resistors, diodes, capacitors, some prototype-board, and a programmer that works with the Atmel AVRs.

Flip has done a great job writing up the project. I mean, I assume he has, but it’s way over my head. All the comments lead me to believe it’s pretty awesome. If you’re comfortable with everything he talks about, and it all makes sense, then that’s awesome too. Either way, I’m definitely glad Flip shared his project.

For those of us not ready to get that deep into AVR development, things like the Teensy or the Atmega 32u4 are simple enough to use that even beginners can get pretty far. Just in blog post comments and some emails I was able to help a few folks get their Teensys up and running.

Remember, everyone starts out as a beginner… but that’s not to suggest that you eventually need to get to the level where you’ll be using an AVR programmer with bare chips if using an Arduino or some other board does what you want with less hassle. Easy really is one of the main reasons the Arduino platform became so popular.

So if you ever see your project on Hackaday, try not to be discouraged by the commenters who are quick to point out how they would have done it better, faster, cheaper, and with 10 times the capabilities of what yours does, because while they were busy leaving discouraging comments, you were busy making something. :)

Cheers!

NOTE: Need a button? Now you can buy one! Visit our store or Etsy.

2 replies on “An (Easy) Button”

Hi Pete,

It’s me, Flip. I totally agree that my 1-key-keyboard isn’t ‘dead simple’ to build.. What I meant to say that the way it works after you built it is very simple.. just like in your project, you just plug it in an USB port and when you press the button, it’s automatically recognised as keyboard and pressing the button just works like pressing a keyboard key. That’s what I meant when writing ‘the same dead simple functionality’

I never intended to give you the idea that I was thinking your teensy based project isn’t a great project, your project has clearly a much bigger target audience, and yes, your project, is definitely a lot easier to build and comprehend, that’s always really great :-)

And I think the best of all is that we share our work, so more people can enjoy it! Keep up the good work on building and blogging!

Cheers!
Flip

Thanks Flip…. and yes, I definitely agree — the number one thing to do is to share your work, so that others can take it and run with it, either by doing the same thing, doing something better, or doing something completely different! :)

(I’m also glad Hackaday has taken a look at the commenting there and decided to make it more positive. I hope that helps to encourage others rather than discourage people who are trying their best to make and share their creations.)

Comments are closed.