- Build using CMake
- Install DietPi distribution
# Install dependencies and configurations
$ sudo ./dietpi.sh
# Build this project in separate directory
$ mkdir out && cd out
$ cmake .. && make -j4
- Install PlatformIO IDE
- Open
controller
directory - Build and upload using PlatformIO