Arduino - Basic Finite State Machine (C)
A very basic state machine example for the Arduino platform that switches an LED on and off. It demonstrates how to get started with Itemis CREATE and the Arduino platform and contains a timer service for the Arduino. You need to have an Arduino plugin, as described in the "Traffic Light Ported to Arduino" example.
Arduino - Blinky LED (Deep C++)
This is a simple example of how to use the C/C++ Domain together with an Arduino. C++ Timer are integrated
Arduino - Traffic Light (C)
Wondering how to execute your state machine on the Arduino platform? This example demonstrates the necessary steps, like installing the Arduino plugin, building the hardware, turning your statechart into code and uploading it to the Arduino. It does so by means of the standard traffic light example.
Arduino - Traffic Light (C++)
Wondering how to execute your state machine on the Arduino platform? This example demonstrates the necessary steps, like installing the Arduino plugin, building the hardware, turning your statechart into code and uploading it to the Arduino. It does so by means of the standard traffic light example.
Arduino - Digital Watch (C++)
This digital watch was first designed by David Harel, the founder of the Statecharts Theory. This example shows how to integrate it on an Arduino.
Arduino - HMI with LCD Keypad Shield (C++)
Expandable HMI example for Arduino using a 16x2 LCD Keypad Shield
Arduino - Zowi (Deep C++)
This is a example of how to use the C/C++ Domain together with the Zowi by BQ. C++ Timer are integrated
Raspberry Pi - Hello World (C)
This example shows how to use a statechart and some C code to control a RGB LED attached to the Raspberry Pi.
Raspberry Pi - Traffic Light (Python)
Demonstrates how to generate Python source code from a statechart.
MSP430 - Blinky LED (Deep C)
Blinking LED on MSP430G2553 by using TIs Code Composer Studio and Itemis CREATE as a plugin
STM32F407 Discovery - Blinky LED (Deep C)
This is a simple example of how to use the C domain together with an STM32F407 Discovery board. C timers are integrated.
STM32F407 Discovery - Blinky LED (Deep C, Multi SM)
This is a simple example of how to use multi state machines in the C domain together with an STM32F407 Discovery board. C timers are integrated.
ESP32 - Tracing & Remote Control (C)
CREATE provides infrastructure for debugging and remote controlling the state machines using execution traces (YET).