Software Listing of Author : "Classroom Resources Team"
- Embedded Coder Support Package for Arduino
- License: Shareware
- Price:


Simulink block library for creating standalone Arduino applications (requires Embedded Coder) Arduino (www.arduino.cc) is a low-cost open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. Embedded Coder Support Package for Arduino allows you to create Simulink applications that will run autonomously on your Arduino board. Using Simulink Coder and Embedded Coder, the Simulink model is automatically converted to readable C code, compiled, and downloaded to the Arduino. You can: * View the generated code * Modify and reuse the generated code if needed * Use Processor-in-the-loop (PIL) mode * Use Embedded Coder features such as traceability and reporting. Note: This support package does not support External mode The support package comes with the following driver blocks: * Digital Input *...
- Publisher: Classroom Resources Team
- Date Released: 22-04-2013
- Download Size: 307 KB
- Download
- Platform: Matlab, Scripts
- MATLAB Support Package for Arduino (aka ArduinoIO Package)
- License: Shareware
- Price:


Arduino (www.arduino.cc) is a low-cost open-source electronics prototyping platform. MATLAB Support Package for Arduino (also referred to as "ArduinoIO Package") allows you to communicate with an Arduino Uno or Duemilanove over a serial port. It consists of a MATLAB API on the host computer and a server program that runs on the Arduino. Together, they allow you to access Arduino analog I/O, digital I/O, and motor shield from the MATLAB command line. The Support Package also includes Simulink blocks for communicating with the Arduino. For more information about the Support Package, see: http://www.mathworks.com/academia/arduino-...ino-matlab.html For Simulink blocks that support code generation, see: http://www.mathworks.com/academia/arduino-...o-simulink.html Sample usage: %-- connect to the board a = arduino('COM9') %--...
- Publisher: Classroom Resources Team
- Date Released: 02-03-2013
- Download Size: 307 KB
- Download
- Platform: Matlab, Scripts
- MATLAB Support Package for Parallax BASIC Stamp
- License: Shareware
- Price:


The Parallax BASIC Stamp 2 (BS2) is a low-cost single-board microcontroller useful for electronics projects. It is available as part of a "Board of Education" (BoE) kit that includes a solderless prototyping board, I/O pins and serial connectivity. This MATLAB Support Package allows you to to communicate with a BS2 over a serial port, and is specifically intended for use with the Board of Education. It consists of a MATLAB API on the host computer and a PBASIC server program that runs on the BS2. With this support package, you can: * Communicate with BS2 from the MATLAB command line * Read and write to the BS2 digital pins * Output PWM, DTMF and X10 signals * Measure pulse widths and digital state changes The support package DOES NOT require any knowledge of PBASIC. Sample usage: % create the BASIC Stamp object bs =...
- Publisher: Classroom Resources Team
- Date Released: 18-05-2013
- Download Size: 778 KB
- Download
- Platform: Matlab, Scripts
- MATLAB Support Package for Velleman PCSGU250 Oscilloscope + Function Generator
- License: Shareware
- Price:


The Velleman PCSGU250 is a combination 2-channel oscilloscope and function generator. This MATLAB Support package allows you to: * configure scope properties such as triggers and time range * retrieve waveforms from the scope * configure the function generator * create custom waveforms for the generator The Support Package uses a Software Development Kit (SDK) from Velleman, and *does not* require Data Acquisition Toolbox or Instrument Control Toolbox. The included REAMDE.pdf guides you through the download and install of the Velleman SDK and related USB driver. Sample usage: % create a Velleman PCSGU250 object lab = vellscope.pclab % hide the Velleman PCSGU250 GUI lab.hide % configure and start the function generator lab.FgenFunction = 'sine'; lab.FgenFrequency = 20; lab.FgenAmplitude = 2; lab.startGen % configure...
- Publisher: Classroom Resources Team
- Date Released: 23-05-2013
- Download Size: 819 KB
- Download
- Platform: Matlab, Scripts
- MATLAB Support Package for Vernier SensorDAQ
- License: Freeware
- Price: 0.00


Vernier SensorDAQ (www.vernier.com/sensordaq) is a USB data-acquisition interface. It can be used to gather data from Vernier sensors (www.vernier.com/sensors) and also includes terminals for analog and digital I/O. This support package extends the capabilites of Data Acquisition Toolbox (R2011b or later), and allows you to access the following SensorDAQ capabilities: * Vernier analog sensor measurements * Analog I/O (using the terminals) * Counter input * Digital I/O The support package uses Data Acquisition Toolbox's "Session-based Interface" (except for the digital I/O, which uses the Legacy interface and requires 32-bit MATLAB). Sample usage: % --- Read a Vernier Sensor --- session = sdaq.createSession(); sdaq.addSensor(session, 1, sdaq.Sensors.Barometer); % the scaling function converts raw voltage to physical units...
- Publisher: Classroom Resources Team
- Date Released: 15-06-2013
- Download Size: 666 KB
- Download
- Platform: Matlab, Scripts
- Simulink Support Package for Arduino Mega Hardware
- License: Shareware
- Price:


