<?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>Connecting Serial Port without USB on nRF52840DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85713/connecting-serial-port-without-usb-on-nrf52840dk</link><description>Hi All, 
 I have a nRF52840DK and looking for a solution to connect the VCOM serial port to the PC, without using USB. I will need to connect the serial port to another board which doesn&amp;#39;t have a USB input. 
 According to the documentation, nRF52840 UART</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Mar 2022 14:20:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85713/connecting-serial-port-without-usb-on-nrf52840dk" /><item><title>RE: Connecting Serial Port without USB on nRF52840DK</title><link>https://devzone.nordicsemi.com/thread/357698?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2022 14:20:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c939e916-3273-479f-977c-0165cb77359d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;You can use any GPIO as long as it is available, though it is a good idea to avoid GPIOs that are close to the radio to avoid causing noise for the radio (those ar marked with &amp;quot;low frequency I/O only&amp;quot; in the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/pin.html?cp=4_0_0_6_0"&gt;pin assignments table&lt;/a&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting Serial Port without USB on nRF52840DK</title><link>https://devzone.nordicsemi.com/thread/357688?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2022 13:56:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8db0a6b9-c8f6-4f95-a3dc-89b3b5873a87</guid><dc:creator>Mehmet C.</dc:creator><description>&lt;p&gt;Thank you for the answer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;span&gt;The default GPIO pins used for UART on the DK are connected to the onboard debugger&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I thought there would be a jumper connection to override this and connect the output to the GPIO header.&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;span&gt;you need to select other GPIO pins&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This might work. I couldn&amp;#39;t find any information on this but can I use any GPIO pins for this purpose? Or is there a specific pins I would need to use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting Serial Port without USB on nRF52840DK</title><link>https://devzone.nordicsemi.com/thread/357666?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2022 13:01:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33454a9f-4ca2-41dd-b4fd-ad717dd4a1b4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The default GPIO pins used for UART on the DK are connected to the onboard debugger and not the GPIO header when the debugger is active (you can see this on the explanation printed on the back of the DK PCB). To use the UART with another device you need to select other GPIO pins and configure our firmware to use those instead.&lt;/p&gt;
&lt;p&gt;Regarding FW, if you use the nRF5 SDK we can use the UART example as reference. That use the pins specified in the board file, so you would have to change those in&amp;nbsp;components/boards/pca10056.h. If you are using the nRF Connect SDK you can specify other pins in an overlay file, as shown &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/samples/peripheral/lpuart/boards/nrf52840dk_nrf52840.overlay"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>