Elementix Posted May 7, 2010 Posted May 7, 2010 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!! Quote
Sl45h3R Posted May 7, 2010 Posted May 7, 2010 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! Quote
Paul Stoffregen Posted May 7, 2010 Posted May 7, 2010 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). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.