Closed svhoy closed 1 year ago
Hey,
on first sight it looks like the bluetooth-mesh service is not running. Try either running it directly from command line with bluetooth-meshd --nodetach --debug
(would recommend that for the first try), or using systemctl start bluetooth-mesh
.
If you see some error message that the bluetooth device is not available, it might be neccessary to stop the default bluetooth service first or to release the bluetooth device manually using something like sudo hciconfig hci0 down
.
Hope that helps.
Thanks for the hint. It seems that the probleme is sovled with that.
Hi,
i cloned your Repo to a Raspberry Pi 3B and started a scan with
python3 gateway.py scan
. Unfortunately I just get the following output:After that nothing happens. If do a scan with
meshctl
I found my device that I am looking for. So I think I configure meshctl correct. The connection to bluez seems never to be finshed.This is my config.yaml:
and this the genrated store.yaml:
Maybe you know what I am doing wrong. Thanks for your help in advance.