Coder Social home page Coder Social logo

bh-ticker's Introduction

BH-Club ticker software

Instructions

Run with root permissions to be able to kill the currently running output or to be able to replace it

You need an Adafruit RGB Matrix HAT with hardware mod according to https://github.com/hzeller/rpi-rgb-led-matrix.git

Install Prerequisites

  • install raspian lite
  • configure wifi and setup ssh to start on boot (e.g. via raspi-config)
  • install software
    • sudo apt update
    • sudo apt install -y --force-yes git openjdk-17-jre-headless python2.7-dev python-pil python3-dev libgraphicsmagick++-dev libwebp-dev
    • git clone https://github.com/hzeller/rpi-rgb-led-matrix.git
    • cd rpi-rgb-led-matrix
    • make
    • chown -R $SUDO_USER:$(id -g $SUDO_USER) `pwd`
    • cd utils
    • make led-image-viewer
  • disable audio (because of hardware mod)
    • in /boot/config.txt set: dtparam=audio=off
    • sudo reboot

"Install"

  • copy bh-ticker.jar to the pi
  • copy bh-ticker.service to the pi and move it into /etc/systemd/system
  • add executable flag sudo chmod +x /etc/systemd/system/bh-ticker.service
  • run sudo systemctl start bh-ticker.service
  • enable autostart sudo systemctl enable bh-ticker.service
  • enable daily restart sudo nano /etc/cron.d/reboot and copy content from cronjob file
  • scrolling text
  • mkdir gif

TODO-List

Playing

  • einlassstopsignal abgreifen -> aktion triggern (z.B. andere sachen playen)
    • ggf. REST-API dafür anbieten

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.