RF configuration for channel isolation in BLE mesh

-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send that data to 2nd thingy52 device. how its possible ?

-> How much data will transfer at a time, I want to transfer 128bytes in one shot of data is it possible or not ?

Parents
  • Hi,

    I recommend having a look at the introduction to Bluetooth Mesh in our documentation.

    In Bluetooth Mesh, you can address nodes individually to send messages, and messages gets propagated automatically through the network so that they arrive at the destination.

    Message payload can be up to 380 bytes, although messages larger than 11 bytes will be segmented, which means they are split up in smaller pieces which are sent individually and then reassembled at the recipient.

    Regards,
    Terje

Reply
  • Hi,

    I recommend having a look at the introduction to Bluetooth Mesh in our documentation.

    In Bluetooth Mesh, you can address nodes individually to send messages, and messages gets propagated automatically through the network so that they arrive at the destination.

    Message payload can be up to 380 bytes, although messages larger than 11 bytes will be segmented, which means they are split up in smaller pieces which are sent individually and then reassembled at the recipient.

    Regards,
    Terje

Children
No Data
Related