This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

S120 has very short range?

Hi We did a few tests with the S120 softdevice (example in the SDK 5.1). Most things are working as expected, but the range of the device is by far less than we reached with the S110 examples.

Devices could only be detected by the scan if they were in a distance of 5 meter or less. Do you have an explanation for this?

BR/ Adrian

  • I forgot to mention, that i tried this with Evaluation Board and Development Board with same result.

  • Hi Adrian,

    In order to avoid spurious connections to devices, and to be able to work with limited interface, examples for S120 are configured to connect to devices only in a certain range. If you want to relax this, CONN_MNGR_TARGET_RSSI in conn_mngr_cnfg.h should be set to -127 instead of default of -60 provided in the example.

    You will be able to establish connections with peripherals over longer distances with this.

    In case you want to know further details about the configuration, I would encourage you to read the documentation.

    Hope this helps!

    Regards, Krishna

  • Hi Krishna,

    I have the same question but now with the sdk 5.2.0. Since the Connection Manager module has been substituted by the Device Manager and I don't see there any way to configure the minimum RSSI. Is there a new way to do this? or this just have been removed? In that case, the S120 will scan for any RSSI? or the TX_POWER should be incremented to achieve more range?

    Thank you.

  • I have the same problem here. How can I increase the range of the S120 device?

Related