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

Whether Bluetooth 5.0 in nrf52840 Compatability with Bluetooth 4.2(in the smartphone)

Hai

whether Bluetooth 5.0 in nrf52840  Compatability with Bluetooth 4.2  available on my phone, I heard that Bluetooth 5 is lower compatible. I like to know whether it has same range capability i.e 4x as same as the range between two Bluetooth 5 devices. In my application, i need to check the range (i.e distance between peripheral(device with Bluetooth 5  i.e nrf52840) and the central (my phone having Bluetooth 4.2)). what will be the maximum range in this case?

I need Bluetooth 5 's range that is 4X times as ble 4.2...

please help 

Parents
  • Hello Nithin,

    From another thread:

    • BLE 5 devices are backwards compatible and support all the features you will find in BLE 4.2. When a BLE 5 device tries to connect with a 4.2 device they exchange information about what features each device supports and then decide upon the "least common denominator". If you want to use a Nordic device I suggest that you chose a device from the nRF52 family. 

    • So let us say that: 

      BLE 4.2 supports feature and B
      BLE 5.0 supports feature A, B, C, and D. 

      A BLE 5.0 device can communicate just fine with a 4.2 device using feature A and B, but a 4.2 device cannot use feature C and D. Examples of features a 4.2 doesn't support is Long range (also known as coded phy) and 2Mbps mode. 

Reply
  • Hello Nithin,

    From another thread:

    • BLE 5 devices are backwards compatible and support all the features you will find in BLE 4.2. When a BLE 5 device tries to connect with a 4.2 device they exchange information about what features each device supports and then decide upon the "least common denominator". If you want to use a Nordic device I suggest that you chose a device from the nRF52 family. 

    • So let us say that: 

      BLE 4.2 supports feature and B
      BLE 5.0 supports feature A, B, C, and D. 

      A BLE 5.0 device can communicate just fine with a 4.2 device using feature A and B, but a 4.2 device cannot use feature C and D. Examples of features a 4.2 doesn't support is Long range (also known as coded phy) and 2Mbps mode. 

Children
Related