Raspberry Pi 3 verbindet sich nicht mit GrovePi

Registriere dich jetzt, um exklusive Vorteile zu genießen! Als registriertes Mitglied kannst du Inhalte herunterladen und profitierst von einem werbefreien Forum.
Mach mit und werde Teil unserer Community!
  • Hallo ihre Lieben,

    ich sitze gerade an einem Uniprojekt (möchte einen Kaffeewecker bauen) aber leider verbindet sich der RaspberryPi 3 nicht mit dem GrovePi. Ich habe mal den Output vom troubleshoot angehängt und nochmal reinkopiert. Ich bin für jede Hilfe super dankbar!!

    VG, flonitoni



    Check space left

    ================

    Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf

    /dev/root 15G 7,2G 6,5G 53% /

    devtmpfs 430M 0 430M 0% /dev

    tmpfs 463M 46M 417M 10% /dev/shm

    tmpfs 463M 6,4M 456M 2% /run

    tmpfs 5,0M 4,0K 5,0M 1% /run/lock

    tmpfs 463M 0 463M 0% /sys/fs/cgroup

    /dev/mmcblk0p1 253M 49M 204M 20% /boot

    tmpfs 93M 4,0K 93M 1% /run/user/1000


    Check for dependencies

    ======================

    python 2.7.16-1 install ok installed

    python-pip 18.1-5+rpt1 install ok installed

    git 1:2.20.1-2+deb10u3 install ok installed

    libi2c-dev 4.1-1 install ok installed

    python-serial 3.4-4 install ok installed

    python-rpi.gpio 0.7.0-0.1~bpo10+4 install ok installed

    i2c-tools 4.1-1 install ok installed

    python-smbus 4.1-1 install ok installed

    scratch 1.4.0.6~dfsg1-6 install ok installed


    I2C still in blacklist

    SPI still in blacklist



    Check for addition in /modules

    ==============================

    I2C-dev already there

    i2c-bcm2708 already there

    spi-dev already there



    Hardware revision

    =================

    RPI3B+ Pi 3 Model B+ v1.3


    Check the /dev folder

    =====================

    i2c-1

    spidev0.0

    spidev0.1

    ttyAMA0


    USB device status

    =================

    Bus 001 Device 005: ID 1a2c:2d23 China Resource Semico Co., Ltd

    Bus 001 Device 004: ID 30fa:0300

    Bus 001 Device 006: ID 0424:7800 Standard Microsystems Corp.

    Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub

    Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


    /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M

    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M

    |__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/3p, 480M

    |__ Port 1: Dev 6, If 0, Class=Vendor Specific Class, Driver=lan78xx, 480M

    |__ Port 2: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M

    |__ Port 3: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M

    |__ Port 3: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M

    Raspbian for Robots Version

    ===========================

    cat: /home/pi/di_update/Raspbian_For_Robots/Version: Datei oder Verzeichnis nicht gefunden



    Hostname

    ========

    raspberrypi



    Checking I2C bus for devices

    ============================


    Checking I2C bus 0

    ==================

    NOTE: it is normal for this one to fail

    Error: Could not open file `/dev/i2c-0' or `/dev/i2c/0': No such file or directory


    Checking I2C bus 1

    ==================

    0 1 2 3 4 5 6 7 8 9 a b c d e f

    00: -- -- -- -- -- -- -- -- -- -- -- -- --

    10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    70: -- -- -- -- -- -- -- --


    Checking for firmware version

    =============================




    log.txt

  • Error: Could not open file `/dev/i2c-0' or `/dev/i2c/0': No such file or directory

    Ist I2C aktiviert? Falls ja, dann wird der Pfad eher /dev/i2c-1 sein, wenn Du nicht gerade eine RPi der ersten Generation verwendest. Siehe dazu auch hier: https://www.dexterindustries.c…grovepi/setting-software/


    Was sagt denn i2cdetect -y 1? //Edit: Habe ich übersehen.