2026.3.29 自分で半田付けする時間を減らすために、基板部品実装サービスを利用することにしました。そして、抵抗とダイオードを表面実装タイプに変えて、裏面にターミナルブロックとキースイッチソケットを追加しました。そして、アクティブブザーからパッシブブザーへ変えました。
I decided to use a PCB assembly service to reduce the time I spend soldering by myself. I also changed the resistors and diodes to surface-mount types, and added terminal blocks and key switch sockets on the back side ,and I changed the active buzzer to a passive buzzer.
このリポジトリは回路・プログラミング初学者の学習用です。あたたかく見守っていただけると嬉しいです。
これは、プログラミングや回路の初心者である私が、自分なりに学びながら作ってみた実装基板です。
8つのキーに振動する部品を付け、目で確認しなくてもどこを押せば良いかがわかる機能を目指しました。
公開しようと思ったきっかけは、似たようなアイデアのタイピング練習機を見つけることができなかったためです。
触覚を利用した複雑なタッチタイピングの練習機械が他にもあることを知り、私はまだまだ勉強不足であると思いました。もしお嫌でなければ、学習の活動を見守っていただければ幸いです。
このリポジトリでは、タイピング練習を目的としたキーボード基板の設計データを公開しています。
基板はKiCad 9.0で設計されています。振動するキー順番を変更するには、Arduinoのスケッチを編集する必要があります。
ただし、現在はアイデア段階であり、完全な完成品ではありません。今後の改善や追加機能に関しては更新を行う予定です。
This repository is for beginners who are learning circuits and programming. I’d be happy if you could kindly support it.
This is a keyboard I made while learning programming and circuits by myself. I am still a beginner, but I tried my best to build it.
I added small parts that can vibrate to 8 keys. This way, you can feel which key to press without looking.
I decided to share this because I couldn't find a similar typing practice device online.
I learned that there are other machines that use touch to practice touch typing in a complex way, and I felt that I still have a lot to learn. If you don’t mind, I would be happy if you could watch over my learning.
In this repository, I show the design data for this keyboard. I made the design using KiCad 9.0. If you want to change the order of the vibrating keys, you need to change the Arduino program.
Please note that this is still just an idea, not a finished product. I want to improve it and add more features in the future.
- 10列、3段のキー(計30個)による練習用構成
- リセットスイッチ付き
- Cherry MX対応
- Arduino Nano Everyで完璧ではありませんが、一応動作確認済みです (後継機のモデルは動作未確認)
- KiCad 9.0で基板設計
- 基板サイズ:約261.1mm × 81.5mm(捨て基板除く)
- 電源:Arduino Nano Every経由でのUSB給電
This is a practice keyboard layout with 30 keys, arranged in 10 columns and 3 rows. It includes a reset switch. It's compatible with Cherry MX switches. I've confirmed it works with the Arduino nano every, although it's not perfect. I haven't tested it with newer Arduino models. The circuit board was designed using KiCad 9.0. The board size is about 261.1mm × 81.5mm, and it's powered by USB through the Arduino nano every.
どの段のキーを押せば良いかを、3段階のブザー音で教えるためのコードを加筆修正しました。上の段ならば3回鳴り、下の段ならば1回鳴り、真ん中の段なら2回鳴るという仕組みにしました。振動モーターがないキーの場合は、振動する長さを変えて位置を知らせるようにしました。
I changed the code to use three kinds of buzzer sounds to tell the user which row of keys to press. If the key is on the top row, the buzzer beeps three times. If the key is on the bottom row, it beeps one time. If the key is on the middle row, it beeps two times. For keys that do not have a vibration motor, the device changes the length of the vibration to show the position.
TypingTrainer/
├── TYPING-TRAINER-V5-SMD/ # KiCad設計ファイル
├── TYPING-TRAINER-V5-SMD.zip # ガーバーデータ(基板製造用)
├── TrainerV5-smd/ # Arduinoスケッチ 通常版
├── TrainerV5-smd2/ # Arduinoスケッチ 切替式例文プリセットタイプ
├── numorder.py # キーの順番を決めるPythonスクリプト
├── keycap.stl # 3Dプリンタ用、穴有りキャップ
├── images/ # 写真・完成図
├── docs/ # 部品表・座標データなど
├── OldVersion-Uno # 旧バージョン、Uno用
├── OldVersion-Nano # 旧バージョン、Nano用
└── README.md # このファイル
- ガーバーファイルをJLCPCBなどで製造依頼
- 回路図などを見ながら部品を実装
- Arduino Nano EveryをUSBケーブルでPCと接続
- PCからArduinoへ、ファームウェアを書き込み
- KiCad バージョン: 9.0
- 古いバージョンでは一部ファイルが開けない可能性があります。
- 最新バージョンでの動作は未確認です。
使用したライブラリURL
- ブザーフットプリント https://jp.sameskydevices.com/product/resource/pcbfootprint/cmt-9648-85t
- キースイッチフットプリント https://github.com/daprice/keyswitches.pretty?tab=readme-ov-file
この基板デザインは MIT ライセンスで公開しています。
準備中
Q. ?
A.
- 初心者が学びながら作ったものなので、不完全な点もあるかもしれません。
- Arduinoスケッチの一部のコード作成に、生成AI(ChatGPT)を補助的に活用しました。
- ネット上のチュートリアルや電子工作記事の皆さま
- キーを押す順番の配列を簡単に作るツール
- 製作手順のガイドを作る













