Posts by Swopi

    Hallo,
    ich bins nochmal...

    Da die Relaiskarte sich weigert mit 3.3V ordentlich zu schalten, habe ich gedacht ich versuche es mal mit dieser Schaltung (Bild). Aber irgendwie glaube ich stimmt da was nicht. Ich will den Pi ja auch nicht braten :-(. Normal müsste doch an D1 5V anliegen womit ich die Karte schalten könnte oder ?

    Habe ich die falschen Bauteile gewählt ?
    Bin für jeden Tip dankbar!

    Schönen Abend noch.
    Datenblätter:
    http://lo.swek.de/pi/155900-da-01-en-BC337_25.pdf
    http://lo.swek.de/pi/162213-da-0…Diode_de_en.pdf
    http://lo.swek.de/pi/IMG_7200_beschr.jpg (Bild Aufbau)


    Hallo,
    kann jemand die Daten bestätigen?
    Ich habe die gleiche Karte und würde gerne wissen ob das rechte Bild den korrekten Anschluss zeigt.

    Das Schaltbild was ich bekommen habe sieht so aus (Anhang)

    Danke !!!

    UPDATE: Ich habe nun
    +5V an den JD-VCC (3) gelegt
    - an GND (1) gelegt
    externes Netzteil 5V

    Zum Testen
    IN 0 an GPIO17 (Pi)
    VCC an 3.3V (Pi)

    das Relais schaltet bei -> echo "0" > gpio17/value EIN
    das Relais schaltet bei -> echo "1" > gpio17/value AUS


    leider schalten die anderen Relais nicht...
    Die Status leds funktionieren und es liegen auch 3.3V an
    wo liegt mein fehler ?
    reichen die 3.3 V nicht aus ?
    was kann man tun ?
    Bei 5V schalten sie (mit Netzteil getestet)

    Hi,
    ich weiss nicht ob das hilft:

    External Content www.youtube.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    http://blog.petrockblock.com/2012/10/21/the…e-gpio-adapter/ <------ <------ <------
    http://blog.petrockblock.com
    Grüße

    Hallo,
    Ich bekomme keine WLAN Verbindung. Ich habe schon viele Configs durch aber ich bekomme beim booten folgenden Fehler:

    Listening on LPF/wlan0/MACSTICK
    Sending on LPF/wlan0/MACSTICK
    Sending on Socket/fallback
    DHCPDISCOVER on wlan0 to 225.255.255.255 port 67 interval ...... 5 .. 13 ... 10 ... 15 ..10 ...8
    No DHCPPOFFERS recived
    No woriking leases in persistent database - sleeping
    wpa_supplicant: cannot read contents of etc/wpa/supplicant.conf
    run-parts: etc.....

    meine Configs sehen so aus:

    GNU nano 2.2.6 Datei: /etc/network/interfaces

    auto lo

    iface lo inet loopback
    iface eth0 inet dhcp


    # wlan
    auto wlan0
    iface wlan0 inet dhcp
    wpa-driver wext
    wpa-conf /etc/wpa_supplicant.conf


    ---------------

    GNU nano 2.2.6 Datei: /etc/wpa_supplicant.cfg

    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=1

    network={
    ssid="NETZNAME"
    scan_ssid=1
    proto=WPA RSN
    key_mgmt=WPA-PSK
    pairwise=TKIP CCMP
    group=TKIP CCMP
    psk="NETZPWD"
    }


    -------------------------

    Ich habe einen Speedport W 723V
    Verschlüsselung
    Sicherheitstyp: [font="Arial"]WPA / WPA2[/font]
    [font="Arial"]Verschlüsselungstyp:[/font] [font="Arial"]TKIP / AES[/font]
    [font="Courier New"] Quality=0/100 Signal level=42/100 [/font]
    [font="Courier New"] Cell 03 - Address: MAC[/font]
    [font="Courier New"] ESSID:"NETZ"[/font]
    [font="Courier New"] Protocol:IEEE 802.11bgn[/font]
    [font="Courier New"] Mode:Master[/font]
    [font="Courier New"] Frequency:2.462 GHz (Channel 11)[/font]
    [font="Courier New"] Encryption key:on[/font]
    [font="Courier New"] Bit Rates:144 Mb/s[/font]
    [font="Courier New"] Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202[/font]
    [font="Courier New"] IE: WPA Version 1[/font]
    [font="Courier New"] Group Cipher : TKIP[/font]
    [font="Courier New"] Pairwise Ciphers (2) : CCMP TKIP[/font]
    [font="Courier New"] Authentication Suites (1) : PSK[/font]
    [font="Courier New"] Extra:rsn_ie=30180100000fac020200000fac04000fac020100000fac020000[/font]
    [font="Courier New"] IE: IEEE 802.11i/WPA2 Version 1[/font]
    [font="Courier New"] Group Cipher : TKIP[/font]
    [font="Courier New"] Pairwise Ciphers (2) : CCMP TKIP[/font]
    [font="Courier New"] Authentication Suites (1) : PSK[/font]
    [font="Courier New"] IE: Unknown: [/font]

    [font="Arial"]Kann mir jemand helfen???[/font]

    [font="Arial"]Danke!!![/font]

    -----------------------------

    EDIT:
    Hab die Lösung... war wohl ein dummer Fehler neue Config
    GNU nano 2.2.6 Datei: /etc/network/interfaces

    auto lo

    iface lo inet loopback
    iface eth0 inet dhcp


    # wlan
    auto wlan0
    iface wlan0 inet dhcp
    wpa-driver wext
    wpa-conf /etc/wpa_supplicant.cfg

    GNU nano 2.2.6 Datei: /etc/wpa_supplicant.cfg

    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=1

    network={
    ssid="NETZ"
    scan_ssid=1
    proto=WPA RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=TKIP
    psk="PW"
    }

    Hallo,
    Ich versuche einen Webcam Livestream zu starten. Ich habe mir für PiEye entschieden da ich den Stream nur in eine Website einbinden will aber nun habe ich folgenden Fehler: (aus LOG)
    ------------------------------------------------------
    MJPG Streamer Version: svn rev: 3:160M
    i: Using V4L2 device.: /dev/video0
    i: Desired Resolution: 640 x 480
    i: Frames Per Second.: 1
    i: Format............: YUV
    i: JPEG Quality......: 80
    Adding control for Pan (relative)
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    Adding control for Tilt (relative)
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    Adding control for Pan Reset
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    Adding control for Pan Reset
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    Adding control for Tilt Reset
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    Adding control for Pan/tilt Reset
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    Adding control for Focus (absolute)
    UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device
    mapping control for Pan (relative)
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Tilt (relative)
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Pan Reset
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Tilt Reset
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Pan/tilt Reset
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Pan/tilt Reset
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Focus (absolute)
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for LED1 Mode
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for LED1 Frequency
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Disable video processing
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    mapping control for Raw bits per pixel
    UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device
    o: www-folder-path...: www/
    o: HTTP TCP port.....: 8080
    o: username:password.: disabled
    o: commands..........: enabled
    starting hanging check task
    starting running check task
    serving client: 192.168.1.105
    ---------------------------------------

    Woran liegt das ? Gibt es alternativen ? (Software) Ist die Cam ungeeignet ?

    Bin fuer jede Hilfe Dankbar :D:D:D


    EDIT: Hab das System ganz neu aufgesetzt nun geht es. Komisch.. Es liegt also nicht an der CAM ;)

    Hallo,
    ich verzweifle nun so langsam... Ich habe SSH eingerichtet, soweit alles ok über LAN normal geht alles super. Wenn ich aber übers Internet rein will streikt er.

    Ich habe bis jetzt:

    1.) Port unter [font="Arial"]Netzwerk / NAT & Portregeln / Portregeln die Weiterleitung zum Pi gesetzt (Weiterleitung Port 22) [/font]

    [font="Arial"]2.) Online über Website gecheckt ob er frei ist[/font]

    [font="Arial"]3.) Erstmal ohne DYNDNS oder so versucht nur mit IP(öffentlich) zu verbinden[/font]

    [font="Arial"]aber er macht nichts... Muss ich irgendwas umstellen ? Habe ihn neu aufgesetzt und nur ssh und samba installiert / Festplatte angeschlossen, keine Firewall oder sonstiges.[/font]

    [font="Arial"]Ich versuch es nun schon seit 3h ohne erfolg.[/font]

    [font="Arial"]Danke schonmal für die Hilfe.[/font]