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

Small range with OpenThread.

Hi there, I tested range on NRF52840 with Thread SDK, so I have got small enough range. The test has been performed indoor, power transmission 0dBm, the range result is 10m. When I changed power transmission to 8dBm the result is approximately 13m. What I do wrong? Does someone have any idea? 

P.S.: How I can change IEEE802.15.4 i.e. to LR-BLE or BLE-1Mbit, is it possible?

Parents
  • You need to give more details of what, exactly you used and how exactly, you performed your tests.

    In particular:

    • Was this with two nRF52840 boards ?
    • Did you increase the Tx power at both ends of the link?
    How I can change IEEE802.15.4 i.e. to LR-BLE or BLE-1Mbit, is it possible

    They are entirely different radio links - so you would have to redesign & re-implement your entire system.

    Yes, the nRF52840 can do both IEEE 802.15.4 and BLE.

Reply
  • You need to give more details of what, exactly you used and how exactly, you performed your tests.

    In particular:

    • Was this with two nRF52840 boards ?
    • Did you increase the Tx power at both ends of the link?
    How I can change IEEE802.15.4 i.e. to LR-BLE or BLE-1Mbit, is it possible

    They are entirely different radio links - so you would have to redesign & re-implement your entire system.

    Yes, the nRF52840 can do both IEEE 802.15.4 and BLE.

Children
Related