Skip to content

Digital Watch (C++) for Arduino

This digital watch was first designed by Harel, the founder of the Statecharts Theory. He described it in "On Visual Formalisms", published in "Communications of the ACM" in May 1988. The details of the example can be found in the platform independent example. This example focus on the integration on a Arduino combined with a 16x2 LCD Shield.

The digital watch statechart in all its details

Addons for compiling and flashing

All Arduino examples can be compiled via command line or be imported into the Arduino IDE. An easier way is using the Sloeber plugin , which allows you to compile and upload the code directly in Statechart Tools.

How to install the Sloeber plugin

There are two ways of how to install the plugin. The easiest way is using our example wizard, which allows you installing required plugins. Just follow the built-in instructions.

Another way is installing the plugin manually. You need to follow these steps:

  1. Click on 'Help' -> 'Install New Software..' -> 'Add...'.
  2. Define a name and add 'http://eclipse.baeyens.it/update/V4/stable' as location.
  3. Choose the plugin - not the IDE.
  4. Follow the instructions
  5. The installation dialog will ask you for a restart. After this restart is done, the installition it will download some files. Just wait until it's finished

Configure the Sloeber plugin

After the installation you should notice a new Toolbar, which allows you to compile and flash your Arduino. Initially, the projects are not configured, as you may require to add the toolchain:

  1. Click on Window -> Preferences
  2. Open the Arduino window -> Platforms and Boards
  3. Depending on your Arduino, choose the board. For the UNO click on arduino -> Arduino AVR -> check out one toolchain
  4. Click on Apply and Close and wait until the downlaod has been finished
Some examples may need different libraries. E.g. the LiquidCrystal lib. If so, repeat the steps using the Library Manager and add your required lib.

Configure the example

Once you have installed the toolchain for your Arduino, you can configure the project.
  1. Right click the project and open the Preference page
  2. Open the Arduino window
  3. Choose your platform and port
There will be a dialog, which warns you that the platform.txt is missing. This is not a problem and will be resolved after the intitial configuration.

Compile and upload

Finally, you can use the green toolbar for compiling and flashing the Arduino. Have fun!

Required libraries

  1. LiquidCrystal

Download examples

Drag to install

Drag to your running itemis CREATE (min. version 2.8.0) workspace.

Back to overview