Skip to content

gc-locks/PokemonSWSHAutomation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PokemonSWSHAutomation

PokemonSWSHAutomation はswitch製のコントローラをエミュレーションしたarduinoをPCから操作するソフトです。

この記事 にあるコードを元に作成されています。

このコードはUSBではなくEthernetを用いて通信します。 そのためEthernet Shield 2などが必要になります。

arduino へファームウェアのインストール

PokemonSWSHAutomation\arduino_firmware\ethernet_server ディレクトリで

  1. config.sample.h をコピーして config.h にする
  2. config.hを編集して mac にArduinoのethernetのMACアドレスを入れ、ip に固定IPアドレスを入れる。ただしPCからアクセスできるネットワークであること
  3. ethernet_server.ino をArduino IDEからインストールする

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 82.4%
  • C++ 17.5%
  • C 0.1%