Teensy 3.6 brings a low-cost 32-bit ARM Cortex-M4 platform to hobbyists, students and engineers, using an adapted version of the Arduino IDE (Teensyduino) or programming directly in C language. The Teensy 3.6 is a microcontroller development board running a 32-bit ARM Cortex M4 processor, which brings a 180MHz clock speed to the table, along with 1MB of flash, 4K of EEPROM, and 62 I/O pins.
Teensy boards have been popular with the maker community for quite some time now due to their native USB support which allows them to behave as HID devices, MIDI devices, and much more. The 3.6 builds on this with a second USB port (on GPIO pins), an Ethernet port, and onboard microSD card support.
Note: Please be aware that the Teensy 3.6 does not include headers and will need to be purchased separately and soldered on yourself.
Suitable header terminal strip:
- ARM Cortex-M4 at 180 MHz
- Float point math unit, 32 bits only
- 1024 Flash, 256K RAM, 4K EEPROM
- USB device 12 Mbit/sec, USB host 480 Mbit/sec
- 64 digital input/output pins, 22 PWM output pins
- 25 analog input pins, 2 analog output pins, 11 capacitive sense pins
- 6 serial, 3 SPI, 4 I2C ports
- 1 I2S/TDM digital audio port
- 2 CAN bus
- 1 SDIO (4 bit) native SD Card port
- 32 general purpose DMA channels
- Cryptographic Acceleration & Random Number Generator
- RTC for date/time
Documents