Rank: 10 based on 2246 downloads (last 30 days) and 17 files submitted
photo

Classroom Resources Team

E-mail
Company/University
The MathWorks, Inc.

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Classroom Resources Team View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Oct 2012 Screenshot MATLAB Support Package for Arduino (aka ArduinoIO Package) MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board Author: Classroom Resources Team arduino, data acquisition, simulink, uno, hardware interface, encoder 1892 48
  • 4.5
4.5 | 9 ratings
14 Mar 2012 Screenshot Embedded Coder Support Package for Arduino Simulink block library for creating standalone Arduino applications (requires Embedded Coder) Author: Classroom Resources Team arduino, support package, embedded coder, pil, simulink, modeling 280 39
  • 4.55556
4.6 | 9 ratings
01 Mar 2012 Screenshot Embedded Coder Support Package for Beagle Board Simulink block library for creating standalone applications for the Beagle Board Author: Classroom Resources Team beagle board, beagleboard, support package 26 17
13 Sep 2011 MATLAB Support Package for Vernier SensorDAQ MATLAB library for reading Vernier sensors using SensorDAQ hardware Author: Classroom Resources Team support package, vernier, sensordaq, vernier sensordaq, vernier sensors, data acquisition tool... 8 0
22 Aug 2011 MATLAB Support Package for NI ELVIS II MATLAB library for communicating with a National Instrument ELVIS II prototyping platform Author: Classroom Resources Team support package, elvis, ni, elvis ii, elvis 2, data acquisition tool... 4 0
Comments and Ratings by Classroom Resources Team View all
Updated File Comments Rating
29 Apr 2013 Device Drivers Developing Simulink Device Driver Blocks: Step-By-Step Guide and Examples Author: Giampiero Campa

Nathan, if you include a .cpp file then you should rename the generated wrapper function from .c to .cpp, and also open it and write: ' extern "C" ' before the two function calls.

Please have a look at page 20 of the guide, which explains how to do this, and let me know if it works.

15 Mar 2013 Arduino IO package: Slides and Examples Slides for the webinar: "Learning Basic Mechatronics Concepts Using the Arduino Board and MATLAB". Author: Giampiero Campa

Hi Patricia and everybody else. If you get the timeout error one thing i would suggest is to go into the arduino.m
file, find these lines:

fprintf(1,'Attempting connection .');
for i=1:12,
pause(1);
fprintf(1,'.');
end

and increase that 12 up to 15 or more until it works. Another suggestion
is using the adiosrv.pde file instead of motorsrv.pde or srv.pde.

03 Apr 2012 MATLAB Support Package for Arduino (aka ArduinoIO Package) MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board Author: Classroom Resources Team

General guidelines

* Please use this FileExchange page for general comments and ratings on the support package

* If you have questions about using this support package, post your question at http://www.mathworks.com/matlabcentral/answers (with tag "arduino", and product "matlab")

30 Mar 2012 Embedded Coder Support Package for Beagle Board Simulink block library for creating standalone applications for the Beagle Board Author: Classroom Resources Team

--------------
NOTE: Starting with R2012a, the ability to deploy applications to Beagleboard is included in Simulink (no additional products are required). For more info, see
http://www.mathworks.com/academia/beagleboard/

For a summary of Beagleboard support in releases prior to R2012a, see http://www.mathworks.com/support/solutions/en/data/1-GYO11R/index.html
--------------

30 Mar 2012 Embedded Coder Support Package for Arduino Simulink block library for creating standalone Arduino applications (requires Embedded Coder) Author: Classroom Resources Team

General guidelines:
* Please use this FileExchange page to post general comments and ratings on the support package

* If you have questions about using this support package, post your question at http://www.mathworks.com/matlabcentral/answers (with tag "arduino", and product "Embedded Coder")

Comments and Ratings on Classroom Resources Team's Files View all
Updated File Comment by Comments Rating
30 Apr 2013 MATLAB Support Package for Arduino (aka ArduinoIO Package) MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board Author: Classroom Resources Team Li, Zhuo

24 Apr 2013 MATLAB Support Package for Arduino (aka ArduinoIO Package) MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board Author: Classroom Resources Team Tracy

Hi all,

Is there a similar srv.pde file for Aeroquad shields instead of Adafruit shields?

Thanks,
Tracy

18 Apr 2013 Embedded Coder Support Package for Beagle Board Simulink block library for creating standalone applications for the Beagle Board Author: Classroom Resources Team Lennart

What is the difference between this and the support package under the academia link (http://www.mathworks.com/academia/beagleboard/)?
Is it just for an older Matlab Distribution or are there any differences. Especially since this version apparently needs Embedded Coder, while the other package doesn't.

31 Mar 2013 MATLAB Support Package for Arduino (aka ArduinoIO Package) MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board Author: Classroom Resources Team Hadeel

Hello all , I have this problem please help me
a= arduino('com32')
Java exception occurred:
java.lang.NoClassDefFoundError: Could not initialize class gnu.io.CommPortIdentifier

at com.mathworks.toolbox.instrument.SerialComm.findAllPorts(SerialComm.java:1019)

at com.mathworks.toolbox.instrument.SerialComm.isValidPort(SerialComm.java:540)

at com.mathworks.toolbox.instrument.SerialComm.openHardware(SerialComm.java:373)

at com.mathworks.toolbox.instrument.Instrument.fopen(Instrument.java:1604)

??? Error using ==> arduino>arduino.arduino at 83
Could not open port: com32

thank you

12 Mar 2013 Embedded Coder Support Package for Arduino Simulink block library for creating standalone Arduino applications (requires Embedded Coder) Author: Classroom Resources Team Crosty, Nathan

I've gone ahead and created a tutorial for integrating the new Arduino 1.0.3 libraries in with this support package. There are some directions in this post that I have borrowed from to compose it, but I thought it would be useful to keep everything in once place.
http://ncrosty.thefbox.net/wordpress/?p=199

Top Tags Applied by Classroom Resources Team
support package, data acquisition, hardware interface, lab hardware, measurement
Files Tagged by Classroom Resources Team View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Oct 2012 Screenshot MATLAB Support Package for Arduino (aka ArduinoIO Package) MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board Author: Classroom Resources Team arduino, data acquisition, simulink, uno, hardware interface, encoder 1892 48
  • 4.5
4.5 | 9 ratings
06 Jun 2012 Formation simscape STI2D Formation simscape STI2D Author: Guillaume MARTIN simulink, sti2d, course materials, simscape, lego mindstorms, arduino 14 0
  • 5.0
5.0 | 1 rating
02 Apr 2012 Logiciels temps réel Real-time software concerning the domains of the signal processing, feedback and regulation Author: Pierre Le Bars signal processingcont..., matlab, simulink, realtime windows targ..., matlab coder 10 0
14 Mar 2012 Screenshot Embedded Coder Support Package for Arduino Simulink block library for creating standalone Arduino applications (requires Embedded Coder) Author: Classroom Resources Team arduino, support package, embedded coder, pil, simulink, modeling 280 39
  • 4.55556
4.6 | 9 ratings
01 Mar 2012 Screenshot Embedded Coder Support Package for Beagle Board Simulink block library for creating standalone applications for the Beagle Board Author: Classroom Resources Team beagle board, beagleboard, support package 26 17

Contact us