WOLFRAM SYSTEM MODELER

StandardFirmata

Component with default configuration for any board with the standard Firmata

Wolfram Language

In[1]:=
SystemModel["ModelPlug.Boards.StandardFirmata"]
Out[1]:=

Information

This component provides a ready-to-use configuration for boards flashed with the StandardFirmata. This component has been tested with chipKIT UNO and Teensy 3.1, but it should work with any board supporting the StandardFirmata.

When running the simulation, you will get a list of the capabilities of every pin. If you want to stop showing the capabilities every time you simulate, you need to set the property 'ShowCapabilities' to false. If you are not sure about the location of an specific pin in your board, you should check the documentation for your board.

Parameters (3)

Port

Value: "COMX"

Type: SerialPort

Description: Name of the serial port

ShowPinCapabilities

Value: true

Type: Boolean

Description: Set to true if you want to see the capabilities of the pins in your board

UseDTR

Value: false

Type: Boolean

Description: Some boards like Arduino Leonardo require UseDTR=true

Connectors (1)

boardConnector

Type: BoardConnector

Components (1)

board

Type: FirmataBoardObject

Used in Examples (1)

UsingStandardFirmata

ModelPlug.Examples

Blinking a LED using a standard Firmata board