Toolbox: arduino

Title: Arduino

Summary: Arduino Communication through Serial

Version: 1.8

Author: Bruno JOFRET

Maintainer: Samuel Gougeon <sgougeon@free.fr>
 Yann Debray <yann.debray@scilab-enterprises.com>
 Bruno Jofret <bruno.jofret@scilab-enterprises.com>
 Tan Chin Luh <chinluh.tan@bytecode-asia.com>

Category: Education
 Instruments Control
 Xcos - Palettes

Entity: Scilab Enterprises

WebSite: http://www.scilab-enterprises.com/

URL: http://atoms.scilab.org/toolboxes/arduino/1.8

License: CeCILL

ScilabVersion: any

Depends: 

Date: 2020-02-16 16:04:32

Description: 
 This toolbox provides Arduino communication blocks for Xcos.
 
 Communication is performed through Serial port.
 
 The Arduino board must be flashed with the file toolbox_arduino_v5.ino
 (shipped in the module and downloadable from the ATOMS page).
 
 TUTORIALS (in english - available in older version, minor modification might be required)
 ----------------------
 * Blinking LED Tutorial: 
 https://atoms.scilab.org/toolboxes/arduino/1.5/files/Scilab_Arduino_Blinking_LED_Tutorial.pdf
 * Temperature monitoring Tutorial:
  https://atoms.scilab.org/toolboxes/arduino/1.5/files/Scilab_Arduino_Temperature_monitoring_Tutorial.pdf
 
 RESOURCES
 ---------
 * toolbox_arduino_v5.ino:
   http://atoms.scilab.org/toolboxes/arduino/1.8/files/toolbox_arduino_v5.ino
 * Demosciences project (in french):
   http://www.demosciences.fr/projets/scilab-arduino
 
 NOTE
 ----
 * toolbox_arduino_v5.ino is shipped within the toolbox, including the
   MPU6050 bloc and filtering. Thanks to David VIOLEAU.
 * etc/arduino-style.xml is partly provided (but it does not (yet) work).
 
 CHANGES 1.7 =&gt; 1.8
 ====================  
  BUGS FIXED
  * Fixed issue of extra figure popup when demo figure is on

  NEW FEATURES
  * Add command lines control support for common interface.
  * Translate help pages in english
  * Translate demos
  
  TODO:
  * Change the firmware to get multiple channels and sent all back to host for performance improvement
  * Translate blocks interfaces and error messages

 

