Jump to content

Parasol Air

From Parasol

Projekt befindet sich in der Testphase.

AirBoards

AirBoard1 - 192.168.35.5 (Vorderhaus 1. OG)
AirBoard2 - 192.168.35.6 (Vorderhaus 2. OG)
AirBoard3 - 192.168.35.7 (in Planung)

AirBoard Konfiguration

  • Betriebssystem
RASPBIAN (Debian Wheezy; Release date:2014-01-07)


  • Monitor drehen
sudo nano /boot/config.txt

config.txt

+ display_rotate=3


  • Software installieren
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install chromium-browser unclutter x11vnc


  • Startscript erstellen
touch ~/startup.sh
chmod +x ~/startup.sh
nano ~/startup.sh

startup.sh

#!/bin/sh
unclutter &
sleep 30
chromium-browser \
--kiosk \
--ignore-certificate-errors \
--disable-restore-session-state \
--incognito \
http://myapi3.parasolisland.local/app_air_timetable/timetable.php &
x11vnc -forever


  • Startscript einbinden / Screensaver ausschalten
sudo nano /etc/xdg/lxsession/LXDE/autostart

autostart

- @xscreensaver -no-splash
+ #@xscreensaver -no-splash
+ @/bin/bash /home/pi/startup.sh


  • black-Screen ausschalten
sudo nano /etc/lightdm/lightdm.conf

lightdm.conf

[SeatDefaults]
+ xserver-command=X -s 0 dpms
#xserver-command=X


  • Zeitzone setzen
nano ~/.profile

.profile

+ TZ='Europe/Busingen'; export TZ


sudo reboot

Chromebox Setup

  1. Wipe Data on Chromebook (https://support.google.com/chrome/a/answer/1360642)
  2. After wipe is completed, you will be at the welcome screen. (Input your network information, but DO NOT LOGIN to the Chromebook)
  3. At the login screen, press CTRL+ALT+K and enable Kiosk mode.
  4. Login into the Chromebook
  5. Open a new tab in Chrome, and enter chrome://extensions in the address bar (also known as the omnibox). Click enter.
  6. Check the box next to Developer
  7. Add kiosk application, and enter the ID of the Kiosk App you'd like to enable.
  8. Highlight the Kiosk App and select "auto launch"
  9. Press Enter or click Done.
  10. Reboot and when asked, enable app for Kiosk mode
  11. Now the app will auto launch each time you reboot.
  12. To Turn off Kiosk Mode, begin by rebooting the Chromebook. While the device is starting up, press the keyboard shortcut Ctrl+Alt+S to interrupt the process and return to the login screen.