<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>how to get total RF tx/rx counts/bytes?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20723/how-to-get-total-rf-tx-rx-counts-bytes</link><description>I am doing power consume estimation, need to know detail of RF activities, is there any way to get the total send/recevie bytes of RF? or just simple tx/rx counts? My project uses nRF52832 and 12.2 SDK. thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Oct 2019 08:54:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20723/how-to-get-total-rf-tx-rx-counts-bytes" /><item><title>RE: how to get total RF tx/rx counts/bytes?</title><link>https://devzone.nordicsemi.com/thread/217258?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2019 08:54:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4607f6f-790b-4009-961f-ec2c24dcc65c</guid><dc:creator>fatemeh ghasemi</dc:creator><description>&lt;p&gt;Hi, I am working on IoT device and intersting to that field I am wondering can I know your name for following your work or your email address for some questions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to get total RF tx/rx counts/bytes?</title><link>https://devzone.nordicsemi.com/thread/80862?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 10:25:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bb63ecf-ab40-4218-a459-e9a7d0fca322</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;If you are really interested into power consumption profiling then you need to know all radio activity (e.g. including empty LL PDUs exchanged during every connection event even if there is no L2CAP/ATT/GATT/APP activity on top of it). Then sniffer is your way to go!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to get total RF tx/rx counts/bytes?</title><link>https://devzone.nordicsemi.com/thread/80861?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 02:39:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84ea8324-8f49-49c2-94ff-79287303ef11</guid><dc:creator>tian</dc:creator><description>&lt;p&gt;Does BLE_EVT_TX_COMPLETE include host initialized reading either? I am doing a power statistics feature, just like android phone does, not just for power estimation in lab. So I need a way to count all tx/rx bytes through BLE, then I can get how much current consumed by RF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to get total RF tx/rx counts/bytes?</title><link>https://devzone.nordicsemi.com/thread/80860?ContentTypeID=1</link><pubDate>Thu, 23 Mar 2017 14:55:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccfffcf5-964a-4aef-8174-a85517bd05f6</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You will get an event called &lt;code&gt;BLE_EVT_TX_COMPLETE&lt;/code&gt; every time a packet you have queued for transmission using one of the GATTC/GATTS/L2CAP APIs has been successfully transmitted to the peer, with a &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v3.0.0%2Fstructble__evt__tx__complete__t.html&amp;amp;anchor=a2f0ff85ec5add11dad58af0a0ba5a5a8"&gt;count field telling you the number of packets sent&lt;/a&gt;. However, that &amp;quot;count&amp;quot; field only counts user packets, and not system packets, meaning that it won&amp;#39;t correspond to the actual number of packets that have been sent over the RF link.&lt;/p&gt;
&lt;p&gt;So if you want to see all the RF activity you will have to do a &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer"&gt;sniffer trace&lt;/a&gt; as endnode suggested.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to get total RF tx/rx counts/bytes?</title><link>https://devzone.nordicsemi.com/thread/80859?ContentTypeID=1</link><pubDate>Thu, 23 Mar 2017 14:05:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5308c78-d551-408f-82ba-fb741f5deece</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Just use sniffer and count it experimentally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>