Author Topic: Teensy 2.0 VS Teensy 3.0  (Read 6676 times)

0 Members and 1 Guest are viewing this topic.

Offline tricheboars

  • * Esteemed Elder
  • Thread Starter
  • Posts: 964
  • Location: Denver
  • Keyboards are Important!
Teensy 2.0 VS Teensy 3.0
« on: Wed, 18 September 2013, 12:55:19 »
Any advantages to 3.0 over 2.0?  3.0 is cheaper on the PRJC store.  This is what confuses me. I am wondering why. I am looking to purchase a few for prototyping.


http://www.pjrc.com/teensy/
|  Fundamentalist ErgoDox Zealot  |  HHKB Hybrid

Offline fohat.digs

  • * Elevated Elder
  • Posts: 6473
  • Location: 35°55'N, 83°53'W
  • weird funny old guy
Re: Teensy 2.0 VS Teensy 3.0
« Reply #1 on: Wed, 18 September 2013, 13:26:52 »
Ask Soarer. The 3.0 looks to cost a little more .... ?

The voltage is the deal-killer for keyboards, don't they need 5V?
"It's 110, but it doesn't feel it to me, right. If anybody goes down. Everybody was so worried yesterday about you and they never mentioned me. I'm up here sweating like a dog. They don’t think about me. This is hard work.
Do you feel the breeze? I don't want anybody going on me. We need every voter. I don't care about you. I just want your vote. I don't care."
- Donald Trump - Las Vegas 2024-06-09

Offline tricheboars

  • * Esteemed Elder
  • Thread Starter
  • Posts: 964
  • Location: Denver
  • Keyboards are Important!
Re: Teensy 2.0 VS Teensy 3.0
« Reply #2 on: Wed, 18 September 2013, 13:57:12 »
Ask Soarer. The 3.0 looks to cost a little more .... ?

The voltage is the deal-killer for keyboards, don't they need 5V?

hmm. good point about the power. i think i will go with something that is tried and true rather than the "new thing". thanks.

please feel free to continue this discussion
|  Fundamentalist ErgoDox Zealot  |  HHKB Hybrid

Offline nullstring

  • Posts: 267
Re: Teensy 2.0 VS Teensy 3.0
« Reply #3 on: Wed, 18 September 2013, 14:33:16 »
Ask Soarer. The 3.0 looks to cost a little more .... ?

The voltage is the deal-killer for keyboards, don't they need 5V?

hmm. good point about the power. i think i will go with something that is tried and true rather than the "new thing". thanks.

please feel free to continue this discussion

Teensy 3.0 is a completely different architecture than the Teensy 2.0
They aren't really direct competitors.

Offline mkawa

  •  No Marketplace Access
  • Posts: 6562
  • (ツ)@@@. crankypants
Re: Teensy 2.0 VS Teensy 3.0
« Reply #4 on: Thu, 19 September 2013, 10:42:50 »
the teensy 3.0 is a 32-bit arm cortex based micro platform. all the previous teensies were 8-bit atmel avr micros. HUGE difference in both computing power and in power envelopes. one nice thing is that i believe they use an atmel arm chip in the 3.0, so atmel studio will work with all the teensies and handle cross-compiling 100% transparently.

to all the brilliant friends who have left us, and all the students who climb on their shoulders.

Offline tricheboars

  • * Esteemed Elder
  • Thread Starter
  • Posts: 964
  • Location: Denver
  • Keyboards are Important!
Re: Teensy 2.0 VS Teensy 3.0
« Reply #5 on: Fri, 20 September 2013, 11:07:46 »
so with that additional power are their advantages to using a teensy 3.0 over a teensy 2.0 for mech keyboards?
|  Fundamentalist ErgoDox Zealot  |  HHKB Hybrid

Offline Hellmark

  • Posts: 349
  • Location: Maryland Heights, Mo, USA
Re: Teensy 2.0 VS Teensy 3.0
« Reply #6 on: Fri, 20 September 2013, 11:41:44 »
Not really.

Offline AcidFire

  • Posts: 399
  • Location: Calgary AB
    • Axios - The Open Source Modular Ergonomic Keyboard
Re: Teensy 2.0 VS Teensy 3.0
« Reply #7 on: Fri, 20 September 2013, 12:15:19 »
the teensy 3.0 is a 32-bit arm cortex based micro platform. all the previous teensies were 8-bit atmel avr micros. HUGE difference in both computing power and in power envelopes. one nice thing is that i believe they use an atmel arm chip in the 3.0, so atmel studio will work with all the teensies and handle cross-compiling 100% transparently.

Actually I believe Paul is using a free scale in the teensy as all the Atmel ARM chips are a bit more expensive and currently not nearly at a good volume capacity either.

For our uses, a Teensy 3.0 in general is a bit overkill, until you get into a few more advanced features or have need of the extra speed to control more peripherals like I'm currently doing in my project. The ARM chips are also becoming available at prices lower than the ATMEGAs that might normally be used in their place.

Offline mkawa

  •  No Marketplace Access
  • Posts: 6562
  • (ツ)@@@. crankypants
Re: Teensy 2.0 VS Teensy 3.0
« Reply #8 on: Fri, 20 September 2013, 19:17:48 »
that would make sense. freescale has a much more solid lineup for cortex socs.

the ATtinys are still cheap, but the high GPIO atmegas are becoming more expensive as atmel winds down their atmega production and winds up the cortex based production

to all the brilliant friends who have left us, and all the students who climb on their shoulders.