[ English (docs/en) | 日本語 (docs/ja) ]
ADX (Advanced Devices eXtended) is an open-source hardware standard and modular control platform designed to provide industrial-grade reliability, noise immunity, and electromechanical precision with the simplicity of open-source embedded development.
An electromechanical co-design standard ensuring seamless dimensional alignment between PCB CAD (mil-based) and mechanical enclosure fabrication (mm-based), reducing conversion errors to <15 µm.
- 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) - Full Specification: English (docs/en/8748_formfactor.md) | 日本語 (docs/ja/8748_formfactor.md)
A 20-pin unified expansion interface (2×10-pin, 2.54 mm pitch) featuring GND shielding and static control lines for noise isolation across SPI, I2C, UART, and analog signals.
- Connector: 2×10-pin 2.54 mm pitch header (CN2)
- Full Specification: English (docs/en/ADX_pinout.md) | 日本語 (docs/ja/ADX_pinout.md)
| Board / Module | Description | Specifications & Manufacturing Data |
|---|---|---|
| ADX Core-D | LN-485 (LIN-based RS-485) and custom bootloader development board with USB-C, CH342K SerialUPDI flashing, and 12 MHz crystal oscillator. | Proposal / Data |
| ADX Prototyping CARD | 8748 Form Factor expansion add-on card with lower 20-pin ADX bus breakout and upper 20-pin custom prototyping grid. | Proposal / Data |
- English Documentation: docs/en/README.md
- 日本語ドキュメント (Japanese): docs/ja/README.md
ADX/
├── README.md # Global portal & quick reference (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 & reports
│ └── REPORT/ # Proposals & migration plans
└── 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.