geekhack

geekhack Projects => Making Stuff Together! => Topic started by: 27.9.2016 on Tue, 27 September 2016, 15:29:49

Title: [help] Programming Teensy 2.0
Post by: 27.9.2016 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:
Title: Re: [help] Programming Teensy 2.0
Post by: deductivemonkee 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.
Title: Re: [help] Programming Teensy 2.0
Post by: henz 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
Title: Re: [help] Programming Teensy 2.0
Post by: 27.9.2016 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?
Title: Re: [help] Programming Teensy 2.0
Post by: henz 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.
Title: Re: [help] Programming Teensy 2.0
Post by: 27.9.2016 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  :)