->p r57
Texteingabe über Browser
->Raspberry Pi schaut periodisch nach
-> schickt text an Serial Out
->Arduino liest von Serial
->p r57
Texteingabe über Browser
->Raspberry Pi schaut periodisch nach
-> schickt text an Serial Out
->Arduino liest von Serial
http://raspberrycenter.de/forum/monitor-geht
via ssh: ssh -X pi@192.168…… (-X!)
xset -q zeigt aktuelle Einstellungen
xset -dpms
xset s noblank
disabelt das powermanagement etc
http://raspberrypi.stackexchange.com/questions/2059/disable-screen-blanking-in-x-windows-on-raspbian
funktioniert hat aber nur:
You need to edit your script that's starting X. In the default build with lightdm the file to edit is
/etc/lightdm/lightdm.conf
in the SeatDefaults section it gives the command for starting the X server which I modified to get it to turn off the screen saver as well as dpms
[SeatDefaults]
xserver-command=X -s 0 -dpms
nano /home/pi/.config/pcmanfm/LXDE/pcmanfm.conf
wallpaper auskommentieren: #wallpaper=/home/pi/ocr_pi.png
sudo nano /root/cmdline.txt
http://jankarres.de/2013/09/raspberry-pi-statischefeste-ip-adresse-vergeben/
wenn hello_video.bin … via ssh gestartet oder shell-script (autostart) kann es auf dem raspberry nicht mehr angehalten werden.
vom raspb direkt oder direkt shellscript auf raspb ok
echo $XDG_CURRENT_DESKTOP
zeigt, welchen Window Manager man benutzt
kde: usr/share/autostart bzw. home/'name'/.config/autostart
z.b. test.sh.desktop
Desktop Entry]
Comment[en_US]=
Comment=
Exec=/home/addi/test.sh
GenericName[en_US]=
GenericName=
Hidden=true
Icon=system-run
MimeType=
Name[en_US]=
Name=
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
http://wiki.lxde.org/en/Autostart
http://www.forum-raspberrypi.de/Thread-tutorial-automatisches-starten-von-scripte-programme-autostart
https://wiki.archlinux.org/index.php/LXDE#Autostart_programs
auf dem Dekstop test.sh (inhalt: starte omxplayer mit bestimmtem video)
in home/pi/.config/autostart
Datei namens: test.sh.desktop
Inhalt der Datei:
[Desktop Entry]
Type=Application
Exec=/home/pi/Desktop/test.sh
Alternativ auch in /etc/xdg/autostart
omxplayer (auf installiertem raspbian schon drauf)
loopen http://talk.olab.io/t/omxplayer-raspberry-pi/300/17
https://github.com/notandrewkaye/loopVideo
->hat aber immer noch eine Sekunde Pause… funtkioniert nicht viel anders als –loop
http://www.raspberrypi.org/forums/viewtopic.php?f=38&t=8042
direkt hello_video/video.c für Videos ohne ton
muss kompiliert werden (make im /opt/vc/src/hello_pi/hello_video)-
davor: make im /opt/vc/src/hello_pi/libs/ilclient
(make all)
in video.c ändern:
Change:
if(!data_len)
break;
to:
dann nochmals kompilieren
Zeigt .avis nicht… nur h264
if(!data_len)
fseek(in, 0, SEEK_SET);
alternative mit dem omxplayer: http://www.sundh.com/blog/2013/10/loop-videos-seamlessly-omxplayer/
hello_video: zuerst make in libs ordner, erst
http://www.raspberrypi.org/wp-content/uploads/2012/12/quick-start-guide-v1.1.pdf
http://www.element14.com/community/docs/DOC-43230/l/technical-documents-for-raspberry-pi
http://pi.cs.man.ac.uk/download/Raspberry_Pi_Education_Manual.pdf