Adafruit
Adafruit Feather M4 CAN Express with ATSAME51
The Feather M4 CAN Express upgrades the popular Feather M4 platform with the ATSAME51J19 processor, which adds built-in CAN bus support. It features a 120 MH...
The Feather M4 CAN Express upgrades the popular Feather M4 platform with the ATSAME51J19 processor, which adds built-in CAN bus support. It features a 120 MHz Cortex M4 with hardware floating point and DSP instructions, 512 KB flash, 192 KB RAM, and an on-board CAN transceiver with 5V boost converter and terminal block connection — ready to connect to CAN bus networks straight out of the box.
The board includes 2 MB SPI flash for CircuitPython scripts or Arduino file storage, a Mini NeoPixel, UF2 drag-and-drop bootloader, and USB Type C. It ships with CircuitPython-ready firmware and is pin-compatible with the original Feather M4 Express, so it works with all FeatherWings.
Key Features
- ATSAME51J19 Processor – 120 MHz Cortex M4 with hardware floating point and DSP, 3.3V logic
- 512 KB Flash + 192 KB RAM – Substantial memory for complex applications
- Built-in CAN Bus – Hardware CAN controller with on-board transceiver, 5V boost converter, and 3-pin 3.5 mm terminal block
- 2 MB SPI Flash – On-board file storage for CircuitPython scripts or Arduino data logging
- UF2 Bootloader – Drag-and-drop firmware loading via USB; compatible with CircuitPython and Arduino IDE
- USB Type C – Native USB with bootloader and serial port debugging
- Hardware Crypto – AES-256, true RNG, and public key controller
- 21 GPIO Pins – 6× hardware SERCOM (SPI, I2C, Serial), 16× PWM, I2S input/output, 8-bit parallel capture
- Analogue I/O – 2× 12-bit 1 MSPS DAC (stereo audio capable) and 2× 12-bit 1 MSPS ADC (6 analogue pins)
- Mini NeoPixel – On-board addressable RGB LED
- LiPo Battery Support – JST connector with built-in 100 mA charger and charging status LED
- 32.768 kHz Crystal – For accurate clock generation and RTC
- Compact Design – 50.8 mm × 22.8 mm × 7 mm, weighing 5 g
Also Available
- Feather M4 Express – Same M4 performance without CAN bus (ATSAMD51)
Ideal For
- CAN bus interfacing and automotive projects
- Industrial automation and sensor networks
- High-performance CircuitPython and Arduino development
- Audio processing with dual 12-bit DACs
Package Contents
- 1× Feather M4 CAN Express (ATSAME51)
- 1× Header pin set
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- boost converter
- A boost converter is a power circuit that raises a lower input voltage to a higher output voltage. It matters here because the board can power a sensor that needs a higher supply voltage while still using a single connector for power and data.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- CAN bus
- CAN bus is a reliable two-wire communication network originally designed for vehicles and now common in machinery and robotics. It matters when you need multiple controllers or devices to share status and control messages in a noisy electrical environment.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- 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.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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 is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- 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.
- Terminal block
- A connector used to join wires together in a neat, removable, or serviceable way. For this product, it helps split one power input into several outputs without soldering.
Find this product in
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au