Skip to content

E1M-X · variant

E1M-X V2N

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

−40 to +85 °C

Starting from

$89

E1M-X V2N

In partnership with

Renesas Partner Program

§ Specs in detail

Compute

CPUQuad Cortex-A55 @ 1.8 GHz
MCUCortex-M33 @ 200 MHz
NPUDRP-AI3 4 TOPS (dense), 15 TOPS (sparse)

Interfaces

MIPI CSI-22× 4-lane (up to 8 cameras)
MIPI DSI1× (display out)
Ethernet2× 1 GbE
USBUSB 3.2 + USB 2.0
PCIeGen3 x2
CAN-FD2 channels
ConnectivityWi-Fi 6 + Bluetooth 5
VideoH.264/H.265 hardware encode/decode

Memory

RAMup to 8 GB LPDDR4X
ROMup to 16 GB eMMC

Mechanical

Dimensions45 × 65 mm
Pad count496
Weight~ 18 g

Environment

Operating−40 °C to +85 °C

§ Interface map

Hover an interface to see where it lands on the module footprint. Counts and groups below.

E1M-X · 45 × 65 mm · 496 pads

Hover or focus an interface to see where it lands on the module footprint.

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

§ Ordering options

MPNSoCMPU#MHzMCU#MHzROMRAMGPUISPAIWiFi/BLETemp.
E1M-V2N101
R9A09G056N44GBGA5541.8 GHzM3312004 GB4 GBYY4 TOPSY−40 °C ~ +85 °C
E1M-V2N102
R9A09G056N44GBGA5541.8 GHzM33120016 GB8 GBYY4 TOPSY−40 °C ~ +85 °C

Alp Lab supports custom options.Contact salesfor 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

$399

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

Full documentation on docs.alplab.ai ↗

§ Compliance & regulatory

Module-level declarations for E1M-X V2N.

Material declarations and reliability data for the module itself. No sales gate — request a copy for design-in or audit purposes.

§ What applies to this module

  • RoHS 3

    EU 2015/863 — restriction of hazardous substances

  • REACH SVHC

    Substance disclosure per current ECHA candidate list

  • POPs

    EU 2019/1021 — persistent organic pollutants

  • Halogen-free

    PCB + solder mask declaration

  • CMRT

    Conflict Minerals report (RMI v6+), Dodd-Frank §1502

  • Industrial temp grade

    −40 °C to +85 °C qualification

  • Pre-compliance EMC scan

    Radiated + conducted emissions characterised

End-product CE / FCC / UKCA marking is the integrator's responsibility. See /compliance for what we ship vs what's yours.

§ Run on this SoM

Unified Alp SDK

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

OS targets
Bare-metalZephyr RTOSYocto Linux
SDK version
v0.9.0 · releasedBeta
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 config 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.yamlE1M-X V2N
# E1M-X V2N firmware project
som:
  sku: E1M-V2N101
  hw_rev: r1

preset: e1m-x-evk

cores:
  bare_metal:
    os: bare-metal
    app: ./fw
    peripherals: [gpio, i2c, uart]
fw/main.cportable 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(ALP_E1M_GPIO0);
  alp_i2c_t  bus = alp_i2c_open(ALP_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 →

§ 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