matlab arduino yun shield

1 view (last 30 days)
cmsr
cmsr on 2 Jul 2016
Edited: Walter Roberson on 2 Jul 2016
Hello,
I just install the packages to connect the arduino to Matlab, and with a arduino Mega2560 the code generated is fine:
>> arduinoMatlab1
Updating server code on board Mega2560 (COM4). Please wait.
a =
arduino with properties:
Port: 'COM4'
Board: 'Mega2560'
AvailablePins: {'D2-D53', 'A0-A15'}
Libraries: {'I2C', 'SPI', 'Servo'}
But, I want to connect with the arduino wifi yun shield and upload the code with WiFi TCP/IP communication, rather them COM4 USB port, it is possible?
Thanks in advance

Answers (0)

Community Treasure Hunt

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

Start Hunting!