@badpeewee said in Orange Pi Zero 2 BLE läuft nicht:
@thomas-braun das hab ich alles schon gemacht. Auch xiaomi, mi-flora eingetragen.
This adapter needs additional libraries to compile. See https://github.com/sandeepmistry/noble#prerequisites for detailed instructions. On Raspberry Pi and similar, this should do it: sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-bin
If the adapter starts but won't connect to your bluetooth hardware, please check the info.driverState state in ioBroker. If it is unauthorized, you need to give node additional permissions. For Linux, this is as simple as
sudo setcap cap_net_raw+eip $(eval readlink -f
which node
)
which requires libcap2-bin to be installed.
Bin jetzt von armbian auf ubuntu gewechselt weil auch reboot Probleme gemacht hat.
Hat keinen reboot gemacht, sondern shutdown und ist nicht mehr gestartet. Was schon sehr lästig war.
Mit ubuntu geht jetzt reboot und BLE im iobroker auch.
Somit wäre das Problem gelöst.