Teensy 3.5 & 3.6

The name of Teensy is well-known.

After Teensy 1.0 and 2.0, which included microcontroller by Atmel company (AT90USB162 v1.0 and ATMega32U4 in v2.0) came the first kickstarter’s Teensy 3 in 2012. It included 32 bit microcontroller.

Then (2014) the world saw Teensy 3.1 and 3.2.

If you still don’t know what Teensy is, so, it is development board which is supported in Arduino IDE.

Specifications of Teensy 3.5 and 3.6.
Teensy 3.5

– 120 MHz ARM Cortex-M4 with Floating Point Unit

– 512K Flash, 192K RAM, 4K EEPROM

– Microcontroller Chip MK64FX512VMD12 (PDF link)

– 1 CAN Bus Port

– 16 General Purpose DMA Channels

– 5 Volt Tolerance On All Digital I/O Pins

Teensy 3.6

– 180 MHz ARM Cortex-M4 with Floating Point Unit

– 1M Flash, 256K RAM, 4K EEPROM

– Microcontroller Chip MK66FX1M0VMD18 (PDF link)

– USB High Speed (480 Mbit/sec) Port

– 2 CAN Bus Ports

– 32 General Purpose DMA Channels

– 11 Touch Sensing Inputs

Both specifications:

– 62 I/O Pins (42 breadboard friendly)

– 25 Analog Inputs to 2 ADCs with 13 bits resolution

– 2 Analog Outputs (DACs) with 12 bit resolution

– 20 PWM Outputs

– USB Full Speed (12 Mbit/sec) Port

– Ethernet mac, capable of full 100 Mbit/sec speed

– Native SD card port

– I2S Audio Port, 4 Channel Digital Audio Input & Output

– 14 Hardware Timers

– Cryptographic Acceleration Unit

– Random Number Generator

– CRC Computation Unit

– 6 Serial Ports (2 with FIFO & Fast Baud Rates)

– 3 SPI Ports (1 with FIFO)

– 4 I2C Ports

– Real Time Clock

The 3.5 version costs $23/pc, 3.6 version $28/pc.

Kickstarter: https://www.kickstarter.com/projects/paulstoffregen/teensy-35-and-36

Share the article:
Tags:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

Visuino, graphical programming tool, released a new version of this software. In this release the Visuino supports TTGO – TTGO-T4, TTGO-TS a TTGO-T8 ESP32, Bluetooth Low Energy and NTP. Visuino also supports development board like Arduino, Teensy, Femto IO, dev…

Do you want to make GPS tracker. Look this project. It based on the MSP430F5510 (low power microcontroller by Texas Instruments – 25MHz, 32KB FLASH, 4KB SRAM, 3x DMA, I2C, SPI, UART, LIN, IrDA). The microcontroller receives valid data from…

STMicroelectronics bought part of Atollic TrueStudio before one year. After this, makers were waiting for a new release of IDE which will include Eclipse IDE (based on Atollic TrueStudio) and graphical tool CubeMX which is used for general settings of…

Microchip released a new group of microntroller with AVR? core. That are microcontrollers with up to 20 MHz clock, up to 8 KB FLASH, up to 512B SRAM and 128B EEPROM. The packages are available with 14, 20 and 24…

I found my small project – actually one bash script. You can use it for uploading your *.bin file (from your IDE) to Maple Mini. Instructions: Install dfu-util from http://dfu-util.sourceforge.net/ v0.8. I didn’t try latest version (http://dfu-util.sourceforge.net/releases/) I tried Maple…