Page 1 of 1
ESP BLE-MESH组网如何多部手机接入共同控制设备
Posted: Fri Oct 08, 2021 3:12 am
by Cyclone
根据快速组网例程,一步手机可控制多个设备的灯,那在这个已组好的网络中,我需要接入另外一步手机去控制这些设备,并且原来的手机也可以控制,该怎么做。
Re: ESP BLE-MESH组网如何多部手机接入共同控制设备
Posted: Sat Oct 09, 2021 2:29 am
by ICY
BLE-MESH 对安全性要求比较高,一般不会直接采用多台手机直接对设备进行配置,常规做法是使用 BLE 网关,将根节点加入网关然后手机通过网关来控制,可以参考 ESP-BLE-MESH and Wi-Fi Coexistence Example 。
Re: ESP BLE-MESH组网如何多部手机接入共同控制设备
Posted: Sat Feb 15, 2025 3:32 am
by MMCBond
有具体点的例程吗?遇到一样的问题,只能单手机app控制
Re: ESP BLE-MESH组网如何多部手机接入共同控制设备
Posted: Sat Feb 15, 2025 7:12 am
by chegewara
Hi,
it depends what smartphone app you are using.
If its nrf mesh then you can, in theory, export mesh config and then import it on another smartphone.
I said in theory, because it not always works. Sometimes this feature is broken in nrf mesh app.
BTW i am working on ble mesh provisioner demo on esp32-p4; the plan is to add mqtt connection support, so it can work as a gateway