<?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>nRF52840-DK and RAK811 WisNode (v1.2)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54159/nrf52840-dk-and-rak811-wisnode-v1-2</link><description>Hi, 
 Anybody managed to connect a WisNode RAK811 to an nRF52840-DK and make them &amp;quot;talk&amp;quot; ? (send &amp;quot;at&amp;quot; commands to the RAK811 shield and get replies) 
 How did you connect it ? using wires ? simply attached it on top of the DK ? what jumper configuration</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Nov 2019 15:51:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54159/nrf52840-dk-and-rak811-wisnode-v1-2" /><item><title>RE: nRF52840-DK and RAK811 WisNode (v1.2)</title><link>https://devzone.nordicsemi.com/thread/219326?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2019 15:51:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c581b4b1-e731-4502-8bd6-de0cb929e385</guid><dc:creator>Or</dc:creator><description>&lt;p&gt;I managed to get it to work, here is what I did:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Put it on top of the nRF52840-DK as you would attach it to an arduino.&lt;/li&gt;
&lt;li&gt;Setup UART in your code like so:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    app_uart_comm_params_t const comm_params =
    {
        .rx_pin_no    = ARDUINO_0_PIN,
        .tx_pin_no    = ARDUINO_1_PIN,
        .rts_pin_no   = RTS_PIN_NUMBER,
        .cts_pin_no   = CTS_PIN_NUMBER,
        .flow_control = APP_UART_FLOW_CONTROL_DISABLED,
        .use_parity   = false,
#if defined (UART_PRESENT)
        .baud_rate    = NRF_UART_BAUDRATE_115200
#else
        .baud_rate    = NRF_UARTE_BAUDRATE_115200
#endif
    };
&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;Power the nRF52840-DK through the *USB* input (not the SEGGER/programming input).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That&amp;#39;s it, now you can flash the board with &lt;strong&gt;examples/ble_peripheral/ble_app_uart &lt;/strong&gt;and send at commands to it.&lt;/p&gt;
&lt;p&gt;Have fun.&lt;/p&gt;
&lt;p&gt;PS: &lt;strong&gt;examples/ble_peripheral/ble_app_uart&lt;/strong&gt; wont work out of the box.&lt;br /&gt;You need to add code for sending &amp;quot;\r\n&amp;quot; after every line (if you use nRF Connect or nRF Toolbox - they wont send &amp;quot;\r\n&amp;quot; after a line)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840-DK and RAK811 WisNode (v1.2)</title><link>https://devzone.nordicsemi.com/thread/219277?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2019 12:28:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e05b9221-f5b0-4e90-b6d5-e7987d969af3</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The datasheet says that it supports UART, should be fairly straight forward to connect them then either by running wires between or by attaching it ontop of the DK as it claims to be Arduino Uno compatible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>