Page 1 of 1
蓝牙mesh自动组网
Posted: Wed Jan 31, 2024 8:37 am
by XiongJL001
ESPIDF:4.4.5, ESP32C3
蓝牙mesh的组网可不可以被中继,provisioner距离未组网的设备比较远,在不移动provisioner和设备的情况下怎么样才能组网
Re: 蓝牙mesh自动组网
Posted: Fri Feb 02, 2024 1:32 am
by Luxni_
个人认为,中继应该是在配网完成后的一个功能。
Re: 蓝牙mesh自动组网
Posted: Fri Feb 02, 2024 5:55 am
by XiongJL001
中继好像时在配网完成后的,但是我想做的时怎么在距离比较远的情况下组网
Re: 蓝牙mesh自动组网
Posted: Fri Feb 02, 2024 10:41 am
by Luxni_
可以考虑将 要配网的设备 的 近端设备 变成 配网者,
完成后再改回来。
能想到的也就可样了。
Re: 蓝牙mesh自动组网
Posted: Mon Feb 05, 2024 2:46 pm
by Luxni_
Re: 蓝牙mesh自动组网
Posted: Mon Feb 26, 2024 8:16 am
by XiongJL001
Re: 蓝牙mesh自动组网
Posted: Tue Feb 27, 2024 2:22 am
by Luxni_
看了下,是有这么个东西。
https://docs.espressif.com/projects/esp ... h-examples
Remote Provisioning (v1.1) - Client, Server and device - this example is used to demonstrate the new remote provisioning feature introduced in the Mesh Protocol v1.1, see example client code , example server code and example device code .