From 6290fe1efe7811333726e72a5c9cae3775ae941e Mon Sep 17 00:00:00 2001 From: VictorBorchenko Date: Sat, 12 Jul 2025 11:46:54 +0300 Subject: [PATCH] ACE0 ACE1 pids, MediaCode org. ACE0 - bootloader and serial debuging, ACE1 - HID controller --- 1209/ACE0/index.md | 15 +++++++++++++++ 1209/ACE1/index.md | 15 +++++++++++++++ org/MediaCode/index.md | 6 ++++++ 3 files changed, 36 insertions(+) create mode 100644 1209/ACE0/index.md create mode 100644 1209/ACE1/index.md create mode 100644 org/MediaCode/index.md diff --git a/1209/ACE0/index.md b/1209/ACE0/index.md new file mode 100644 index 00000000..1ab7df46 --- /dev/null +++ b/1209/ACE0/index.md @@ -0,0 +1,15 @@ +--- +layout: pid +title: Custom HID Controller +owner: MediaCode +license: MIT +site: https://www.media-code.ru +source: https://github.com/VictorBorchenko/HIDControllerV2 +--- +This project implements a custom USB HID controller using an Arduino Micro (ATmega32u4) with no external HID libraries required. The controller features: + +🔘 Rotary Encoder +🖲️ 5 Push Buttons +🧲 Hall Sensor (for zero-position detection) +🌈 Controlled RGB Lighting +🔌 Bi-directional HID communication (IN/OUT reports) \ No newline at end of file diff --git a/1209/ACE1/index.md b/1209/ACE1/index.md new file mode 100644 index 00000000..1ab7df46 --- /dev/null +++ b/1209/ACE1/index.md @@ -0,0 +1,15 @@ +--- +layout: pid +title: Custom HID Controller +owner: MediaCode +license: MIT +site: https://www.media-code.ru +source: https://github.com/VictorBorchenko/HIDControllerV2 +--- +This project implements a custom USB HID controller using an Arduino Micro (ATmega32u4) with no external HID libraries required. The controller features: + +🔘 Rotary Encoder +🖲️ 5 Push Buttons +🧲 Hall Sensor (for zero-position detection) +🌈 Controlled RGB Lighting +🔌 Bi-directional HID communication (IN/OUT reports) \ No newline at end of file diff --git a/org/MediaCode/index.md b/org/MediaCode/index.md new file mode 100644 index 00000000..8eb7a20b --- /dev/null +++ b/org/MediaCode/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: MediaCode, LLC +site: https://www.media-code.ru +--- +We develop, implement and support IT systems for broadcasting, education and medicine. \ No newline at end of file