E1M-X · variant
E1M-X V2N
Quad-core A55 with 4 TOPS DRP-AI3 in a 45×65 mm form factor.
Starting from
$89
§ Specs in detail
Compute
Interfaces
Memory
Mechanical
Environment
§ Interface map
Tap an interface group in the 3D viewer to highlight its location on the module. Or read the layout below.
- · MIPI CSI-2 lane A
- · MIPI CSI-2 lane B
- · PCIe Gen3
- · 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
One quote covers the full bundle · ships from EU stock
SoM
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.
United Kingdom · Global
Astute Electronics
Visit distributor ↗
Germany · EU
Endrich Bauelemente
Visit distributor ↗
Israel · Levant
NISKO
Visit distributor ↗
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.
- · Renesas DRP-AI3
Examples that run on this SoM
Display / HMI
Peripherals
§ 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.
# 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]
#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);
}
}
$ 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
§ Where it fits in the lineup
AI compute ladder · log scale · TOPS
range
0.25–0.5 TOPS → 33 TOPS
§ 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