Difference between revisions of "Documentation/Nightly/Extensions/ArduinoController"

From Slicer Wiki
Jump to: navigation, search
Tag: 2017 source edit
Tag: 2017 source edit
Line 24: Line 24:
  
 
*Arduino Connect: this module allows to connect Slicer and Arduino board. This will be use to build other modules and applications.
 
*Arduino Connect: this module allows to connect Slicer and Arduino board. This will be use to build other modules and applications.
 +
The integration of the data coming from the board strongly relies on vtkMRMLScriptedModuleNode in order to notify to the entire system the arrival of a new data.
  
 
Additional modules will come later.
 
Additional modules will come later.
Line 33: Line 34:
  
 
Users wants to connect, receive and transmit data from/to Arduino. Connection parameters can be set according to user environment.
 
Users wants to connect, receive and transmit data from/to Arduino. Connection parameters can be set according to user environment.
 +
A sender and a monitor/plotter of data coming from the board are also available without the need of writing code.
  
 
{|
 
{|

Revision as of 16:37, 27 August 2020

Home < Documentation < Nightly < Extensions < ArduinoController


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: ArduinoController
Author: Paolo Zaffino, Magna Graecia University of Catanzaro - Italy
Contributor1: Domenico Leuzzi, Magna Graecia University of Catanzaro - Italy
Contributor2: Virgilio Sabatino, Magna Graecia University of Catanzaro - Italy
Contributor3: Andras Lasso - PerkLab, Queen's
Contributor4: Maria Francesca Spadea, Magna Graecia University of Catanzaro - Italy
Contact: Paolo Zaffino, <email>p.zaffino@unicz.it</email>

Module Description

  • Arduino Connect: this module allows to connect Slicer and Arduino board. This will be use to build other modules and applications.

The integration of the data coming from the board strongly relies on vtkMRMLScriptedModuleNode in order to notify to the entire system the arrival of a new data.

Additional modules will come later.

Use Cases

  • Arduino Connect

Users wants to connect, receive and transmit data from/to Arduino. Connection parameters can be set according to user environment. A sender and a monitor/plotter of data coming from the board are also available without the need of writing code.

Arduino Connect module

Tutorials

  • Arduino Connect
1. Connect Arduino to the system (user has to take care of Arduino code side).
2. Set port and other connection parameters according to PC environment
4. Click Connect button
5. Enjoy connection

Panels and their use

Arduino Connection Module UI

Similar Modules

References

Information for Developers


https://github.com/pzaffino/SlicerArduinoController