Software Listing of Author : "Classroom Resources Team"

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 *...

  • Platform: Matlab, Scripts

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') %--...

  • Platform: Matlab, Scripts

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 =...

  • Platform: Matlab, Scripts

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...

  • Platform: Matlab, Scripts

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...

  • Platform: Matlab, Scripts

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...

  • Platform: Matlab, Scripts

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...

  • Platform: Matlab, Scripts

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/

  • Platform: Matlab, Scripts

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...

  • Platform: Matlab, Scripts

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,...

  • Platform: Matlab, Scripts
New Reviews

Print Inspector

Whether you are using a printer connected to your local desktop computer or a print server sometimes you need to see whats going on in your printer by having a close look at the print jobs sent by the users. Print Inspector is such type software ...


Disk Genius

Disk Genius was formerly known as Partition Guru which is an all-in-one solution for disk partition management, data recovery and disk repairing. It can recover lost files from partition, backup and restore partition table, clone partition or clone ...


Safe In Cloud

It is quite difficult to find any computer users nowadays who do not need to use the web, for any purpose. Whether it is for education or entertainment, the web is your best resource. You also need to use various online services for banking, ...


PictBear

Nowadays, a majority of PC users resort to digital image editing once in a while. It may be required for retouching image captured in smart phones or for creating an album in Facebook. For some people, tinkering with digital images is a pastime too. ...


Panda Cloud Cleaner

PC security has become a tricky and complicated subject both for home users and network supervisors, with complexity and risk factors multiplying over the years. Using a single antivirus app may not be enough anymore. That explains why many users ...


SnapCrab

Nearly every PC users need to take screenshots from time to time, whether it is for personal or professional needs. While using the basic Windows screenshot capture method is available, it is not adequate for everyone. When you want to capture ...


BitKiller

Dealing with various types of data efficiently holds the key to success in any computing task. Apart from generating new data and modifying existing files, it becomes necessary to delete existing files at times. While most users resort to using ...


New Downloads

WinTools.net Classic

Suite of tools for increasing
operating system performance.
WinTools.net cleanly removes
software from disk drives and
...

PWMinder Desktop

PWMinder is a Password Manager
that is used to store
passwords and other sensitive
data in a secure encrypted
file. ...

Spool Queue Viewer++

Spool Queue Viewer++ is a
feature rich spool queue
viewer that windows should
have by default, we have taken
it to the ...

Disk Usage Analyzer Free

Disk Usage Analyzer Free - a
small utility that will help
you visualize how to allocate
space on your hard drive. Any
PC ...

Pidro Challenge

The Pidro card game - a game
of daring and skill. You and
your computer partner play
against two computer
opponents.

Devart ODBC Driver for
PostgreSQL

Devart ODBC Driver for
PostgreSQL is a
high-performance connectivity
tool with enterprise-level
features for accessing ...

Devart ODBC Driver for
Oracle

Devart ODBC Driver for Oracle
is a high-performance
connectivity solution with
enterprise-level features for
accessing ...

IP Tools for Excel

NEW - IP Tools for Excel -
Add-in / Plug-in for Microsoft
Excel. Instant Productivity -
Instant Results in Microsoft
...

AllMyNotes Organizer
Portable

This is simply the most
advanced software to keep all
private info securely
encrypted on USB drive, worry
free. Simply ...

Aml Maple

Aml Maple has a new kind of
view on keyboard layout
indicators: simple, modern,
flexible. In addition, you can
change the ...