Benutzer-Werkzeuge

Webseiten-Werkzeuge


raspberry_pi:wateringpi

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
raspberry_pi:wateringpi [2017/03/19 22:08] timoraspberry_pi:wateringpi [2017/08/28 21:30] (aktuell) timo
Zeile 16: Zeile 16:
  - 8 LEDs (optional)\\  - 8 LEDs (optional)\\
  - 9 Switches (optional)\\  - 9 Switches (optional)\\
 +\\
 + for initial Internet Access on RPI Zero (W):\\
 + - OTG Adapter + USB Ethernet Adapter\\
 + or\\
 + - microUSB Ethernet Adapter\\
 \\ \\
 ==== The Board ===== ==== The Board =====
 +(designed with Eagle)\\
 +{{ :raspberry_pi:wateringpi_board_v2.zip |Board v2}}\\
 +{{ :raspberry_pi:wateringpi_board_schema_v2.pdf |Schema v2}}\\
 \\ \\
 ==== WateringPi Installation ===== ==== WateringPi Installation =====
 **Step1:** \\ **Step1:** \\
 +\\
  - download Rasbian Jessi\\  - download Rasbian Jessi\\
  - install it on a microSD card\\  - install it on a microSD card\\
  - startup the RPi\\  - startup the RPi\\
  - login as user "pi"\\  - login as user "pi"\\
-\\ +  sudo bash 
-  sudo bash\\ +  raspi-config 
-  raspi-config\\ + Localisation Options -> set "Timezone"\\ 
-\\ + Localisation Options -> set "Keyboard Layout"\\ 
- Menu 4 -> set "Timezone"\\ + Localisation Options -> set "Wifi Country"\\ 
- Menu 4 -> set "Keyboard Layout"\\ + Interfacing Options -> enable "I2C"\\
- Menu 4 -> set "Wifi Country"\\ +
- Menu 5 -> enable "I2C"\\+
  - "Finish" without reboot\\  - "Finish" without reboot\\
 +\\
 \\ \\
 **Step2:**\\ **Step2:**\\
 +  sudo bash
 +  apt-get update
 +  apt-get upgrade
 +  reboot
 +\\
 +\\
 +**Step3:**\\
   sudo bash   sudo bash
   apt-get install -y hostapd dnsmasq iw i2c-tools libi2c-dev apache2 libapache2-mod-php5 php5   apt-get install -y hostapd dnsmasq iw i2c-tools libi2c-dev apache2 libapache2-mod-php5 php5
   systemctl disable hostapd   systemctl disable hostapd
   systemctl disable dnsmasq   systemctl disable dnsmasq
-  # /tmp als RAM-Disk 
   echo "tmpfs     /tmp    tmpfs   defaults,size=20%             0" >> /etc/fstab   echo "tmpfs     /tmp    tmpfs   defaults,size=20%             0" >> /etc/fstab
 \\ \\
-**Step3:**\\+\\ 
 +**Step4:**\\
 Download the WateringPi package from here: {{ :raspberry_pi:wateringpi_0.9_full.tgz |}}\\ Download the WateringPi package from here: {{ :raspberry_pi:wateringpi_0.9_full.tgz |}}\\
   wget -O WateringPi_latest.tgz https://www.bsosp.de/lib/exe/fetch.php?media=raspberry_pi:wateringpi_0.9_full.tgz   wget -O WateringPi_latest.tgz https://www.bsosp.de/lib/exe/fetch.php?media=raspberry_pi:wateringpi_0.9_full.tgz
 Now extract the tgz file. Now extract the tgz file.
   tar -xzvf WateringPi_latest.tgz -C /opt/   tar -xzvf WateringPi_latest.tgz -C /opt/
-\\   
-**Step 4:**\\ 
   cd /opt/WateringPi   cd /opt/WateringPi
   ./install.sh   ./install.sh
   reboot   reboot
 \\   \\  
-**Step 5:**\\ +==== How to use ===== 
-Connect you to the Hotspot named "WateringPi" with PSK "1234567890" and open Webbrowser with "http://wateringpi.box"\\ +Connect your mobile device to the Hotspot named "WateringPi" with PSK "1234567890".\\ 
-\\ +Open webbrowser and navigate to the URL "http://wateringpi.box"\\
-[[http://www.raspberryconnect.com/network/item/315-rpi3-auto-wifi-hotspot-if-no-internet|Source for the AutoHotspot]] +
-\\ +
-==== Software ===== +
-\\ +
raspberry_pi/wateringpi.1489961338.txt.gz · Zuletzt geändert: 2017/03/19 22:08 von timo