<?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>nrf5 SDK equivalent of ncs/zephyr bt_monitor</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127705/nrf5-sdk-equivalent-of-ncs-zephyr-bt_monitor</link><description>Hi! Does the legacy SDK have something like bt_monitor in ncs/zephyr? `</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Apr 2026 10:52:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127705/nrf5-sdk-equivalent-of-ncs-zephyr-bt_monitor" /><item><title>RE: nrf5 SDK equivalent of ncs/zephyr bt_monitor</title><link>https://devzone.nordicsemi.com/thread/564606?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2026 10:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41019544-a74c-4ae8-8683-e09da5bd7833</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Michael,&amp;nbsp;&lt;br /&gt;Thanks for the tip. Seems like an interesting tool. I haven&amp;#39;t tried by it but from what I can see in the documentation seem that it would only be able to capture the BLE events&amp;nbsp;reported by the softdevice to the application, not the full HCI communication:&amp;nbsp;&lt;/p&gt;
&lt;ul dir="auto"&gt;
&lt;li&gt;&lt;strong&gt;Connection events&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;— LE Connection Complete, Disconnect, Connection Update&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PHY management&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;— LE Set PHY, LE PHY Update Complete&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Advertising&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;— LE Advertising Report with AD structure decoding (device name, flags, UUIDs, TX power)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ATT/GATT operations&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;— Write Request, Read Response, Notifications, MTU Exchange&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Encryption&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;— Encryption Change, Long Term Key Request&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Command Complete&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;— Read BD ADDR, Read Local Version, Read Buffer Size&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But I think with these it&amp;#39;s already very useful.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5 SDK equivalent of ncs/zephyr bt_monitor</title><link>https://devzone.nordicsemi.com/thread/564541?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2026 14:02:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0416d514-92b0-4a68-bff5-1e5616dff427</guid><dc:creator>michael01</dc:creator><description>&lt;p&gt;Thanks Hung. Someone made a really cool tool (&lt;a id="" href="https://github.com/NovelBits/logscope"&gt;https://github.com/NovelBits/logscope&lt;/a&gt;) and I was trying to see how much support the old nrf 5 SDK can provide here. With&amp;nbsp;NCS you can see RTT and BLE events, and even export to wireshark.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5 SDK equivalent of ncs/zephyr bt_monitor</title><link>https://devzone.nordicsemi.com/thread/564522?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2026 12:47:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:778cef53-653d-4757-ab34-940465d6248b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Michael,&amp;nbsp;&lt;br /&gt;As far as I know there is no equivalent to bt_monitor that you can monitor the HCI communications.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In nRF5 SDK the host and the controller is encapsulated inside the softdevice and we don&amp;#39;t provide logging between these layers to the application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can register an observer (NRF_SDH_BLE_OBSERVER) but it only provides&amp;nbsp;a limited BLE events to the application.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best way, in my opinion, to debug BLE application in nRF5 SDK is to use a &lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-6-bluetooth-le-sniffer/"&gt;nRF Sniffer.&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>