Posts by GDPR-11

    I have one of these Redbear pHATs that provide WiFi and Bluetooth to the Pi Zero. LibreELEC supports the WIFI aspect of the board very well but unfortunately the Bluetooth is not detect. It is detected in a standard Raspbian install. The requirements are:

    Quote


    The IoT pHAT requires SDIO and UART as the interfaces to the host MCU. For Bluetooth, you also need to enable Bluetooth HCI UART protocol H4 driver as module.

    Running `hciconfig` on Jessie Lite returns:

    Code
    hci0:    Type: BR/EDR  Bus: UART
        BD Address: E0:76:D0:DD:E8:77  ACL MTU: 1021:8  SCO MTU: 64:1
        UP RUNNING
        RX bytes:717 acl:0 sco:0 events:42 errors:0
        TX bytes:1532 acl:0 sco:0 commands:42 errors:0

    and lsmod returns:

    Any ideas what might be missing on LibreElEC and how we go about it getting it added. I believe that it is the same Bluetooth chip as the Rpi 3.

    Thanks