<?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>Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards</link><description>Using nRF Connect for Desktop on Ubuntu 24.04 LTS I am trying to use the Direct Test Mode v2.4.1 software with our own custom board. 
 On https://docs.nordicsemi.com/bundle/nrf-connect-direct-test-mode/page/index.html you wrote: 
 &amp;gt; The application also</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Oct 2024 07:46:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards" /><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/505821?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2024 07:46:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7162d57-afc5-498f-900b-2e26fe9eab89</guid><dc:creator>lx_brz</dc:creator><description>[quote userid="103347" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/505752"]Yeah sorry about that. As well as for how long it took for you to get a reply here. [/quote]
&lt;p&gt;No worries and thank you for your reply. I have found the problem now. &lt;strong&gt;The nordic&amp;nbsp;&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;Direct Test Mode GUI application assumes a hard-coded baud rate of 19200.&lt;/strong&gt; The firmware compiled for our custom board used 115200 though. That&amp;#39;s why it didn&amp;#39;t work. When compiling the sample with a baud rate of 19200 the&amp;nbsp;Direct Test Mode GUI can be used without a problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;I only noticed that the original baud rate in the sample was 19200 when I compiled it myself. I received the DTM firmware with 115200 setting from a colleague. That also explains why it worked in the third party tool, since the third party tool allows to set the correct baud rate.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you for your support, the ticket can be marked resolved.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/505752?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 13:57:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e297eac5-3382-49b0-96ad-9b4dbbf9e49d</guid><dc:creator>Elfving</dc:creator><description>[quote user="lx_brz"]Sorry, I don&amp;#39;t understand how this is supposed to help, maybe there is a misunderstanding somewhere?[/quote]
&lt;p&gt;Yeah sorry about that. As well as for how long it took for you to get a reply here. I guess I meant uart.&lt;/p&gt;
&lt;p&gt;Flash DTM to your custom board. Then you can for instance connect the uart pins of the&amp;nbsp;&lt;span&gt;nrf52840DK&amp;nbsp;&lt;/span&gt;you have, to whichever uart pins you use on your custom board.&amp;nbsp;I just tried this myself with two &amp;#39;840DKs and it worked fine.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1728568595935v11.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Just erase the nRF on the DK (with eg. &lt;em&gt;nrfjprog --recover&lt;/em&gt;) to make sure that you are communicating with the correct nRF. The DTM app might prompt you to reflash the DK, but you can just decline that and it should still work.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503967?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 11:56:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd1f1c16-d7a0-4a59-a6d7-572a60b6201c</guid><dc:creator>lx_brz</dc:creator><description>[quote userid="103347" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503958"]Great.&amp;nbsp;DTM is a program defined by BT SIG, so there are multiple versions of this that I guess should act the same.[/quote]
&lt;p&gt;I understand that. By the way: nordic has implemented some vendor specific extensions to the standardized &amp;quot;direct test mode&amp;quot; like constant carrier, see&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/samples/bluetooth/direct_test_mode/src/dtm.c#L169"&gt;https://github.com/nrfconnect/sdk-nrf/blob/main/samples/bluetooth/direct_test_mode/src/dtm.c#L169&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="103347" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503958"]I see. Well then I think that is the problem. &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.5.1/page/nrf/samples/bluetooth/direct_test_mode/README.html#testing_with_nrf_connect_for_desktop"&gt;DTM needs a COM port for it to work&lt;/a&gt;. Could you connect your DK to your third party board&amp;nbsp;using a JTAG 10pin debug connector, and try the same thing again?[/quote]
&lt;p&gt;What would be the point of doing that? The DTM app can not possibly know which pins it must configure for UART on our custom board. So if I just click &amp;quot;program&amp;quot; and it flashes the same firmware as for the nrf52840DK, the chances are high that it will not work and will also stop working with the third party program I mentioned above, because probably our custom board does not use the same pins for UART communication as the &lt;span&gt;nrf52840DK&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Also the serial port or &amp;quot;COM port&amp;quot; as you refer to it is available and functional, as the third party application demonstrates.&lt;/p&gt;
&lt;p&gt;Sorry, I don&amp;#39;t understand how this is supposed to help, maybe there is a misunderstanding somewhere?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503958?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 11:35:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b445aaf-7c45-4ea0-988d-9d601362dda7</guid><dc:creator>Elfving</dc:creator><description>[quote user="lx_brz"]Not sure what exactly you mean with &amp;quot;any DTM fw&amp;quot;, but I have programmed the custom board with this sample:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html"&gt;docs.nordicsemi.com/.../README.html&lt;/a&gt;[/quote]
&lt;p&gt;Great.&amp;nbsp;DTM is a program defined by BT SIG, so there are multiple versions of this that I guess should act the same. Though if you maybe ran something like &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/peripheral/radio_test/README.html"&gt;radio test&lt;/a&gt;, (which is similar to DTM, just better) the DTM app wouldn&amp;#39;t work.&amp;nbsp;&lt;/p&gt;
[quote user="lx_brz"]&lt;p&gt;There is no programmer attached, only the serial connection, so there is no point in trying to press that button.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;/div&gt;&lt;/blockquote&gt;[/quote]
&lt;p&gt;I see. Well then I think that is the problem. &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.5.1/page/nrf/samples/bluetooth/direct_test_mode/README.html#testing_with_nrf_connect_for_desktop"&gt;DTM needs a COM port for it to work&lt;/a&gt;. Could you connect your DK to your third party board&amp;nbsp;using a JTAG 10pin debug connector, and try the same thing again? You hopefully have support for that on your board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503784?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2024 13:47:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:013f329e-664d-462f-a805-a35928be171c</guid><dc:creator>lx_brz</dc:creator><description>[quote userid="103347" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503777"]So first of all I just wanted to mention that&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/os_support.html#supported-operating-systems"&gt; we do not officially support for nRF Connect for Desktop on Ubuntu 24&lt;/a&gt;, but that hopefully won&amp;#39;t be a real issue in this case.[/quote]
&lt;p&gt;I&amp;#39;m aware of this and asked a colleague with a mac to try it. The result is the same.&lt;/p&gt;
[quote userid="103347" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503777"]So I assume you mean that this project works on the third party board using the GUI that comes with it, but does it work with the &lt;span&gt;nRF Connect for Desktop&amp;nbsp;&lt;/span&gt;DTM app?[/quote]
&lt;p&gt;Exactly.&lt;/p&gt;
[quote userid="103347" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503777"]Could you try pressing the button for &amp;quot;programming compatible fw&amp;quot; there in the GUI?[/quote]
&lt;p&gt;There is no programmer attached, only the serial connection, so there is no point in trying to press that button.&lt;/p&gt;
[quote userid="103347" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503777"]Or is maybe the problem that you don&amp;#39;t want it to work with just nordics FW, but &lt;strong&gt;any&amp;nbsp;&lt;/strong&gt;DTM fw?[/quote]
&lt;p&gt;Not sure what exactly you mean with &amp;quot;any DTM fw&amp;quot;, but I have programmed the custom board with this sample:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html"&gt;docs.nordicsemi.com/.../README.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503777?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2024 13:31:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdd1456a-3492-4a79-bc7e-fd7472bb4187</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello Alex, I&amp;#39;ll be taking over this case for a sec as Charlie is currently busy.&lt;/p&gt;
&lt;p&gt;So first of all I just wanted to mention that&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/os_support.html#supported-operating-systems"&gt; we do not officially support for nRF Connect for Desktop on Ubuntu 24&lt;/a&gt;, but that hopefully won&amp;#39;t be a real issue in this case.&lt;/p&gt;
[quote user="lx_brz"]This seems to work without problems. Using it I can start transmitter tests and see the communication happening in RTT logs.[/quote]
&lt;p&gt;So I assume you mean that this project works on the third party board using the GUI that comes with it, but does it work with the &lt;span&gt;nRF Connect for Desktop&amp;nbsp;&lt;/span&gt;DTM app?&lt;/p&gt;
[quote user=""]&lt;p&gt;But it is not possible. Trying to select the FTDI based UART and running clicking &amp;quot;Start test&amp;quot; I see the following error:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Could you try pressing the button for &amp;quot;programming compatible fw&amp;quot; there in the GUI? Or is maybe the problem that you don&amp;#39;t want it to work with just nordics FW, but &lt;strong&gt;any&amp;nbsp;&lt;/strong&gt;DTM fw?&lt;/p&gt;
[quote user="lx_brz"]&lt;p&gt;That both doesn&amp;#39;t matter though,&amp;nbsp;it rather seems that the nordic&amp;nbsp;&lt;span&gt;Direct Test Mode application does not even try to start communication.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;/div&gt;&lt;/blockquote&gt;[/quote]
&lt;p&gt;I believe it checks for compatible fw before doing anything else.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503564?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 11:36:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81016b4e-317a-473a-82fe-cfdd2d3d097c</guid><dc:creator>lx_brz</dc:creator><description>[quote userid="93921" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503552"]Is your custom board also use nRF52840 or other chip? [/quote]
&lt;p&gt;Yes&lt;/p&gt;
[quote userid="93921" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503552"]Is it also running&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/bluetooth/direct_test_mode/README.html"&gt;Bluetooth: Direct Test Mode (nordicsemi.com)&lt;/a&gt;&amp;nbsp;sample?[/quote]
&lt;p&gt;Yes&lt;/p&gt;
&lt;p&gt;That both doesn&amp;#39;t matter though,&amp;nbsp;it rather seems that the nordic&amp;nbsp;&lt;span&gt;Direct Test Mode application does not even try to start communication.&lt;/span&gt;&lt;/p&gt;
[quote userid="93921" url="~/f/nordic-q-a/114930/direct-test-mode-v2-4-1-gui-does-not-work-with-third-party-boards/503552"]When you test DTM with nRF52840DK, do you use uart through onboard interface MCU or just usb port?[/quote]
&lt;p&gt;&lt;span&gt;I&amp;#39;m plugging in the board where the connector is labelled &amp;quot;MCU USB&amp;quot;, so it should be &amp;quot;uart through onboard interface MCU&amp;quot;. The&amp;nbsp;nordic&amp;nbsp;Direct Test Mode application device selector then looks like this:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1727177780104v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503552?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 10:47:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e006e62-2639-451d-a037-2ece02374989</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Alex,&lt;/p&gt;
&lt;p&gt;Just have some questions about your setup:&lt;/p&gt;
&lt;p&gt;Is your custom board also use nRF52840 or other chip? Is it also running&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/bluetooth/direct_test_mode/README.html"&gt;Bluetooth: Direct Test Mode (nordicsemi.com)&lt;/a&gt;&amp;nbsp;sample?&lt;/p&gt;
&lt;p&gt;When you test DTM with nRF52840DK, do you use uart through onboard interface MCU or just usb port?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503543?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 09:45:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4bcd856-737c-4502-93a6-da0389f91749</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Alex,&lt;/p&gt;
&lt;p&gt;Sorry for the mistake, I through you already solve the problem, seeing &amp;quot;&lt;span&gt;This seems to work without problems&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will try to reproduce the issue you reported on my site later.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503530?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 09:26:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e51ab25c-e708-4f34-9f9a-f5d56f91b422</guid><dc:creator>lx_brz</dc:creator><description>&lt;p&gt;Umm, sorry? I got the email notification that &amp;quot;&lt;span&gt;A support engineer has been assigned to your ticket&lt;/span&gt;&amp;quot; and then the ticket was closed without comment, suggesting that the answer above, which links to an unofficial project is the &amp;quot;verified answer&amp;quot;?&lt;/p&gt;
&lt;p&gt;This is hard to understand? Could you please at least explain your motivation for closing this ticket and suggesting the above as the &amp;quot;verified answer&amp;quot;?&lt;/p&gt;
&lt;p&gt;It does not make sense to me that the official documentation from nordic reads as&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;The application also supports third-party devices that are programmed with the DTM standard protocol and expose access to it through a serial port.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;but when it does not work and you file a ticket for that it will just be closed pointing to some random persons private project as a solution?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503504?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 06:35:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac2a252d-3822-48dd-817b-451faddc318e</guid><dc:creator>lx_brz</dc:creator><description>&lt;p&gt;Interestingly enough I just found this project:&amp;nbsp;&lt;a href="https://github.com/olleheugene/nRF-DTM/?tab=readme-ov-file#download-the-latest-version"&gt;https://github.com/olleheugene/nRF-DTM/?tab=readme-ov-file#download-the-latest-version&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This seems to work without problems. Using it I can start transmitter tests and see the communication happening in RTT logs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Direct Test Mode v2.4.1 GUI does not work with third party boards</title><link>https://devzone.nordicsemi.com/thread/503502?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 06:20:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c5eb854-8a1c-4883-803a-774ef6f51b0b</guid><dc:creator>lx_brz</dc:creator><description>&lt;p&gt;Forgot to attach the system report:&lt;/p&gt;
&lt;p&gt;# nRFConnect System Report - 2024-09-24T06-20-04.455Z&lt;/p&gt;
&lt;p&gt;- System: LENOVO 20UD0013GE&lt;br /&gt;- BIOS: LENOVO R1BET80W(1.49 )&lt;br /&gt;- CPU: 1 x AMD Ryzen 7 PRO 4750U with Radeon Graphics 1.7 GHz 16 cores (8 physical)&lt;br /&gt;- Memory: 21.5 GB free of 30.6 GB total&lt;br /&gt;- Filesystem: /dev/mapper/vgroot-lvroot (ext4) 914.3 GB 63.3% used&lt;/p&gt;
&lt;p&gt;- OS: Ubuntu (24.04.1 LTS) linux x64&lt;/p&gt;
&lt;p&gt;- Versions&lt;br /&gt; - kernel: 6.8.0-45-generic&lt;br /&gt; - git: 2.43.0&lt;br /&gt; - node: 20.14.0&lt;br /&gt; - python: 3.12.5&lt;br /&gt; - python3: 3.12.5&lt;br /&gt; - nrfutil-nrfutil-device: 2.1.1&lt;br /&gt;- Connected devices:&lt;br /&gt; - FT5TXPWV : /dev/ttyUSB0&lt;br /&gt; - 000260105857 : undefined&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>