KW45 RSSI calculation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

KW45 RSSI calculation

167 次查看
Chan_17
Contributor III

hello nxp team,

I am using UI application to receive data, I want to calculate RSSI value from peripheral of sending ble packet is it possible? 

i am sending data over BLE from peripheral and i want to calculate sending RSSI means , RSSI value of data we are sending from peripheral to UI app.

i checked in SDK example there is one function :

#define Gap_ReadRssi(deviceId)\

Gap_ReadRadioPowerLevel(gRssi_c, (deviceId))

 

if i use this in peripheral side is it works? if not is there any way to calculate RSSI from peripheral side.

 

0 项奖励
回复
1 回复

146 次查看
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hello,

 

Hope you are doing well. The RSSI (Received Signal Strength Indicator) is read at the receiver side of the connection, not on the transmitter.

You could check different gapRadioPowerLevelReadType_t available that can be used with Gap_ReadRadioPowerLevel.

 

Regards,

Ricardo

Best Regards,
Ricardo
0 项奖励
回复