The Teensy USB Development Board is a complete USB-based microcontoller development system. All programming is done via the USB port. No special programmer is needed, only a standard "Mini-B" USB cable and a PC or Macintosh with a USB port.
Version 3.0 features a 32 bit ARM processor.
The very special thing about the Teensy boards is that they are able to emulate almost any USB device (USB HID), i.e. mouse, keyboard, joystick, MIDI etc.
This version has solder pads for all I/O signals.
Key Features:
- USB can be any type of device
- AVR processor, 16 MHz / ARM processor 48 MHz (Teensy 3.0)
- Single pushbutton programming
- Easy to use Teensy Loader application
- Free software development tools
- Works with Mac OS X, Linux & Windows
- Tiny size, perfect for many projects
- Actual size is 2.0 x 0.7" (50.8 x 18mm)
Teensy and Teensy++ compared:
Specification | Teensy 2.0 | Teensy++ 2.0 | Teensy 3.0 |
Prozessor |
ATMEGA32U4 8 bit AVR 16 MHz |
AT90USB1286 8 bit AVR 16 MHz |
MK20DX128 32 bit ARM Cortex-M4 48 MHz |
Flash Memory |
32256 |
130048 |
131072 |
RAM Memory |
2560 |
8192 |
16384 |
EEPROM |
1024 |
4096 |
2048 |
I/O |
25, 5V |
46, 5V |
34, 3.3V |
Analog In |
12 |
8 |
12 |
PWM |
7 |
9 |
10 |
UART,I2C,SPI |
1,1,1 |
1,1,1 |
3,1,1 |
Teensy Loader Application
The Teensy Loader makes getting code into your Teensy easy. Just press and release the reboot button and the processor runs the HalfKay bootloader, which is automatically detected. Teensy Loader lets you download your code and reboot to it.
Automatic mode downloads and reboots to your code the instant your computer detects HalfKay. The latest version of your code is always used. Just press the button and within 1 to 2 seconds your latest code is running!
All Teensy boards are shipped assembled and fully tested.
Documents:
|