diff --git a/README.md b/README.md index 3c77bb0..4377d4d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Taiko Drum Controller](./images/banner-taiko.png) -# Taiko Drum Controller - Arduino +# Taiko Drum Controller - Arduino/ESP32 Open-source hardware program to make your own Taiko no Tatsujin PC controller. @@ -16,8 +16,10 @@ This project aims to help you develop your own **hardware taiko** at home. ## What You Need -1. An Arduino Micro or Leonardo microcontroller (other compatible boards might work, but you need to verify that they support keyboard emulation); +1. An Arduino Micro/Leonardo microcontroller (other compatible boards might work, but you need to verify that they support keyboard emulation); + Checkout to the "ESP32" branch if you use an ESP32 board. ESP32 is significantly faster than ATMEGA64 and can connect to the computer as a bluetooth keyboard. + 2. 4 piezoelectric sensors; 3. Necessary electronic components (breadboards, resistors, LEDs, jumper wires, etc.); diff --git a/README_ja-JP.md b/README_ja-JP.md index 300d4fb..8625241 100644 --- a/README_ja-JP.md +++ b/README_ja-JP.md @@ -4,7 +4,7 @@ ![Taiko Drum Controller](./images/banner-taiko.png) -# 太鼓ドラムコントローラ - Arduino +# 太鼓ドラムコントローラ - Arduino/ESP32 オープンソースのハードウェアプログラムで、自分の「太鼓の達人」PCコントローラーを作りましょう。 @@ -17,6 +17,8 @@ ## 必要なもの 1. Arduino MicroまたはLeonardoマイクロコントローラ(他の互換ボードも動作する可能性がありますが、キーボードエミュレーションをサポートしているか確認する必要があります); + + チェックアウトしてください "ESP32" ブランチを使う場合はESP32ボードを使用します。ESP32はATMEGA64よりも大幅に高速で、Bluetoothキーボードとしてコンピュータに接続することができます。 2. 4つの圧電センサー; diff --git a/README_zh-CN.md b/README_zh-CN.md index c04dcf2..f1c65b7 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -4,7 +4,7 @@ ![Taiko Drum Controller](./images/banner-taiko.png) -# 太鼓达人控制器 - Arduino +# 太鼓达人控制器 - Arduino/ESP32 开源硬件程序,用于制作自己的太鼓达人PC控制器。 @@ -18,6 +18,8 @@ 1. 一个Arduino Micro或Leonardo微控制器(其他兼容板可能也可以工作,但您需要验证它们是否支持键盘模拟); + 如果你用的是ESP32开发板,请切换到“ESP32”分枝。ESP32相比ATMEGA64要快得多,而且可以通过蓝牙无线连接电脑。 + 2. 4个压电传感器; 3. 必要的电子组件(面包板、电阻、LED、跳线等);