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 [2018/01/31 13:03] – [Streaming] adminiot:raspberry [2024/05/30 09:47] (aktuell) – [Stuff] admin
Zeile 15: Zeile 15:
   * http://www.redhenlab.org/home/the-cognitive-core-research-topics-in-red-hen/the-barnyard/hardware-encoding-with-the-raspberry-pi   * 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 28: 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 34: 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.1517403798.txt.gz · Zuletzt geändert: 2018/01/31 13:03 von admin