SparkFun
SparkFun MicroMod Teensy Processor
The SparkFun MicroMod Teensy Processor leverages the awesome computing power of the NXP iMXRT1062 chip and pairs it with the M.2 MicroMod connector to all...
Get notified when back in stock
- USB Device up to 480Mbit/sec: Capable of enumerating as a USB keyboard, mouse, joystick, MIDI, audio, and more
- USB Host up to 480Mbit/sec: Capable of interfacing to USB flash drives, mice, keyboards, and more
- 7x Serial Ports
- 2x SPI
- 4x I2C Bus
- 1x CAN-Bus
- 1x I2S Digital Audio
- 1x SDIO for SD
- 2x Dedicated Analog Pins (Up to 14 available for use)
- 2x Dedicated PWM Pins (Up to 22 available for use)
- Schematic
- Eagle Files
- Hookup Guide
- Datasheet (iMXRT1062)
- GitHub Hardware Repo
Jargon buster
Plain-language definitions for the technical terms used above.
- ARM Cortex-M7
- A family of 32-bit microcontroller processor cores designed for fast embedded applications. Knowing a board uses Cortex-M7 helps indicate it is aimed at more demanding tasks like audio processing, robotics, and high-speed data handling rather than very simple control jobs.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- M.2
- M.2 is a compact edge-connector standard for plugging small modules - such as SSDs, wireless cards or microcontroller modules - into a host board without soldering. The same slot shape can carry different interfaces (for example PCIe, SATA or USB), so keying and the supported module type need to be checked.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MicroMod
- MicroMod is a modular board system where a small processor board plugs into a separate carrier board (via an M.2 connector) that provides connectors, power, and peripherals. Within the MicroMod system, a board is either a processor board or a carrier board, and you need a matching pair of both before you can run project code.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- NXP iMXRT1062
- A high-speed microcontroller chip from NXP's i.MX RT1060 family, built around an ARM Cortex-M7 core typically clocked at around 600 MHz. When a board lists this chip as its processor, it indicates the board's processing speed, memory and peripheral set, and which software libraries and pin features are available.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB host
- A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
Find this product in
Brands
SparkFun MicroMod Teensy Processor Schematic
Schematic · 1022.3 KB · Click any page to view full size
iMXRT1062 Datasheet
Datasheet · 1.9 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 702.7 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
51ca16d
about 4 years ago
· 56 commits
- Documents Routed with 5mil. Increased clk spacing. over 6 years ago
- Hardware Correct swapped pin numbers on DAT2/3. over 4 years ago
- .gitattributes Initial commit over 6 years ago
- .gitignore Routed with 5mil. Increased clk spacing. over 6 years ago
- LICENSE.md Create LICENSE.md about 4 years ago
- README.md Fix bad links in readme about 5 years ago
Related Tutorials
Free guides on learn.littlebird.com.au