Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Makey Makey Board and Matlab

1 回表示 (過去 30 日間)
Bart Ellenbroek
Bart Ellenbroek 2017 年 3 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hI, I have recently bought a Makey Makey board, which is supposed to be an Arduino Leonardo clone. I was wondering whether it can be connected to Matlab. I tried using the Arduino package, which works nice with my uno board, but if does not seem to recognize the Makey Makey. Anybody have an idea? Thanks Bart

回答 (1 件)

Alisha Schor
Alisha Schor 2017 年 3 月 21 日
There is not official support for the Makey Makey board. However, if it is a clone of the Arduino Leonardo, it is possible that this will work. Be sure to specify "Leonardo" as the board, in this case, when you set up the Arduino:
a = arduino('COM1','Leonardo');
if you only call "arduino" without arguments, it defaults to "COM3" and "Uno" as the board.
  1 件のコメント
Bart Ellenbroek
Bart Ellenbroek 2017 年 3 月 29 日
Thanks, I did try that, but it did not recognize it :(. Guess it is not a pure Leonardo clone.

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by