when using my arduino engineeging kit

2 Ansichten (letzte 30 Tage)
wilfredo oteromatos
wilfredo oteromatos am 29 Jul. 2018
I can see libraries in my arduio but when trying to execute carrier = addon(a, 'Arduino/MKRMotorCarrier'), MATlab says the library is not on the board.

Antworten (1)

Madhu Govindarajan
Madhu Govindarajan am 30 Jul. 2018
Type listArduinoLibraries in MATLAB Command Window. This should return something with the {'Arduino/MKRMotorCarrier'} in the list. If it does not show up, add the Arduino_Engineering_Kit_Hardware_Support and its subfolders to MATLAB path by right clicking on this folder. Once this is done, use 'arduinosetup' command to add this library as well as shown in the instructions of Arduino Engineering Kit.
Then you should be able to use the carrier command.
Regards, Madhu
  4 Kommentare
wilfredo oteromatos
wilfredo oteromatos am 1 Aug. 2018
Wow. I really appreciate your patience. That did the trick. In short, the manual for the engineering kit provided by Arduino does not state that the motor carrier and the MKR 1000 have to be connected in order for the library to show up in the setup window. Thanks!
Madhu Govindarajan
Madhu Govindarajan am 1 Aug. 2018
I am glad you got it to work. I will pass your feedback to Arduino to update the manual.
Regards, Madhu

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by