[ English (docs/en) | 日本語 (docs/ja) ]
ADX (Advanced Devices eXtended) is an open-source hardware standard and modular control platform focused on electromechanical enclosure fit and field installation.
While conventional prototyping boards offer great accessibility on the benchtop, mounting them into real-world enclosures often presents mechanical challenges—such as tight screw clearances, multi-directional cabling, and rigid stacking constraints. ADX addresses these integration challenges through the 8748 Form Factor and a flexible IDC-based expansion bus, providing reliable M3 screw mounting, a unified wiring interface edge, and tolerance-friendly packaging compatible with 3D-printed enclosures, electrical boxes, and waterproof casings, all while maintaining familiar open-source embedded workflows.
-
Secure M3 Fastening with Washer Clearance:
Mounting holes (
$\Phi 3.3\text{ mm}$ ) are positioned with$5.0\text{ mm}$ edge margins, ensuring ample clearance for standard washers and reliable torque application without damaging PCB traces. - Unified Interface Edge: Terminal blocks and external connections are aligned along designated board edges, simplifying enclosure cutouts and sealing.
- Flexible Coupling via IDC Ribbon Cable: Expansion boards connect via a 20-pin IDC ribbon cable (ADX Pinout) rather than rigid pin headers. This absorbs mechanical tolerances, allows flexible internal placement (stacked, planar, or angled), and supports daisy-chaining.
- Enclosure Compatibility: Designed to mount cleanly into off-the-shelf waterproof casings, industrial electrical utility boxes, desktop 3D-printed enclosures, and dedicated slot-in guide rails.
The ADX ecosystem consists of Core Boards (main processing units) and CARDs (stackable/chainable add-on modules), sharing the same 8748 Form Factor and 20-pin expansion bus.
| Board | Description | Status & Resources |
|---|---|---|
| ADX CORE-U | General-purpose standard board providing familiar Arduino-compatible accessibility with native enclosure integration. | Under Development |
| ADX Core-D | Differential communication board equipped with LN-485 (LIN-based RS-485) transceiver for high-noise and long-distance field buses. | Proposal / Data |
| Board | Description | Status & Resources |
|---|---|---|
| ADX Prototyping CARD | 8748 Form Factor expansion add-on card with lower 20-pin ADX bus breakout and upper 20-pin prototyping grid. | Proposal / Data |
An electromechanical co-design standard ensuring dimensional alignment between PCB CAD (mil-based) and mechanical enclosure fabrication (mm-based).
- Dimensions:
87.0 mm × 48.0 mm(3425 mil × 1890 mil) - Mounting Pitch:
77.0 mm × 38.0 mm(3031 mil × 1496 mil), M3 screws (Φ3.3 mm) - Corner Treatment: C3 chamfer (
120 mil), 5.0 mm margin from edges - Full Specification: English (docs/en/8748_formfactor.md) | 日本語 (docs/ja/8748_formfactor.md)
A unified 20-pin expansion interface (2×10-pin, 2.54 mm pitch IDC, IDC Pins 1–20) optimized for ribbon cable coupling. Key v2 enhancements include 5V/2A power delivery (3× VDD pins), short-prevention isolation, co-planar GND shielding for EXTCLK and analog domains, and conflict-free UART switching via PORTMUX.
- Connector: 2×10-pin 2.54 mm pitch IDC ribbon connector (IDC Pins 1–20)
- Full Specification: English (docs/en/ADX_pinout.md) | 日本語 (docs/ja/ADX_pinout.md)
- MCU Peripheral & PORTMUX Matrix: English (docs/en/adx_attiny1616_mcu_matrix.md) | 日本語 (docs/ja/adx_attiny1616_mcu_matrix.md)
- English Documentation: docs/en/README.md
- 日本語ドキュメント (Japanese): docs/ja/README.md
ADX/
├── README.md # Global portal & overview (this file)
├── LICENSE.md # Multi-licensing policy & trademark notices
├── LICENSES/ # REUSE-compliant license texts (CC-BY-4.0, CERN-OHL-P-2.0, MIT)
├── docs/ # Full multilingual documentation (CC BY 4.0)
│ ├── en/ # English documentation
│ └── ja/ # Japanese documentation
├── hardware/ # Hardware design & production files (CERN-OHL-P-v2)
│ ├── ADX_Core-D/ # LN-485 bootloader development board
│ └── CARD/Prototyping/ # Prototyping add-on card
├── firmware/ # Drivers, BSP, and sample sketches (MIT)
├── logo/ # Brand assets & logos
├── memo/ # Development notes & planning
│ ├── what_is_adx.md # Core vision & motivation
│ ├── PLAN/ # Roadmap & revision plans
│ └── REPORT/ # Technical proposals & evaluation reports
└── Project_Snapshot.md # Project progress & roadmap
- Project Snapshot: Project_Snapshot.md
- ADX Platform Official: https://adxplatform.com/
- Developer Blog: https://dev-blog.adxplatform.com/
ADX Project is released under a tri-license structure tailored for documentation, open hardware, and embedded software:
-
Documentation & Specifications (
docs/,memo/):
Creative Commons Attribution 4.0 International (CC BY 4.0)
SPDX-License-Identifier:CC-BY-4.0 -
Hardware Design & Production Files (
hardware/):
CERN Open Hardware Licence Version 2 - Permissive (CERN-OHL-P-v2)
SPDX-License-Identifier:CERN-OHL-P-2.0 -
Firmware, Drivers & Software (
firmware/):
MIT License
SPDX-License-Identifier:MIT
See LICENSE.md for full licensing policy and trademark terms.