This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Mesh like network base on BLE connection, BLE and long range conexist issue.

Hi, All

In our product development, we finally found that our products need to work in long range mode to improve the communication range, and keep the connection with mobile phone at the same time. so my first question is, is it possible to make the BLE 1M conexist with long range mode?  Is there any example and related document for me?

We connect our products with each other by a start network base on BLE connection:

but we have more intresting in the MESH like network which was showed in webinar video " introduction-to-blue-low-6-1-video':  , and is there any example and document for reference?

Thank you very much!

  • Hi

    The S132 and S140 SoftDevices allow you to run up to 20 connections simultaneously, and you can use different PHY's on the different links if you want. 

    In other words it is possible to have one connection running in 1M mode, and another connection running in long range mode. 

    We don't have any examples showing how to do this type of connected Bluetooth mesh unfortunately. 
    We have an implementation following the Bluetooth mesh standard, but this is based on advertise packets and not Bluetooth connections. The advantage of this is that it is easy to support a large number of nodes in the network, but you get higher current consumption and lower data rate than you would with a connected mesh implementation. 

    If you want a connected mesh implementation without having to spend considerable development time to create one from scratch you might want to have a look at the Wirepas mesh implementation:
    https://wirepas.com/what-is-wirepas-mesh/

    Best regards
    Torbjørn

  • Hi, Torbjørn

    Thanks for reply.

    I will study on the Wirepas mesh later, hope that would meeting our requirements.

    As you mentioned: it is possible to have one connection running in 1M mode, and another connection running in long range mode, is there any example for this for reference.

  • Hi again, Torbjørn

    I have another additional question: how low could the power consumption of  the SIG mesh LOW POWER NODE (LPN)  reach? 

    Thank you!

  • Hi

    The ble_aggregator example in the multi link example scans for both 1M and LR devices, and can be connected to different devices on different phy's at the same time, but be aware that this example is quite complex, and is not an official SDK example. 

    In other words it is provided "as is", and we can't guarantee that it works, or that we will support it in the future. 

    The power consumption of an LPN node in a mesh network depends on the usage scenario, friendship parameters and so forth, but typically you are looking at an average current consumption of 100uA or less. 

    Another option in BT mesh is to set up a GATT proxy node, which is simply connecting to one of the mesh relay nodes over a normal Bluetooth connection (GATT connection). This can yield even lower average currents than the LPN. 

    Best regards
    Torbjørn

  • Thanks, Torbjørn

    As your mention: Another option in BT mesh is to set up a GATT proxy node, which is simply connecting to one of the mesh relay nodes over a normal Bluetooth connection (GATT connection). This can yield even lower average currents than the LPN

    I draw the below illustration, the LPN node communicate with the Mesh relay node via GATT would be consume less power, Is it right?

    By the way, is it possible to let the Mesh relay connect with multiple LPNs, like the left Mesh relay node in the illustration?

    Thank you!

Related