Skip to content

E1M-X · variant

E1M-X V2N

Quad-core A55 with 4 TOPS DRP-AI3 in a 45×65 mm form factor.

Starting from

$89

E1M-X V2N

In partnership with

§ Specs in detail

Compute

CPU Quad Cortex-A55 @ 1.8 GHz
MCU Cortex-M33 @ 200 MHz
NPU DRP-AI3 4 TOPS (dense), 15 TOPS (sparse)

Interfaces

MIPI CSI-2 2× 4-lane (up to 8 cameras)
MIPI DSI 1× (display out)
Ethernet 2× 1 GbE
USB USB 3.2 + USB 2.0
PCIe Gen3 x2
CAN-FD 2 channels
Connectivity Wi-Fi 6 + Bluetooth 5
Video H.264/H.265 hardware encode/decode

Memory

RAM up to 8 GB LPDDR4X
ROM up to 16 GB eMMC

Mechanical

Dimensions 45 × 65 mm
Pad count 496
Weight ~ 18 g

Environment

Operating −40 °C to +85 °C

§ Interface map

Tap an interface group in the 3D viewer to highlight its location on the module. Or read the layout below.

video
  • · MIPI CSI-2 lane A
  • · MIPI CSI-2 lane B
compute
  • · PCIe Gen3
io
  • · USB 3.2
  • · Ethernet

§ Ordering options

MPN SoC MPU # MHz MCU # MHz ROM RAM GPU ISP AI WiFi/BLE Temp.
E1M-V2N101
R9A09G056N44GBG A55 4 1.8 GHz M33 1 200 4 GB 4 GB Y Y 4 TOPS Y −40 °C ~ +85 °C
E1M-V2N102
R9A09G056N44GBG A55 4 1.8 GHz M33 1 200 16 GB 8 GB Y Y 4 TOPS Y −40 °C ~ +85 °C

Alp Lab supports custom options. Contact sales for a quote.

§ Start prototyping

The E1M-X V2N Dev Kit bundle.

Everything you need to boot, flash, and build in one box. One quote, one ship. No part-picking.

  • E1M-X V2N SoM

    with mounted heat-spreader

  • EVK carrier board

    USB-C debugger · all I/O broken out

  • Cable + power kit

    USB-C × 1, JTAG, 12 V supply

  • Alp SDK pre-flashed

    examples + datasheet pack

Bundle starts from

$89

Get a kit quote ↗

One quote covers the full bundle · ships from EU stock

E1M-X V2N module

SoM

EVK carrier

EVK

§ Module gallery

Photography and block diagrams of E1M-X V2N. Click any image to zoom.

§ Where to buy

Order E1M-X V2N through our distributors

Order modules, dev kits, and production quantities. Local stock, local logistics, local support.

Don't see your region?

We ship directly from Sweden for development quantities, and we'll help you find a local partner for production runs.

Get a quote →

§ Documentation

All documents are open — no email gate, no registration.

7 files

Type Title Revision Date
Brochure v1.0 Jan 2026
Datasheet v0.1 Dec 2025
Guide
Alp Lab E1M-X V2N HW Design Guide .pdf Coming soon
Guide
Alp Lab E1M-X V2N EVK Getting Started .pdf Coming soon
CAD
Alp Lab E1M-X EVK Schematic & PCB .zip Coming soon
CAD v0.9 Dec 2025
3D v0.9 Dec 2025

§ Run on this SoM

Unified Alp SDK

Same C/C++ API across all E1M variants. Switch SoMs without rewriting your application — verified against the E1M Spec.

OS targets
Bare-metal Zephyr RTOS Yocto Linux
SDK version
v0.6 candidate Beta
AI / NPU runtimes
  • · Renesas DRP-AI3
Peripheral drivers
Upstream (9)
GPIO · I2C · SPI · UART · CAN-FD · Ethernet · USB · PCIe · MIPI CSI-2
In-house (4)
PMIC · GD32 supervisor bridge · Secure element · EEPROM manifest

§ Run on this SoM in 30 seconds

Same C/C++ API across every E1M module.

Drop a board.yaml at the project root, point at your SKU, and the Alp SDK builds Zephyr / Yocto / bare-metal firmware for E1M-X V2N with no per-chip rewrites. Swap to another E1M module by changing one line.

board.yaml E1M-X V2N
# E1M-X V2N firmware project
schema_version: 2

som:
  sku: E1M-V2N101
  hw_rev: r1

carrier:
  name: E1M-EVK

cores:
  bare_metal:
    os: bare-metal
    app: ./fw
    peripherals: [gpio, i2c, uart]
fw/main.c portable across E1M
#include <alp/gpio.h>
#include <alp/i2c.h>
#include <alp/e1m_pinout.h>

int main(void) {
  alp_gpio_t led = alp_gpio_open(E1M_GPIO0);
  alp_i2c_t  bus = alp_i2c_open(E1M_I2C0);

  while (1) {
    alp_gpio_write(led, 1);
    alp_i2c_write(bus, 0x50, buf, len);
    alp_gpio_write(led, 0);
  }
}
terminal · zsh
$ git clone https://github.com/alplabai/alp-sdk && cd alp-sdk
$ bash scripts/bootstrap.sh
$ alp validate board.yaml          # schema + pin allocation check
$ alp generate all                 # bare-metal conf / DTS overlay / CMake
$ alp build && alp flash           # west build + flash for E1M-V2N101

§ Compare with siblings

Compare all side by side →

§ Where it fits in the lineup

AI compute ladder · log scale · TOPS

range

0.25–0.5 TOPS 33 TOPS

always-on sensing edge inference real-time + linux

§ Evaluation kit

E1M-X V2N EVK — boot, flash, build in 30 minutes.

A complete bring-up platform for E1M-X V2N: the module on a full-featured carrier board with every E1M peripheral broken out, plus a USB cable, a debugger, and the alp-sdk pre-flashed example firmware.

  • · Carrier board with full E1M peripheral break-out
  • · USB-C debugger + power
  • · Bundled with the unified Alp SDK
  • · Source-available reference schematics + PCB
E1M-X V2N Evaluation Kit

§ Related