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

BLE communication

Previously, I learned that BLE is capable of 1:1, 1:N, and N:N communication, but I didn't get the exact information. Can I get some information? How do you do it, what's the principle?

How far is the BLE communication distance?
About 20 to 30 meters?

Parents
  • Hi

    If you're new to the Bluetooth Low Energy world, I would recommend starting out with some of Novelbits.io blog posts, where you can find multiple introductionary blog posts (BLE advertisements) to the various aspects of BLE. If you want to get right into development, you can check out our getting started with developing BLE product tutorials.

    As for the BLE range, that depends on multiple factor. First off, the nRF52/53 series support three various PHYs (physical layers) that will affect the range quite a lot. You have the 2MBPS uncoded PHY, which is able to throughput data up to ~1.3Mbps at ranges from 10-100 meters (dependent on the environment). There's the 1MBPS PHY which is the most versatile and is supported by all BLE devices, able to throughput data up to ~700kbps. Lastly we have the Coded PHY which is designed as a long-range feature that's able to transmit ~125kbps over distances up to 1300 meters.

    Additionally, your exact range will depend heavily on what kind of environment the devices are in. Outside in a field with a line of sight these maximum ranges are achieveable, while inside in a busy office environment with a lot of interference from other 2.4GHz devices and multiple BLE devices, you might not be able to get more than 10 meters of range.

    Best regards,

    Simon

Reply
  • Hi

    If you're new to the Bluetooth Low Energy world, I would recommend starting out with some of Novelbits.io blog posts, where you can find multiple introductionary blog posts (BLE advertisements) to the various aspects of BLE. If you want to get right into development, you can check out our getting started with developing BLE product tutorials.

    As for the BLE range, that depends on multiple factor. First off, the nRF52/53 series support three various PHYs (physical layers) that will affect the range quite a lot. You have the 2MBPS uncoded PHY, which is able to throughput data up to ~1.3Mbps at ranges from 10-100 meters (dependent on the environment). There's the 1MBPS PHY which is the most versatile and is supported by all BLE devices, able to throughput data up to ~700kbps. Lastly we have the Coded PHY which is designed as a long-range feature that's able to transmit ~125kbps over distances up to 1300 meters.

    Additionally, your exact range will depend heavily on what kind of environment the devices are in. Outside in a field with a line of sight these maximum ranges are achieveable, while inside in a busy office environment with a lot of interference from other 2.4GHz devices and multiple BLE devices, you might not be able to get more than 10 meters of range.

    Best regards,

    Simon

Children
No Data
Related