Parasol Air
Appearance
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
- Wipe Data on Chromebook (https://support.google.com/chrome/a/answer/1360642)
- After wipe is completed, you will be at the welcome screen. (Input your network information, but DO NOT LOGIN to the Chromebook)
- At the login screen, press CTRL+ALT+K and enable Kiosk mode.
- Login into the Chromebook
- Open a new tab in Chrome, and enter chrome://extensions in the address bar (also known as the omnibox). Click enter.
- Check the box next to Developer
- Add kiosk application, and enter the ID of the Kiosk App you'd like to enable.
- Highlight the Kiosk App and select "auto launch"
- Press Enter or click Done.
- Reboot and when asked, enable app for Kiosk mode
- Now the app will auto launch each time you reboot.
- 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.