ikarus/sps-template-raspberry-pi

A simple template to create a SPS on a raspberry pi

v0.8.0 2020-06-12 13:23 UTC

This package is auto-updated.

Last update: 2024-05-12 22:30:20 UTC


README

This template contains all required packages and several examples to create a SPS on a Raspberry Pi

Installation

$ composer create-project ikarus/sps-template-raspberry-pi ./my-sps-project

Run the SPS

Probably you will need to perform the SPS with admin privileges to access the GPIO headers.

$ sudo php ./ikarus.php

or add the following lines to the file: /etc/rc.local

cd /home/pi/my-sps-project
sudo php ikarus.php &