<?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>How to make a simple program testing LTE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80157/how-to-make-a-simple-program-testing-lte</link><description>Hello Everyone 
 I am really new to everything here, i just got nRF 9160dk board. 
 Can anyone please tell me the step-by-step method on how to make a very simple program who just connects to LTE and send a simple request. 
 All the samples code are using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Oct 2021 12:46:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80157/how-to-make-a-simple-program-testing-lte" /><item><title>RE: How to make a simple program testing LTE</title><link>https://devzone.nordicsemi.com/thread/332354?ContentTypeID=1</link><pubDate>Mon, 04 Oct 2021 12:46:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:206d673a-a5cf-4655-abb9-62268836c311</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Lucas,&lt;/p&gt;
&lt;p&gt;Please define the &amp;quot;&lt;span&gt;very simple request&lt;/span&gt;&amp;quot;. Is it at commands, TCP/IP packages, MQTT/CoAP/HTTP/LWM2M messages, or something else?&lt;/p&gt;
&lt;p&gt;If you need only one example to test LET, I would suggest&amp;nbsp;&lt;strong&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/samples/nrf9160/at_client/README.html"&gt;nRF9160: AT Client&lt;/a&gt;.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to make a simple program testing LTE</title><link>https://devzone.nordicsemi.com/thread/332151?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 12:38:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:739797af-197c-4fd1-8715-5deb6275407d</guid><dc:creator>Lucas-HippyDev</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;First of all, thank you for your answer!&lt;/p&gt;
&lt;p&gt;Indeed, the sample codes are working great, but all of them are accompanied with the whole kernel specific to the nRF9160.&lt;/p&gt;
&lt;p&gt;My issue is that I have designed a board using the same modem and I just want to write a code to verify if I can just send a very simple request. So I can test it on the nRF9160 and on my board.&lt;/p&gt;
&lt;p&gt;In short, where can I find the informations to create this code from scratch?&lt;/p&gt;
&lt;p&gt;The most basic code who just connects to LTE and send a request.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Lucas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to make a simple program testing LTE</title><link>https://devzone.nordicsemi.com/thread/332086?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 09:13:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b5e2edb-488d-432d-9c94-3159f66588de</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Lucas,&lt;/p&gt;
&lt;p&gt;This is quite an open topic, as you have seen, LET connection is just like internet cable. On top of IP protocol, you have so many choices for your application development.&lt;/p&gt;
&lt;p&gt;I suggest you read through the nRF Connect SDK document related to nRF91, especially &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/ug_nrf91.html#working-with-nrf91-series"&gt;Working with nRF91 Series&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/samples/samples_nrf9160.html"&gt;nRF9160 samples&lt;/a&gt;. Pay attention to the following sample to&amp;nbsp;get basic knowledge of specific fields:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Commands on LTE Connection:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/samples/nrf9160/at_client/README.html"&gt;nRF9160: AT Client&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data Transmission with MQTT:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/samples/nrf9160/mqtt_simple/README.html"&gt;nRF9160: Simple MQTT&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A read-to-use application example:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/applications/asset_tracker_v2/README.html"&gt;nRF9160: Asset Tracker v2&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;After learning them, you would have basic knowledge with nRF91 related development, then you can decide what to hand on next.&lt;/p&gt;
&lt;p&gt;Good luck with your development! Feel free to ask for help on Devzon if you have any further questions.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>