<?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>Send a string between two nrf52 with a wired connection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47018/send-a-string-between-two-nrf52-with-a-wired-connection</link><description>I want to send a simple string from One nrf52 to another nrf52 via wired connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 May 2019 12:57:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47018/send-a-string-between-two-nrf52-with-a-wired-connection" /><item><title>RE: Send a string between two nrf52 with a wired connection</title><link>https://devzone.nordicsemi.com/thread/185739?ContentTypeID=1</link><pubDate>Tue, 07 May 2019 12:57:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eee443e-48cd-4923-b596-4260cd768813</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hey, have you considered using the SPI peripheral? It should be able to send any kind of data, including string. Another option is I2C, if you need&amp;nbsp; to use fewer GPIO pins.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send a string between two nrf52 with a wired connection</title><link>https://devzone.nordicsemi.com/thread/185728?ContentTypeID=1</link><pubDate>Tue, 07 May 2019 12:27:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8278a57d-998e-4213-87af-364901b05242</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/hkarthik97"&gt;hkarthik97&lt;/a&gt; if either or both of your nRF52s is on a Dev Kit, note that the default configuration is for the UART to be connected to the onboard JLink for the virtual COM port connection to the PC.&lt;/p&gt;
&lt;p&gt;So, to connect 2 DKs together, you would need to choose different pins (or break the JLink connection).&lt;/p&gt;
&lt;p&gt;As always with Serial comms, I strongly recommend that you start by getting it working with a PC terminal; once that&amp;#39;s working, then (and only then) move on to connecting the 2 DKs&lt;/p&gt;
&lt;p&gt;eg, see:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46956/i-want-to-send-data-from-nrf51822-through-uart-tx-to-esp8266/185454#185454"&gt;devzone.nordicsemi.com/.../185454&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send a string between two nrf52 with a wired connection</title><link>https://devzone.nordicsemi.com/thread/185723?ContentTypeID=1</link><pubDate>Tue, 07 May 2019 12:17:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88cce452-840a-4e95-97ef-be2697db0a4b</guid><dc:creator>BubDev</dc:creator><description>&lt;p&gt;Check out the UART example in the sdk. You can hook the TX to RX and RX to TX. This will allow you to use the commands app_uart_get() and app_uart_put() to transfer data between the two boards. This will help get you started.&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Findex.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Findex.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send a string between two nrf52 with a wired connection</title><link>https://devzone.nordicsemi.com/thread/185722?ContentTypeID=1</link><pubDate>Tue, 07 May 2019 12:16:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a50dfe2-a6ac-4647-8c65-ab324187af95</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Use the UART?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>