<?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>Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98967/baudrate-serial-with-dongle-ble-nrf52840</link><description>Hi, 
 I use a dongle BLE nrf52840 with a software Bluetooth shell from NCS 2.0. I use this dongle with this sample as a central device, i connect it to peripheral and receive 6 notifications at 10Hz and one more at 50Hz. I use a socket to be connected</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Apr 2023 14:11:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98967/baudrate-serial-with-dongle-ble-nrf52840" /><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/422331?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 14:11:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a34610fb-fa34-4156-a405-3d69de085010</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for sharing this.&lt;/p&gt;
&lt;p&gt;You are using usb cdc as the backend for your shell implementation, so the transport layer is effectively USB.&amp;nbsp;&lt;/p&gt;
[quote user="Piwy"]I subsribe to curstome services witch send accelerometer data, pressure...ect. these data are send at 10HZ for 6 of them and one is send at 50Hz.[/quote]
&lt;p&gt;How many characters are you printing for each of these devices? If you&amp;#39;re converting the data to human readable form, the overall throughput over the USB CDC interface will be quite alot more than the bytes you&amp;#39;re receiving over BLE.&lt;/p&gt;
&lt;p&gt;You have to find where the bottleneck occurs. Receiving data from 7 sensors in total can be problematic wrt. overall BLE throughput.&lt;/p&gt;
&lt;p&gt;Q1: How much data (ie. amount of bytes per received payload?) is being sent over BLE for each device?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Q2: Printing the data, ie. converting it from binary to ASCII characters also gives overhead to the USB CDC interface. How much are you printing here?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/422279?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 12:07:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f366fbaa-2005-4ad6-849a-ca794f92038f</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks you for your reply.&lt;/p&gt;
&lt;p&gt;Here is my zephyr.dts file&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7268.zephyr.dts"&gt;devzone.nordicsemi.com/.../7268.zephyr.dts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Pierre-Yves&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/422251?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 10:39:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b05029f8-48d7-4c6e-9bae-b0fc849ea5e1</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As the zephyr/tests/bluetooth/shell sample can be configured in many ways, can you please answer these questions so that I&amp;#39;m able to fully understand how you&amp;#39;ve setup the sample?&lt;/p&gt;
[quote user="hkn"]&lt;p&gt;Which one is it? &amp;quot;uart0&amp;quot; or &amp;quot;cdc_acm_uart0&amp;quot;?&lt;/p&gt;
&lt;p&gt;Can you please share your build-folder/zephyr/zephyr.dts file?&lt;/p&gt;[/quote]
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/422109?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 15:09:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8180b836-da24-4213-a413-bcda66a382b8</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;To have the same confifuration as me you can take the bluettooth shell sample with the dongle BLE nrf52840 dts, i use the exactly same configuration.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/peripherals/posts/using-bluetooth-shell"&gt;&amp;nbsp;&amp;nbsp;Using Bluetooth Shell&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;With the sample you can scan device and connect to it as a central device in BLE. When youa re conencted you can discover services and subscribe to one caracteristic. I modify the sample to be able to subscribe to more notification. I subsribe to curstome services witch send accelerometer data, pressure...ect. these data are send at 10HZ for 6 of them and one is send at 50Hz.&lt;br /&gt;i try to receive all theses data. When i receive a data i print it with printf or with printk. But the speed of print is more lent than the n umber of data that i receive. I tried to increase the speed of uart0 to be able to print more data but i loss many data, is it possible to print more faster the data that i receive ? &lt;/p&gt;
&lt;p&gt;If i receive less data i succed to print them all (it&amp;#39;s the working scenario) but i need to print more data.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Is it more clear ?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Pierre-Yves&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/422105?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 14:50:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8c3b38b-4fd8-4bfd-8f9b-7f553bb955f9</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>[quote user="Piwy"]Are you pointing zephyr,console and zephyr,shell to uart0 or&amp;nbsp;cdc_acm_uart0? =&amp;gt; Yes[/quote]
&lt;p&gt;Which one is it? &amp;quot;uart0&amp;quot; or &amp;quot;cdc_acm_uart0&amp;quot;?&lt;/p&gt;
&lt;p&gt;Can you please share your build-folder/zephyr/zephyr.dts file?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Piwy"]as i say before i have many data that i receive with notification on my shell interface, but when i want to retrieve all the datas, i loss some of them, is it possible to increase the speed&amp;nbsp; of transmission, diplay ? &lt;br /&gt;Maybe i don&amp;#39;t explain verywell i&amp;#39;m sorry, told me if it&amp;#39;s not clear[/quote]
&lt;p&gt;Could you share an example of a working scenario and a non-working scenario?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421805?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:22:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:955c2def-104f-4e25-a81a-3f82878c6cd5</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;Are you pointing zephyr,console and zephyr,shell to uart0 or&amp;nbsp;cdc_acm_uart0? =&amp;gt; Yes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421803?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:19:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecadebfe-e789-42d6-a71b-5a60df36cf97</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;There is also the same overlay in shell-module sample and in all the sample with shell commands&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421801?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:17:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b1ad8b8-2a43-48bb-a15a-9a3c0e00f03b</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;yes like i say i use shell bluetooth sample, i use the same configuration as this sample of zephyr&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421799?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:16:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f02e0b9e-c70d-4b23-9952-a1552959b344</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;as i say before i have many data that i receive with notification on my shell interface, but when i want to retrieve all the datas, i loss some of them, is it possible to increase the speed&amp;nbsp; of transmission, diplay ? &lt;br /&gt;Maybe i don&amp;#39;t explain verywell i&amp;#39;m sorry, told me if it&amp;#39;s not clear&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421798?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:15:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d684f9ae-fb2e-41b7-99ce-ac2269f16a02</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Can you please share the full overlay file, and your build-folder\zephyr\zephyr.dts file?&lt;/p&gt;
&lt;p&gt;Are you pointing zephyr,console and zephyr,shell to uart0 or&amp;nbsp;cdc_acm_uart0?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421797?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:12:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d062f74b-228b-40ca-bd3a-bb84fe7a1edc</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;i have this configuration : in my ovverlay:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;       
       &amp;amp;zephyr_udc0 {
              cdc_acm_uart0: cdc_acm_uart0 {
                     compatible = &amp;quot;zephyr,cdc-acm-uart&amp;quot;;
                     label = &amp;quot;CDC_ACM_0&amp;quot;;
              };
       };
       &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And i tried to put uart0 to 1M :&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
	compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
	status = &amp;quot;okay&amp;quot;;
	current-speed = &amp;lt;1000000&amp;gt;;// &amp;lt;115200&amp;gt;;
	pinctrl-0 = &amp;lt;&amp;amp;uart0_default&amp;gt;;
	pinctrl-1 = &amp;lt;&amp;amp;uart0_sleep&amp;gt;;
	pinctrl-names = &amp;quot;default&amp;quot;, &amp;quot;sleep&amp;quot;;
};
&lt;/pre&gt;&lt;br /&gt;Here we have the current-speed i spoke about. I&amp;#39;m i correct when i say that this is the monitor speed of the shell command interface ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421796?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:09:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55353683-371b-4c91-a17c-5d33baae66e8</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;The baudrate that i spoke about is the monitor baudrate of the shell command interface, as you say i have another device (my pc) that bridges a physical UART interface&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not really similar because it&amp;#39;s not the baudrate monitor, they talk about file transfer, not about the shell interface with NCS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421789?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 13:53:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9718dd3d-8246-420b-b7fa-5904d32860c6</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In USB CDC ACM, the baud rate is a parameter that can be used if you have another device that bridges a physical UART interface, ie. if you use this as a bridge. Here&amp;#39;s a similar explanation:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/85903/nrf52840-usb-cdc-baud-rate/358927"&gt;RE: [nRF52840] USB CDC baud rate&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you use CDC ACM directly with a USB capable device, such as the nRF52840, the communication is indeed USB. You can open the COM port with baud 600, and the communication will still be based on a 12 Mbps PHY.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What speed are you currently seeing?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421782?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 13:41:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e400ab12-760d-4862-b1c8-5a1cfa04e227</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;the baud rate that i spoke about is the monitor speed with the shell command&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421780?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 13:36:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3b9c08e-2dd7-46d9-9e97-8b9df2f8198c</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;I see that you don&amp;#39;t unsderstand, USB CDC will jnot ignore the baud rate...&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Do you saw what is the sample Bluetooth shell ? or do you know how putty , or minicom work ?&lt;/p&gt;
&lt;p&gt;How do you use your dongle BLE with NCS ? Do you use Shell command ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I use terminos (linux) to control my device and there is a baudrate for the configuration ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421774?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 13:21:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3682b3f6-3d95-4d1e-ab8a-64a71449a2bf</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;I still don&amp;#39;t understand the connection exactly.&lt;/p&gt;
&lt;p&gt;Anyways: If you use the USB CDC as &amp;quot;serial port&amp;quot;, it will &lt;em&gt;ignore&lt;/em&gt; the baud rate setting.&lt;/p&gt;
&lt;p&gt;If you use the physical UART, then you need a proper baud rate setting with 1M baud as the max for NRF52840.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421737?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 12:04:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a405dc78-a524-4477-9283-411e2826f875</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;To talk to your device with a PC you can use generally putty on windows or minicom in linux to be able to use your shell command, and the baudrate is automatically 115200 but i need more faster than 115200&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421733?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 12:00:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:361b3205-d97e-4562-b5ec-f1dd1e1e56fd</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;I use a linux on my computer and i use sockets to be able to talk to my serial port&amp;nbsp; (dongle BLE nrf52840).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; To be able to do the same as PC-BLE-DRIVER but with NCS 2.0, it&amp;#39;s necessary to use sockets to receive and transmit data with the device. And to connect in serial port there is a baudrate to configure on sockets side and on the device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421699?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 10:37:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cd8adbf-ef9a-43ac-b9ff-79686a7d5077</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;I&amp;#39;ve read it but I can not really under stand the &amp;quot;socket&amp;quot; part here. Might need more details.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421696?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 10:25:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:176035a5-485d-441d-83e7-9a5d216cace3</guid><dc:creator>Piwy</dc:creator><description>&lt;p&gt;But this can&amp;#39;t run at 12MBits/s with shell command, this use UART baudrate or there is a configuration needed.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Dongle BLE use only USB : &lt;a id="" href="https://www.nordicsemi.com/Products/Development-hardware/nrf52840-dongle"&gt;https://www.nordicsemi.com/Products/Development-hardware/nrf52840-dongle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I search solution, please read my ticket before answer ^^&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Baudrate serial with Dongle BLE nrf52840</title><link>https://devzone.nordicsemi.com/thread/421686?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 09:40:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44f40520-d497-4440-8de7-71b927fd4c8a</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The NRF52840 supports USB, which I stgrongly recommend using as the connection to a PC. This runs at USB full speed (12MBit/s).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>