bossdevice API for MATLAB

Version 0.9.2.0 (66.9 MB) by Pablo
sync2brain's bossdevice RESEARCH Application Programmable Interface (API) for MATLAB.

24 Downloads

Updated 4 Dec 2023

From GitHub

View License on GitHub

sync2brain's bossdevice RESEARCH Application Programmable Interface (API) for MATLAB

CI GitHub issues by-label GitHub View bossdevice-api-matlab on File Exchange Open in MATLAB Online

Requirements

Enable bossdevice communication over Control PC

  1. Turn on the bossdevice and connect the Control PC Ethernet port on your bossdevice to an available Ethernet port on your computer.
  2. On your computer, follow these steps to configure the local Ethernet interface on your PC with the IP address 192.168.7.2.
  3. If you are working on Windows, please set the Development-to-Target Computer Ethernet Interface as Private. Follow the steps documented here.

Installation and initial toolbox configuration

  1. Download bossdevice-api-installer.mltbx from the latest release available in the GitHub project.
  2. Start MATLAB and install the bossdevice API toolbox with double click on bossdevice-api-installer.mltbx.
  3. In the MATLAB Command Window, call bd = bossdevice to add the bossdevice with the default settings to the list of targets. If you want to change either the name of the bossdevice or its default IP address in your local MATLAB settings, call bd = bossdevice('bossdevice','192.168.7.5') replacing the function arguments with the name and IP address you want to set on the real-time device.
  4. Open the documentation openBossdeviceDoc or bd.doc.

Optionally, for more information about how to get, install and manage add-ons for MATLAB like the bossdevice API toolbox, please visit this documentation page.

Get started

  1. Create an instance of the main control class bossdevice bd = bossdevice in the MATLAB command window from any working path, since the toolbox has already been added to your MATLAB path.
  2. If not found in the MATLAB path or you want to use a custom firmware version, please select mainmodel.mldatx real-time application.
  3. Initialize the bossdevice with bd.initialize.
  4. Click on the update command if prompted to update the software dependencies on the bossdevice.
  5. Run the signal processing application on the remote device with bd.start in the MATLAB command window.
  6. Open the documentation openBossdeviceDoc and explore examples with demo_script_name and methods available in the bossdevice object.

User manual

Please download and install the toolbox in MATLAB for a complete access to the user manual with the command openBossdeviceDoc in the MATLAB console. You will find more details about API properties and methods, example scripts and further technical information.

Feedback, questions and troubleshooting

If you have any issue to report or enhancement to request, please create a new Issue. If you have any other topic to discuss like a question about usage, a tip to share with the community or other topic of interest, please check out our on-going Discussions.

Cite As

Pablo (2023). bossdevice API for MATLAB (https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.9.2), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2023b
Compatible with R2022b and later releases
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
0.9.2.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.9.2

0.9.1.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.9.1

0.9.0.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.9.0

0.8.3.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.8.3

0.8.2.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.8.2

0.8.1.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.8.1

0.8.0.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.8.0

0.7.4.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.7.4

0.7.3.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.7.3

0.7.2.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.7.2

0.7.1.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.7.1

0.7.0.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.7

0.6.5.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.6.5

0.6.1.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.6.1

0.6.0.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.6

0.5.2.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.5.2

0.5.1.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.5.1

0.5.0.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.5

0.4.0.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.4

0.3.4.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.3.4

0.3.3.0

See release notes for this release on GitHub: https://github.com/sync2brain/bossdevice-api-matlab/releases/tag/v0.3.3

0.3.2

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.