Author Topic: [help] Programming Teensy 2.0  (Read 2489 times)

0 Members and 1 Guest are viewing this topic.

Offline 27.9.2016

  • Thread Starter
  • Posts: 18
[help] Programming Teensy 2.0
« on: Tue, 27 September 2016, 15:29:49 »
First i wanna say hello to this community  ;)

I am thinking that i will make custom 60% keyboard with Teensy 2.0 for my last project in school (i have basic arduino knowledge) and now i have some questions:
-Can you programme Teensy 2.0 completely in arduino language? (i know that arduino and C are similar)
-Can i start from zero program because i have to explain the process? (What specific line do)
-Can program be in one file or it has to be splitet?

Thank you for helping me :thumb:

And sorry for my bad english  :confused:

Offline deductivemonkee

  • Posts: 572
  • Location: Canada BC
  • Professional Lurker
Re: [help] Programming Teensy 2.0
« Reply #1 on: Tue, 27 September 2016, 15:32:16 »
First i wanna say hello to this community  ;)

I am thinking that i will make custom 60% keyboard with Teensy 2.0 for my last project in school (i have basic arduino knowledge) and now i have some questions:
-Can you programme Teensy 2.0 completely in arduino language? (i know that arduino and C are similar)
-Can i start from zero program because i have to explain the process? (What specific line do)
-Can program be in one file or it has to be splitet?

Thank you for helping me :thumb:

And sorry for my bad english  :confused:

Check out tmk, qmk, and easy avr.
oh yeah I saw that crazy **** if that doesn't win I'm deleting my account

/ orthodox - 78g zealios / alps64 - mtsc / sentraq s-60x rgb - gat blues / let's split - 67g zealios / let's split - 67g zealios /

Offline henz

  • * Exquisite Elder
  • Posts: 1284
  • What?
Re: [help] Programming Teensy 2.0
« Reply #2 on: Tue, 27 September 2016, 15:33:04 »
i did something similar a while ago. ill edit in thread when i find it

edit: https://geekhack.org/index.php?topic=71890.0

Offline 27.9.2016

  • Thread Starter
  • Posts: 18
Re: [help] Programming Teensy 2.0
« Reply #3 on: Tue, 27 September 2016, 15:42:09 »
i did something similar a while ago. ill edit in thread when i find it

edit: https://geekhack.org/index.php?topic=71890.0

Wow nice project man.

You sad "Then i made a boobo, i got a teensy 3.1, which i then found out was not supported."
Did you use Teensy 2.0 then or 3.1?

Offline henz

  • * Exquisite Elder
  • Posts: 1284
  • What?
Re: [help] Programming Teensy 2.0
« Reply #4 on: Tue, 27 September 2016, 15:44:28 »
i did something similar a while ago. ill edit in thread when i find it

edit: https://geekhack.org/index.php?topic=71890.0

Wow nice project man.

You sad "Then i made a boobo, i got a teensy 3.1, which i then found out was not supported."
Did you use Teensy 2.0 then or 3.1?

ive done both since then, you can code in aurdino for both platforms. The idea at the time was to use tmk, but i bought the wrong teensy and tmk had no support for teenies in the 3 series, so i wrote my own firmware.

Offline 27.9.2016

  • Thread Starter
  • Posts: 18
Re: [help] Programming Teensy 2.0
« Reply #5 on: Tue, 27 September 2016, 15:53:50 »
i did something similar a while ago. ill edit in thread when i find it

edit: https://geekhack.org/index.php?topic=71890.0

Wow nice project man.

You sad "Then i made a boobo, i got a teensy 3.1, which i then found out was not supported."
Did you use Teensy 2.0 then or 3.1?

ive done both since then, you can code in aurdino for both platforms. The idea at the time was to use tmk, but i bought the wrong teensy and tmk had no support for teenies in the 3 series, so i wrote my own firmware.

Thanks for info  :)