Author Topic: Recommended microcontroller for 100+ keys? Looking at Teensy models.  (Read 1689 times)

0 Members and 1 Guest are viewing this topic.

Offline Greywolf

  • Thread Starter
  • Posts: 14
Greetings and I apologise profusely if this is a repeated topic, but the search function does not seem to narrow down my query very well.

In order to keep things (relatively) simple, I'm looking into using a Teensy for my DIY board.  I have > 100 keys (105) so 20 pins of matrix are insufficient, therefore a Teensy 2.0 won't work, so I'm looking at the Teensy 2++.

Question I have is:  Should I just upgrade to one of the Teensy 3 models, or is a 2++ sufficiently stable, or should I be looking at a different uC altogether?  Pros/Cons if you have them to offer.

Shade and Sweet Water,
--*greywolf;

Offline suicidal_orange

  • * Global Moderator
  • Posts: 4771
  • Location: England
Re: Recommended microcontroller for 100+ keys? Looking at Teensy models.
« Reply #1 on: Tue, 10 December 2019, 17:19:20 »
The 2.0++ is supported in all firmwares and is the go-to for big boards, I've been using one in my reincarnated Ducky for five years with no problem so I think it's safe to call it stable.  Just don't buy a fake or strange things may happen!
120/100g linear Zealio R1  
GMK Hyperfuse
'Split everything' perfection  
MX Clear
SA Hack'd by Geeks     
EasyAVR mod

Offline Findecanor

  • Posts: 5083
  • Location: Koriko
Re: Recommended microcontroller for 100+ keys? Looking at Teensy models.
« Reply #2 on: Tue, 10 December 2019, 17:28:06 »
The Teensy 2.0 has 25 pins. Do you really need 5 LEDs?

The Teensy++ 2.0 is enough. Of the Teensy 3 series, only Teensy 3.2 and Teensy LC have firmware support. The Teensy 3.2 has 24 actual pins + 10 SMT pads.

Because only one column (or row) is strobed at a time, you could also use a "shift register" or a "decoder" chip. Turn a 22×6 matrix into 11×12 and you would need only 11+4 = 15 microcontroller pins if you'd use a 4-to-16 decoder.
« Last Edit: Tue, 10 December 2019, 17:46:01 by Findecanor »
🍉

Offline gipetto

  • Posts: 91
Re: Recommended microcontroller for 100+ keys? Looking at Teensy models.
« Reply #3 on: Tue, 10 December 2019, 17:34:19 »
I have a teensy 2.0 driving a 110 key full size board and 3 indicator leds, although scroll lock doesn't work because of a bug. I could have even dedicated the last pin to a backlight. it's fine. learn how to route. I didn't use a single via on my pcb traces because i used through hole diodes.

Offline Tom_Kazansky

  • Posts: 409
  • Location: Vietnam
  • Oblivion Knight
Re: Recommended microcontroller for 100+ keys? Looking at Teensy models.
« Reply #4 on: Wed, 11 December 2019, 00:53:12 »
how about QMK Proton-C ? there are 23 pins. You can route with 11x10 (21 pins, 110 keys total) and have 2 pins for indicator/backlight led.

Offline Greywolf

  • Thread Starter
  • Posts: 14
Re: Recommended microcontroller for 100+ keys? Looking at Teensy models.
« Reply #5 on: Wed, 11 December 2019, 03:07:29 »
DANGER! DANGER! RABBITHOLE!  ABORT!  ABORT!

Good to know about the Proton!  Backlight LED could be sweet, too, once I figure that out.

I've ordered a Teensy 2++ but will order a Proton as well and...well, let's see what happens.  The USB-C is a fair draw for me.

[I don't even have the PCB plotted yet.]