Hi
I need BLE mesh examples that can demonstrate the Hopping among the peripheral node devices.
Thanks & Regards
Nirupama.
Hi
I need BLE mesh examples that can demonstrate the Hopping among the peripheral node devices.
Thanks & Regards
Nirupama.
Hi Nirupama,
You can use the Light Switch demo example to demonstrate relaying and multihop. You can lower the TX power of the devices by changing the tx_power in set_default_broadcast_configuration() in the advertiser.c file so you don't need to place the nodes so far apart, see this two devzone posts here and here for more information about how to do that.
Best Regards,
Marjeris
Hi Nirupama,
You can use the Light Switch demo example to demonstrate relaying and multihop. You can lower the TX power of the devices by changing the tx_power in set_default_broadcast_configuration() in the advertiser.c file so you don't need to place the nodes so far apart, see this two devzone posts here and here for more information about how to do that.
Best Regards,
Marjeris