Simulink block library for creating standalone applications for the Arduinoâ„¢ Mega platform Arduino (www.arduino.cc) is a low-cost open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. With R2012a, Simulink provides built-in support for prototyping, testing, and running models on Arduino Mega. You can design algorithms in Simulink for control systems and robotics applications, and see them perform with hardware. To install support for Arduino Mega, type "targetinstaller" in the MATLAB Command Window. In the Target Installer that opens, do one of the following: * If you have not downloaded the support package, choose "Internet". Target Installer automatically downloads a support package and installs it. * If you have already downloaded the support package, choose "Folder". Then specify...
- Publisher: Classroom Resources Team
- Date Released: 27-01-2013
- Download Size: 420 KB
- Download
- Platform: Matlab, Scripts
- Simulink Support Package for Arduino Uno Hardware
- License: Shareware
- Price:


Arduino (www.arduino.cc) is a low-cost open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. With R2012a, Simulink provides built-in support for prototyping, testing, and running models on Arduino Uno. You can design algorithms in Simulink for control systems and robotics applications, and see them perform with hardware. To install support for Arduino Uno, type "targetinstaller" in the MATLAB Command Window. In the Target Installer that opens, do one of the following: * If you have not downloaded the support package, choose "Internet". Target Installer automatically downloads a support package and installs it. * If you have already downloaded the support package, choose "Folder". Then specify the location of this support package. Target Installer installs this support package. Simulink...
- Publisher: Classroom Resources Team
- Date Released: 22-06-2013
- Download Size: 389 KB
- Download
- Platform: Matlab, Scripts
- Simulink Support Package for Beagle Board
- License: Shareware
- Price:


BeagleBoard (http://beagleboard.org/) is an open low-cost single-board computer designed for audio, video, and digital signal processing. Simulink Support Package for BeagleBoard enables you to develop your BeagleBoard application on a Windows platform. You automatically generate C code from your model and compile it directly on the BeagleBoard, eliminating the need for a Windows-based ARM cross-compiler. The support package comes with the following driver blocks: * Video Input * Audio Input * Audio Output For more details about the support package, see: http://www.mathworks.com/academia/beagleboard/
- Publisher: Classroom Resources Team
- Date Released: 27-06-2013
- Download Size: 348 KB
- Download
- Platform: Matlab, Scripts
- Simulink Support Package for Beagleboard hardware
- License: Shareware
- Price:


Simulink block library for creating standalone applications for the BeagleBoard The BeagleBoard (http://beagleboard.org/) is a low-cost, single-board computer designed for audio, video, and digital signal processing. With R2012a, Simulink provides built-in support for prototyping, testing, and running models on the BeagleBoard. You can design algorithms in Simulink for audio processing and computer vision applications then see them perform with hardware. To install support for the BeagleBoard, at the MATLAB command prompt, type "targetinstaller". Target Installer opens. * If you did not download the support package, choose Internet. Target Installer automatically downloads and installs the support package. * If you did download the support package, choose Folder. After you specify a location, Target Installer installs the support...
- Publisher: Classroom Resources Team
- Date Released: 08-04-2013
- Download Size: 3983 KB
- Download
- Platform: Matlab, Scripts
- Simulink Support Package for LEGO MINDSTORMS NXT hardware
- License: Shareware
- Price:


Simulink block library for creating models that run directly on your LEGO MINDSTORMS NXT robot LEGO MINDSTORMS NXT (mindstorms.lego.com/) is a robotics invention system for creating and controlling robots using programmable motors and sensors. With R2012a, Simulink provides built-in support for prototyping, testing, and running models on LEGO MINDSTORMS NXT robots. You can design algorithms in Simulink for control systems and robotics applications then see them perform with hardware. To install support for LEGO MINDSTORMS NXT, at the MATLAB command prompt, type "targetinstaller". Target Installer opens. * If you did not download the support package, choose Internet. Target Installer automatically downloads and installs the support package. * If you did download the support package, choose Folder. After you specify a location,...
- Publisher: Classroom Resources Team
- Date Released: 06-03-2013
- Download Size: 3400 KB
- Download
- Platform: Matlab, Scripts
