Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Pi 3 als Bluetooth LE Scanner (Beispielscript)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Pi 3 als Bluetooth LE Scanner (Beispielscript)

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      Hast du dir diese seite mal angesehen, die im log als hinweis erscheint

      https://github.com/sandeepmistry/noble#prerequisites

      Gruß

      Rainer

      1 Reply Last reply Reply Quote 0
      • R
        rascal last edited by

        ja,

        apt-get install bluetooth bluez libbluetooth-dev libudev-dev

        alles installiert und die neueste version

        1 Reply Last reply Reply Quote 0
        • R
          rascal last edited by

          wenn ich noble mittels npm installieren will (wie auf github beschrieben) kommt das:

          root@Rasp-Radio-Garage:~# npm install noble
          npm WARN optional dep failed, continuing xpc-connection@0.1.4
          -
          > usb@1.1.2 install /root/node_modules/noble/node_modules/bluetooth-hci-socket/node_modules/usb
          > node-pre-gyp install --fallback-to-build
          
          make: Entering directory '/root/node_modules/noble/node_modules/bluetooth-hci-socket/node_modules/usb/build'
            CC(target) Release/obj.target/libusb/libusb/libusb/core.o
            CC(target) Release/obj.target/libusb/libusb/libusb/descriptor.o
            CC(target) Release/obj.target/libusb/libusb/libusb/hotplug.o
            CC(target) Release/obj.target/libusb/libusb/libusb/io.o
            CC(target) Release/obj.target/libusb/libusb/libusb/strerror.o
            CC(target) Release/obj.target/libusb/libusb/libusb/sync.o
            CC(target) Release/obj.target/libusb/libusb/libusb/os/poll_posix.o
            CC(target) Release/obj.target/libusb/libusb/libusb/os/threads_posix.o
            CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_usbfs.o
            CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_udev.o
            AR(target) Release/obj.target/usb.a
            COPY Release/usb.a
            CXX(target) Release/obj.target/usb_bindings/src/node_usb.o
            CXX(target) Release/obj.target/usb_bindings/src/device.o
            CXX(target) Release/obj.target/usb_bindings/src/transfer.o
            SOLINK_MODULE(target) Release/obj.target/usb_bindings.node
            COPY Release/usb_bindings.node
            COPY /root/node_modules/noble/node_modules/bluetooth-hci-socket/node_modules/usb/src/binding/usb_bindings.node
            TOUCH Release/obj.target/action_after_build.stamp
          make: Leaving directory '/root/node_modules/noble/node_modules/bluetooth-hci-socket/node_modules/usb/build'
          
          > bluetooth-hci-socket@0.4.4 install /root/node_modules/noble/node_modules/bluetooth-hci-socket
          > node-gyp rebuild
          
          make: Entering directory '/root/node_modules/noble/node_modules/bluetooth-hci-socket/build'
            CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o
            SOLINK_MODULE(target) Release/obj.target/binding.node
            COPY Release/binding.node
          make: Leaving directory '/root/node_modules/noble/node_modules/bluetooth-hci-socket/build'
          noble@1.6.0 node_modules/noble
          ├── bplist-parser@0.0.6
          ├── debug@2.2.0 (ms@0.7.1)
          └── bluetooth-hci-socket@0.4.4 (nan@2.3.5, usb@1.1.2)
          root@Rasp-Radio-Garage:~#
          
          
          1 Reply Last reply Reply Quote 0
          • ruhr70
            ruhr70 last edited by

            @rascal:

            ja,

            apt-get install bluetooth bluez libbluetooth-dev libudev-dev

            alles installiert und die neueste version `
            Ist noble vorhanden?

            In den Einstellungen des JavaScript Adapters unter "zusätzliche npm Module laden" eingetragen?

            Und auf dem Slave auch wirklich installiert?

            /opt/iobroker/node_modules/iobroker.javascript/node_modules/noble

            (Aus dem Kopf)

            Gesendet von iPad mit Tapatalk

            1 Reply Last reply Reply Quote 0
            • R
              rascal last edited by

              dass habe ich in dem von dir angegebenem Verzeichnis:

              root@Rasp-Radio-Garage:/opt/iobroker/node_modules/iobroker.javascript/node_modules/noble# ls
              CHANGELOG.md  examples  index.js  lib  LICENSE  package.json  README.md  test  test.js  with-bindings.js  ws-slave.js
              root@Rasp-Radio-Garage:/opt/iobroker/node_modules/iobroker.javascript/node_modules/noble#
              
              
              1 Reply Last reply Reply Quote 0
              • ruhr70
                ruhr70 last edited by

                Ja, sorry. Steht ja auch oben im Log.

                Mmmh…

                Gesendet von iPad mit Tapatalk

                1 Reply Last reply Reply Quote 0
                • R
                  rascal last edited by

                  meine Adapter Konfig:
                  421_unbenannt.jpg

                  1 Reply Last reply Reply Quote 0
                  • R
                    rascal last edited by

                    ist das hier normal?

                    root@Rasp-Radio-Garage:~# service bluetooth status
                    * bluetooth.service - Bluetooth service
                       Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
                       Active: active (running) since Mit 2016-06-08 23:01:46 CEST; 1min 52s ago
                         Docs: man:bluetoothd(8)
                     Main PID: 1007 (bluetoothd)
                       Status: "Running"
                       CGroup: /system.slice/bluetooth.service
                               `-1007 /usr/lib/bluetooth/bluetoothd
                    
                    Jun 08 23:01:46 Rasp-Radio-Garage bluetoothd[1007]: Bluetooth daemon 5.23
                    Jun 08 23:01:46 Rasp-Radio-Garage bluetoothd[1007]: Starting SDP server
                    Jun 08 23:01:46 Rasp-Radio-Garage systemd[1]: Started Bluetooth service.
                    Jun 08 23:01:46 Rasp-Radio-Garage bluetoothd[1007]: Bluetooth management interface 1.10 initialized
                    Jun 08 23:01:46 Rasp-Radio-Garage bluetoothd[1007]: Sap driver initialization failed.
                    Jun 08 23:01:46 Rasp-Radio-Garage bluetoothd[1007]: sap-server: Operation not permitted (1)
                    root@Rasp-Radio-Garage:~#
                    
                    
                    1 Reply Last reply Reply Quote 0
                    • ruhr70
                      ruhr70 last edited by

                      Das passt schon.

                      Ich werde aus dem ersten Fehler nach "Start Skript" nicht schlau. Module Debug?

                      Als ob noble ein Problem hat.

                      Node Version ist 4.x?

                      Ich kann leider erst am Wochenende mir die Details ansehen

                      Gesendet von iPad mit Tapatalk

                      1 Reply Last reply Reply Quote 0
                      • ruhr70
                        ruhr70 last edited by

                        Das passt schon bezog sich auf deinen Post davor 🙂

                        Gesendet von iPad mit Tapatalk

                        1 Reply Last reply Reply Quote 0
                        • R
                          rascal last edited by

                          root@Rasp-Radio-Garage:~# node -v
                          v4.4.5
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • R
                            rascal last edited by

                            soll ich alles, inklusive, raspbian nochmals installieren?

                            1 Reply Last reply Reply Quote 0
                            • R
                              rascal last edited by

                              hat das was damit zu tun, dass ich "RASPBIAN JESSIE LITE" als System habe?

                              1 Reply Last reply Reply Quote 0
                              • ruhr70
                                ruhr70 last edited by

                                Per Ferndiagnose gerade schwierig zu beurteilen. Wenn Du die Zeit hast 😉 Vieleicht erst einmal als Standalone Version und nicht als Slave.

                                Node.js 4-4.5 ist auch gut

                                Auf dem Raspberry Pi 3 läuft es eigentlich problemlos.

                                Gesendet von iPad mit Tapatalk

                                1 Reply Last reply Reply Quote 0
                                • derAuge
                                  derAuge last edited by

                                  Nein

                                  Das passt schon.

                                  Du mußte nur die bt-tools mit installieren

                                  Gesendet von meinem SM-T530 mit Tapatalk

                                  1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators last edited by

                                    läuft das skript auf dem raspi3?

                                    1 Reply Last reply Reply Quote 0
                                    • lobomau
                                      lobomau last edited by

                                      @Homoran:

                                      läuft das skript auf dem raspi3? `
                                      Definitiv ja! Hab es laufen. Wie beschrieben installiert, aber nix Slave oder raspbian Lite.

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        rascal last edited by

                                        ok… nur LOL... habe nur iobroker neu installiert und NICHT als client konfiguriert.. jetzt läuft das script

                                        jetzt habe ich iobroker gestoppt, iobroker setup custom.... siehe da, jetzt funktioniert das script auch als client iobroker und die werte werden alle eingetragen.

                                        strange.. .ist aber so

                                        1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators last edited by

                                          die Frage war an rascal gerichtet!

                                          Ob er das skript auf seinem neuen RasPi3 laufen hat, der als slave eingebunden ist.

                                          Und nicht auf seinem Master!

                                          Natürlich läuft es auf EINEM Raspi3, dafür ist es ja, und dafür hat rascal ja auch einen gekauft.

                                          Gruß

                                          Rainer

                                          1 Reply Last reply Reply Quote 0
                                          • ruhr70
                                            ruhr70 last edited by

                                            Schön, dass es nun klappt 🙂

                                            Den Schritt, den Pi3 als Slave an meine Hauptinstallation anzubinden steht mir noch bevor. Wenn ich dazu Fragen habe, weiß ich jetzt an wen ich mich wenden kann 😉

                                            Gesendet von iPad mit Tapatalk

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            784
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            28
                                            254
                                            57425
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo