Author Topic: Microcontroller for 5 key keyboard  (Read 1484 times)

0 Members and 1 Guest are viewing this topic.

Offline adventurepoop

  • Thread Starter
  • Posts: 109
  • Location: IL
  • I make keyboards, I guess.
Microcontroller for 5 key keyboard
« on: Wed, 14 May 2014, 13:52:45 »
I'm working on a 5 key keyboard, and need to figure out if i need a microcontroller and if so what would work well. I need 5 io for the keys, will I need any to get it to work with usb? What would be cheapest?

Offline metalliqaz

  • * Maker
  • Posts: 4951
  • Location: the Making Stuff subforum
  • Leopold fanboy
Re: Microcontroller for 5 key keyboard
« Reply #1 on: Wed, 14 May 2014, 14:01:28 »
You could use the same one that the Techkeys card uses. ATmega16u2.  It's real cheap and it can use some common firmwares

Offline i3oilermaker

  • * Vendor
  • Posts: 2362
  • Location: Chicago
  • techkeys.us
    • TechKeys
Re: Microcontroller for 5 key keyboard
« Reply #2 on: Wed, 14 May 2014, 14:01:56 »
Teensy is probably the easiest solution for getting started.

Offline adventurepoop

  • Thread Starter
  • Posts: 109
  • Location: IL
  • I make keyboards, I guess.
Re: Microcontroller for 5 key keyboard
« Reply #3 on: Wed, 14 May 2014, 14:08:41 »
Teensy is probably the easiest solution for getting started.
For the first one that I'm working on now I'm using an adafruit trinket, I'm looking for something in the event that I make more

Offline adventurepoop

  • Thread Starter
  • Posts: 109
  • Location: IL
  • I make keyboards, I guess.
Re: Microcontroller for 5 key keyboard
« Reply #4 on: Wed, 14 May 2014, 14:13:29 »
As for the ATmega, there are four of them? One is like half the price of the other, what is the differences?

Offline hasu

  • Posts: 3474
  • Location: Tokyo, Japan
  • @tmk
    • tmk keyboard firmware project
Re: Microcontroller for 5 key keyboard
« Reply #5 on: Wed, 14 May 2014, 14:52:49 »
If you are looking for the cheapest chip Atmel AVR will not be answer.
I'm sure PIC18F14K50 is cheaper than those AVR, but I don't know what the cheapest is. I also want to know.

Offline metalliqaz

  • * Maker
  • Posts: 4951
  • Location: the Making Stuff subforum
  • Leopold fanboy
Re: Microcontroller for 5 key keyboard
« Reply #6 on: Wed, 14 May 2014, 15:08:00 »
I think Boiler is right.  If you are beginner level with the AVR product line, then you probably want the Teensy.

Offline komar007

  • Posts: 712
  • Location: Poland
    • komar's blog
Re: Microcontroller for 5 key keyboard
« Reply #7 on: Wed, 14 May 2014, 16:20:01 »
You can check out the VUSB project (http://www.obdev.at/products/vusb/index.html)
With some luck you can try to run USB even on chips like attiny2313. It won't do USB full speed, but for the purposes of a 5-key keyboard it might be enough.
GH60 rev. B w/ ali's case|Cherry G80-3000 HFU/05|IBM Model M (51G8572)
Check out the GH60 project! | How to make a keyboard