From 3f685ffda6526fb16aec77f50509df793198bc34 Mon Sep 17 00:00:00 2001 From: Kunihiko Ohnaka Date: Sat, 16 May 2026 07:13:13 +0900 Subject: [PATCH 1/2] Add 1209/9210 Mimic X (kunichiko) --- 1209/9210/index.md | 13 +++++++++++++ org/kunichiko/index.md | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 1209/9210/index.md create mode 100644 org/kunichiko/index.md diff --git a/1209/9210/index.md b/1209/9210/index.md new file mode 100644 index 00000000..be2a495b --- /dev/null +++ b/1209/9210/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: Mimic X +owner: kunichiko +license: MIT +site: https://github.com/kunichiko/MimicX-firmware +source: https://github.com/kunichiko/MimicX-firmware +--- +A USB device that receives commands from a smartphone over USB-MIDI and +emulates retro-PC HID peripherals (ATARI joystick, Sega Mega Drive +6-button pad, Sharp X68000 keyboard and mouse). Built around the WCH +CH32X035 MCU. Firmware is MIT-licensed; PCB designs are published at + (also MIT). diff --git a/org/kunichiko/index.md b/org/kunichiko/index.md new file mode 100644 index 00000000..22a9739b --- /dev/null +++ b/org/kunichiko/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: kunichiko +site: https://github.com/kunichiko +--- +Kunihiko Ohnaka. Individual developer building peripherals and hardware +revival projects for retro computers such as the Sharp X68000. From 3972aee8a1c57923ccc93d5bdc203d8d33c96c18 Mon Sep 17 00:00:00 2001 From: Kunihiko Ohnaka Date: Tue, 21 Jul 2026 23:15:09 +0900 Subject: [PATCH 2/2] Add 1209/9211 Mimic X Bridge (kunichiko) --- 1209/9211/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 1209/9211/index.md diff --git a/1209/9211/index.md b/1209/9211/index.md new file mode 100644 index 00000000..103383da --- /dev/null +++ b/1209/9211/index.md @@ -0,0 +1,15 @@ +--- +layout: pid +title: Mimic X Bridge +owner: kunichiko +license: MIT +site: https://github.com/kunichiko/MimicX-firmware +source: https://github.com/kunichiko/MimicX-firmware +--- +A wireless/wired bridge variant of Mimic X: an ESP32-S3 module exposes a +USB-MIDI device (TinyUSB) and a BLE-MIDI peripheral simultaneously, and +relays MIDI/SysEx to the CH32X035-based Mimic X device engine over I2C. +Emulates retro-PC HID peripherals (ATARI joystick, Sega Mega Drive +6-button pad, Sharp X68000 keyboard and mouse). Firmware is MIT-licensed; +PCB designs are published at + (also MIT).