====== Infoscreen, Raspberry Pi, Kiosk-Mode ====== ===== Links ===== * NEU 19.10.2024 https://www.yodeck.com/pricing/ * NEU 18.10.2024: https://github.com/guysoft/FullPageOS und https://www.otot.tv/fullpageos-setup-instructions/ * NEU 15.10.2024: https://github.com/Screenly/Anthias Alternatives System * ANDERS 15.10.2024 https://pisignage.com/homepage/index.html * ANDERS 15.10.2024 https://linux-bildung.at/2020/02/infodisplay-in-der-pausenhalle/ * wichtigster Artikel: [[http://www.netzmafia.de/skripten/hardware/RasPi/Projekt-Kiosk/index.html|Raspberry Pi: Infoscreen- und Kiosksystem]] von Prof. Jürgen Plate * [[https://www.raspberrypi.org/forums/viewtopic.php?t=52613|How to refresh Chromium web page from command line?]] * [[https://www.mathworks.com/help/supportpkg/raspberrypi/ug/getting-the-raspberry_pi-ip-address.html|Configure Network Settings on Raspberry Pi Hardware]] * [[https://forum-raspberrypi.de/forum/thread/37393-chromium-seite-wiederherstellen-deaktivieren/|Chromium Seite Wiederherstellen deaktivieren]] * [[https://www.raspberrypi.org/forums/viewtopic.php?t=52613|How to refresh Chromium web page from command line?]] * 👍 [[https://www.screenly.io/blog/2017/07/02/how-to-automatically-turn-off-and-on-your-monitor-from-your-raspberry-pi/|How to automatically turn off and on your monitor from your Raspberry Pi]] * [[https://raspberrypi.stackexchange.com/questions/11631/how-to-setup-multiple-wifi-networks|How to setup multiple WiFi networks? ]] * [[https://github.com/raspberrypi/linux/issues/1342|WLAN Issue]] * [[https://tunethepi.de/raspberry-pi-chromium-kann-nicht-aktualisiert-werden/|"Chromium kann nicht aktualisiert werden" beheben]] 16.09.2020: * wlan0 verliert Verbindung * ''rpi-update'' * ''sudo iwconfig wlan0 power off'' nach ''/etc/rc.local'' * ''sudo apt update && sudo apt upgrade'' * ''sudo reboot'' * keine Ahnung ob das funktioniert :( * Prüfen! ==== X ==== * Autologin Konsole * ''.bash_profile'' → startx * ''.config/lxsession/LXDE-pi'' (Achtung: ''LXDE-pi''!): #Disable screensaver: @xset s noblank @xset s off @xset -dpms @chromium-browser --incognito --kiosk https://login.schulmanager-online.de/screen/xxxxxxxxxxxxxxxxxxxx?scale=1,2 #@lxpanel --profile LXDE-pi #@pcmanfm --desktop --profile LXDE-pi #@xscreensaver -no-splash #@point-rpi ==== Netzwerk einrichten ==== * alles static * **HOSTNAME** TODO * über rechts oben → interfaces * **oder** ''/etc/dhcpcd.conf'' → IPv6 (?) * TODO [[https://raspberrypi.stackexchange.com/questions/11631/how-to-setup-multiple-wifi-networks|mehrere SSIDs]] * ''nmtui'' benutzen (ist Teil von ''network-manager'') * alle SSIDs anzeigen: ''nmcli dev wifi'' → dann funktioniert auch ''nmtui'' ordentlich und zeigt alle SSIDs an :) ==== SSH ==== * config bearbeiten → Port * ''systemctl enable ssh'' * ''systemctl start ssh'' ==== Monitor aus/an ==== * aus: ''tvservice --off'' * an: ''tvservice --preferred && sleep 10 && xset -display :0.0 dpms force on'' * TODO: dpms reset aus crontab übertragen * [[https://forum-raspberrypi.de/forum/thread/45623-monitor-an-aus/|Meine Frage im Forum]] **10.01.2020** * kein Bild am Morgen nach cron * Monitor ist an, Backlight ist da * kein Bild :( * Vielleicht hilf: hdmi_force_hotplug=1 # falsche Auflösung #hdmi_safe=1 ==== Chromium neu laden ==== * **Das muss besser gehen!** #!/bin/bash export DISPLAY=:0 WID=$(xdotool search --onlyvisible --class chromium|head -1) xdotool windowactivate ${WID} # xdotool key ctrl+F5 # besser (Sachen aus dem Cache nehmen): xdotool key F5 #Logging :) # date >> reload-chromium.log * crontab * **Problem:** Immer kompletter Reload mit Logo Schulmanager :( * NEIN: Einfaches ''F5'' reicht ==== Bluetooth aus ==== ''/etc/modprobe.d/raspi-blacklist.conf'': # Bluetooth abschalten blacklist btbcm blacklist hci_uart ''config.txt'': dtoverlay=pi3-disable-bt ===== Seite gibt es nicht mehr ===== Dump: https://web.archive.org/web/20211025153407/http://www.netzmafia.de/skripten/hardware/RasPi/Projekt-Kiosk/index.html {{:infoscreen-und-kiosksystem.pdf}}