Hello :)
I try to connect my Adafruit Motorshield v2.3 with Arduino Uno on matlab2014a (64bit as Win10):
Code:
a = arduino('COM6', 'Uno', 'Libraries', 'Adafruit/MotorShieldV2') Updating server code on Arduino Uno (COM6). Please wait.
Cannot program Arduino board Uno (COM6). Please make sure the board is supported and the port and board type are correct.
I installed the Arduino Addons and this works fine:
Code: a = arduino('COM6', 'Uno') Updating server code on Arduino Uno (COM6). Please wait.
a =
arduino with properties:
Port: 'COM6'
Board: 'Uno'
AvailableAnalogPins: [0, 1, 2, 3, 4, 5]
AvailableDigitalPins: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
Libraries: {'I2C', 'SPI', 'Servo'}
Is there a way to implement the Adafruit code? for me it seems this is missing.
Thanks for any help!
7 Comments
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_343428
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_343428
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_343753
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_343753
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_343761
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_343761
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_344493
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_344493
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_344531
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_344531
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_348037
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_348037
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_368649
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/268379-i-can-t-connect-my-adafruit-motorshield-v2-3-with-matlab2014a#comment_368649
Sign in to comment.