Giter VIP home page Giter VIP logo

spopi's Introduction

Spopi can only work on Raspberry Pi > 2

Installation

Raspbian 2022-04-15 Bulleyes 11

Download last Raspbian Jessie img here

Then you can insert the µSD card in the Raspberry Pi 2 or 3

Default keyboard configuration

sudo raspi-config => International option and change keyboard layout if needed. Default is english => expand filesystem

Then you can reboot the Raspberry

Network

To set DHCP on the network interface Replace in /dev/network/interface/

iface eth0 inet manual

by

auto eth0
iface eth0 inet dhcp

If you want static IP address, you have to replace in /dev/network/interface/

iface eth0 inet manual

by

auto eth0
iface eth0 inet static
        address 192.168.2.16
        netmask 255.255.255.0
        gateway 192.168.2.1
        dns-nameservers 192.168.2.1

And then relaunch the network with sudo service networking restart Now you can test the network: ping www.ipgp.fr

Spopi installation

wget -O /tmp/spopi_install.bash https://raw.githubusercontent.com/IPGP/Spopi/master/spopi_install.bash 

bash /tmp/spopi_install.bash

It last between 10 and 20 minutes. At the end, you just have to reboot and enjoy !

sudo reboot

The stations plots will appear few seconds after reboot. Be patient !

Spopi

They are two simple example of Spopi usage in /home/pi/visu:

drum-line

2/3 of the screen with a drum plot and 1/3 of the screen with a line plot

two-drums

half of the screen with a station, the other half with another one

three-lines

3 line-plot stations

You can modify them and choose which of those programs will start at the end of /home/pi/visu/screen_on.bash

Crontab

Visualisation is set to start at boot and at 08h00 TU. It will automaticaly stop at 17h00 TU. You can change start and stop of visualisation time by editing the crontab: crontab -e

Modify the settings

You can either connect to the Raspberry with ssh (user is pi and default password is raspberry) or change tty

spopi's People

Contributors

sbonaime avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.