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

S340 proximity search

Hi

I am using Nordic softdevice S340 for developing a proximity search project.
The softdevice function "sd_ant_prox_search_set (uint8_t ucChannel, uint8_t ucProxThreshold, uint8_t ucCustomProxThreshold)" is used for setting the proximity searching. I would like to set the proximity searching with custom threshold level. But, the function accept an unsigned 8bit integer for the custom proximity threshold.

Would anyone tell me how to set the custom Proximity threshold to -100dBm? What is the value of the parameter "uint8_t ucCustomProxThreshold" for -100dBm threshold?

Thnaks

Related