Benutzer-Werkzeuge

Webseiten-Werkzeuge


iot:raspberry

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
iot:raspberry [2017/09/04 11:11] – [Libraries] adminiot:raspberry [2024/05/30 09:47] (aktuell) – [Stuff] admin
Zeile 11: Zeile 11:
  
   * http://www.linuxcircle.com/2013/02/06/faster-video-streaming-on-raspberry-media-server-with-mjpg-streamer/   * http://www.linuxcircle.com/2013/02/06/faster-video-streaming-on-raspberry-media-server-with-mjpg-streamer/
 +  * https://github.com/ccrisan/motioneyeos/wiki
 +  * https://johnathan.org/2016/07/rpi-h264-hw-acceleration.html
 +  * http://www.redhenlab.org/home/the-cognitive-core-research-topics-in-red-hen/the-barnyard/hardware-encoding-with-the-raspberry-pi
 ===== Schnittstellen: ===== ===== Schnittstellen: =====
 +
 +  *[[https://raspi.tv/2013/rpi-gpio-basics-3-how-to-exit-gpio-programs-cleanly-avoid-warnings-and-protect-your-pi|RPi.GPIO basics 3 – How to Exit GPIO programs cleanly, avoid warnings and protect your Pi]]
 +
 **Pin-Belegung** **Pin-Belegung**
   * http://pinout.xyz/   * http://pinout.xyz/
Zeile 18: Zeile 24:
   * https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c   * https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c
  
 +**Erweiterungsbords:**
 +  * https://www.pixtend.de/pixtend/
 ===== Libraries ===== ===== Libraries =====
  
Zeile 23: Zeile 31:
   * http://nodered.org/docs/hardware/raspberrypi.html   * http://nodered.org/docs/hardware/raspberrypi.html
   * http://www.instructables.com/id/JavaScript-for-IoT-Blinking-LED-on-Raspberry-Pi-Wi/   * http://www.instructables.com/id/JavaScript-for-IoT-Blinking-LED-on-Raspberry-Pi-Wi/
 +===== Digitaler Bilderrahmen =====
 +
 +  * https://www.pcwelt.de/article/1160152/raspberry_pi_als_diashow-bilderrahmen.html
 +  * https://github.com/cgoldberg/py-slideshow
 +  * https://softwarerecs.stackexchange.com/questions/70759/turn-tv-into-large-digital-photo-frame-through-the-hdmi-port
 +
 ===== Bücher ===== ===== Bücher =====
  
Zeile 29: Zeile 43:
 ===== Stuff ===== ===== Stuff =====
  
-**Welches Modell habe ich ich?**+==== Welches Modell habe ich ich? ==== 
   * https://www.element14.com/community/docs/DOC-78141/l/identifying-your-model-of-raspberry-pi   * https://www.element14.com/community/docs/DOC-78141/l/identifying-your-model-of-raspberry-pi
 +
 +==== Passwort Recovery ====
 +<code bash>
 +# SD-Karte im PC editieren: ''init=/bin/sh'' als letzen Befehl in die Datei ''cmdline.txt'' einfügen
 +# im Single-user mode booten und Passwort neu setzen
 +su
 +passwd pi
 +# möglicherweise ist es nötig das Dateisysteme zu mounten (Passwort reset schlägt fehl)
 +mount -o remount,rw /
 +# oder
 +mount -o remount,rw /dev/mmcblk0p2 /
 +# SD Karte erneut editieren und ''init=/bin/sh'' wieder entfernen
 +</code>
iot/raspberry.1504523487.txt.gz · Zuletzt geändert: 2017/09/04 11:11 von admin