0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ArduinoでUSBマウス、キーボード操作の自動実行(1)

Posted at

#1.背景

  • USBマウス・キーボードを使える組込み機器などのテストを自動化したい
  • Windowsの組込み機器やPS4など、USBマウス・キーボードが使える機器での利用
  • ただし、ドライバやツールプログラムはターゲット機器に入れたくない

#2.考えた仕様

  • ホストPCはWindows10などで、そこには自動実行のプログラムやドライバを入れる
  • ホストPCからArduinoマイコンにはUSB接続でシリアル通信を行う(将来的にはLAN接続、WiFi、Bluetooth等でもOK)
  • マイコンはArduino Leonardo(または互換機)を使用(ATmega32U4搭載機種)
  • ArduinoとホストPC間の通信をするためのUSBシリアル変換基板を追加(FT232RL搭載機種)

#3.使用機器

#4.配線図
配線図.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?