Jump to content

Recommended Posts

Posted

Can someone make a quick tutorial on how to assemble and test all these pieces of code that are coming out for the teensy?? It'd be very much appreciated. Thanks!!

Posted

There is really nothing to assembly to test most of the code everyone has written,

For Teensyduino:

just download the Arduino IDE (here)

install the teensyduino plugin (here)

start coding.

For C:

Install gcc-avr (linux, also needs extra deps) or Win-AVR (windows... duh)

make

upload with teensy loader.

Hack!

Posted

There are 4 tutorials about Teensyduino. The first one just walks you though installing the software.

http://www.pjrc.com/teensy/tutorial.html

The other 3 involve hooking up electronics on a breadboard, which may or may not interest you so much. To do those, you really need a Teensy with pins (or solder header pins onto your Teensy), and also the breadboard, parts and wire. All that stuff is pretty cheap, but then if you're starting from nothing it does add up.

But if you just want to control a PC, just look at the examples of using Keyboard.print(), Mouse.move(), etc. There's documentation and examples on these pages:

http://www.pjrc.com/teensy/td_keyboard.html

http://www.pjrc.com/teensy/td_mouse.html

There's also an experimental alpha release of 0.9 which gives you the option of making Teensy be a disk and keyboard. The first time you run it, the disk gets populated with a readme file that give you instructions about how to seed it with your own files (eg, just make a directory in a certain place and put the files there).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...