Hi,
Actually i m new on this field.
I m making indoor navigation by using nrf52840 soc.And i m using sdk15.2.In that sdk i used beacon app code for advertising beacon values.
Now i set some parameters in listed below
APP_MEASURED_RSSI 0xC3
m_adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED
sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_SCAN_INIT(2), BLE_GAP_TX_POWER_ROLE_ADV(1), 4);
Please advise me.All these parameters m setting are right or wrong?
Thanks in advance