0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Processingでfirmataライブラリを手動でインストールする

Posted at

起きたこと

やったこと
firmataと検索してもライブラリが出てこない
環境:Windows11 processing4-4-4
image.png

手順

  1. https://github.com/firmata/processing/releases/tag/latest
    にアクセス

  2. processing-arduino.zipをダウンロード
    image.png

  3. 解凍すると、arduinoというフォルダがあるので、大文字のArduinoに変更する
    image.png
    image.png

  4. processingを開いて、左上のメニューからファイル設定(環境設定とかかも)を開いて、スケッチブックフォルダーパスを覚えておく
    image.png

  5. ステップ4で確認したパスから更に、librariesに進み、ステップ3のArduinoフォルダを貼り付ける
    image.png

    image.png
    こうなっていればOK!

詳しい図は以下のとおりです。
image.png

これでprocessingを再度開くとfirmataが使えるようになっています!

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?