<?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>Hi, I want to send data between two nRF9160 test boards. What is the easiest solution? What boards to use? What firmware/software to load?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54092/hi-i-want-to-send-data-between-two-nrf9160-test-boards-what-is-the-easiest-solution-what-boards-to-use-what-firmware-software-to-load</link><description>We want to evaluate nRF9160 both with use of LTE-M and NB-IoT for transfer of compressed pictures and smaller data packages. The evaluation will be performed with one of the available test boards. Current consumption will be measured by oscilloscope.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Nov 2019 12:54:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54092/hi-i-want-to-send-data-between-two-nrf9160-test-boards-what-is-the-easiest-solution-what-boards-to-use-what-firmware-software-to-load" /><item><title>RE: Hi, I want to send data between two nRF9160 test boards. What is the easiest solution? What boards to use? What firmware/software to load?</title><link>https://devzone.nordicsemi.com/thread/219066?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2019 12:54:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04082ab4-b6e1-4361-a1ee-bf9c399b209b</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;I would use an &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF9160-DK"&gt;nRF91 DK&lt;/a&gt; as it has a debugger, and is, therefore, easier to work with than the &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Prototyping-platforms/Nordic-Thingy-91"&gt;Thingy:91&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, I want to send data between two nRF9160 test boards. What is the easiest solution? What boards to use? What firmware/software to load?</title><link>https://devzone.nordicsemi.com/thread/219057?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2019 12:32:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e9be2f4-3276-4992-b480-c241496655a7</guid><dc:creator>bjorn--</dc:creator><description>&lt;p&gt;Hi and thanks a lot. The most urgent end is the upload end. What is the most suitable demo hardware to use?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, I want to send data between two nRF9160 test boards. What is the easiest solution? What boards to use? What firmware/software to load?</title><link>https://devzone.nordicsemi.com/thread/219048?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2019 12:14:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08b72ce4-e176-4e52-8e0c-cc47319f916c</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;We do not have an example of how to send messages &amp;quot;directly&amp;quot; between two nRF9160s.&lt;/p&gt;
&lt;p&gt;However, it should not be worse than listening on a port on one device and connect to that port on the other with TCP or UDP. The biggest problem will probably be to find the IP of the other device.&lt;/p&gt;
&lt;p&gt;A very basic (unofficial) sample on how to send UDP data can be found here: &lt;a href="https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/ntp"&gt;https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/ntp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For smaller data packages, MQTT might be a good fit. As long as one device publishes on a topic the other subscribes to, the other device will get the message. The downside with MQTT is that it requires a broker. For demo-purposes, an open one such as mqtt.eclipse.org might suffice.&lt;/p&gt;
&lt;p&gt;You should also check out the http_download sample. It is meant to demonstrate how to download FOTA images, but it might provide a starting point on how to download larger pieces of data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>