Use the build system

We use PlatformIO as main build system for the project.

Get the build system

To build the project you forst need a PlatformIO installation. There are several ways to get to this point:

In terms of building the project, both variants are equal.

First build

After the installation you go into the project directory and call:

$ platformio run

This build the project and creats a firmware that you can upload to the controller.

Serial Upload

Serial monitor

Web integration