7 posts / 0 new
Last post
ben.stickrod@bi...
Offline
Last seen:5 years 5 months ago
加入:2015-10-26 16:51
BLE metrics

I see that there are metrics about rx events, but are there metrics about tx events? We are evaluating the chip and would like to have a good idea about how much the radio is transmitting. Is there anyway to get the tx packet count and/or tx duration?

Device:
409309740
Offline
Last seen:5 years 5 months ago
加入:2015-09-28 09:24
i used Integrated processor

i used Integrated processor configuration,I also want to know how to test.

MT_dialog
Offline
Last seen:1 month 4 weeks ago
Staff
加入:2015-06-08 11:34
Hi ben,

Hi ben,

You can check the throughput_eval_peripheral for an implemenation of getting statistics of the transmited packets.

Thanks MT_dialog

ben.stickrod@bi...
Offline
Last seen:5 years 5 months ago
加入:2015-10-26 16:51
This does not seem to take

This does not seem to take into account empty packets, it only tracks transmissions created by the application. Is there anywhere I can put a counter to track how many TXs the stack has generated?

MT_dialog
Offline
Last seen:1 month 4 weeks ago
Staff
加入:2015-06-08 11:34
Hi ben,

Hi ben,

No it doesn't, you can try to place a counter in the $Sub$$BLE_RF_DIAG_Handler and count the BLE_EVT_TX events, this will count every transmittion activity of the da.

Thanks MT_dialog

caiziee
Offline
Last seen:2 years 4 months ago
加入:2016-07-29 10:01
And can this handler counters

And can this handler counters the successful TX or it just catch each TX action from application? Thanks, Dialog.

MT_dialog
Offline
Last seen:1 month 4 weeks ago
Staff
加入:2015-06-08 11:34
Hi caiziee,

Hi caiziee,

This handler is executed in every radio activity, if you choose to only do something on each BLE_EVT_TX then will count every transmittion of the BLE device.

Thanks MT_dialog