<?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 access the nRF9160 modem once it is connected to the iBasic network.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62245/how-to-access-the-nrf9160-modem-once-it-is-connected-to-the-ibasic-network</link><description>After fixing my nRF9160 DK certifications it now connects to the network and LED4 is on solid. Now that it&amp;#39;s connected, I need to learn how to connect to a server and pass some data. But AT+CNUM still returns +CME ERROR: 0 and shows &amp;#39;phone failure&amp;#39; errors</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Jun 2020 12:52:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62245/how-to-access-the-nrf9160-modem-once-it-is-connected-to-the-ibasic-network" /><item><title>RE: How to access the nRF9160 modem once it is connected to the iBasic network.</title><link>https://devzone.nordicsemi.com/thread/254049?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 12:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:621bc449-c551-404a-a71b-393f8d2fa7cc</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Yes, the BSD library can only run in the non-secure application domain, so all applications using BSD Lib will need to be built for the non-secure board (nrf9160dk_nrf9160ns).&lt;/p&gt;
&lt;p&gt;You can use +CGDCONT to set the APN and PDP_type. I don&amp;#39;t think we have a tutorial available, unfortunately.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I recommend taking a look at all the samples available in NCS to see if any of the applications are similar to your goal.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lte_ble_gateway/README.html"&gt;LTE Sensor Gateway&lt;/a&gt;&amp;nbsp;which collects data via BLE and transmits it to nRF Cloud via LTE. The&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/cloud_client/README.html"&gt;Cloud client sample&lt;/a&gt;&amp;nbsp;uses either nRF Cloud or AWS IoT to demonstrate how to use the Cloud API to connect to a cloud service.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We also have the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/mqtt_simple/README.html"&gt;Simple MQTT sample&lt;/a&gt; to connect to an MQTT broker and the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/https_client/README.html"&gt;HTTPS Client sample&lt;/a&gt;&amp;nbsp;to connect to an HTTP server over TLS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to access the nRF9160 modem once it is connected to the iBasic network.</title><link>https://devzone.nordicsemi.com/thread/254020?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 11:18:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e772113c-4cb0-43c5-a6d3-d45e19ccb6ce</guid><dc:creator>Caycee</dc:creator><description>&lt;p&gt;I was not able to compile for nRF9160 due to BSD library errors, but it built fine for nRF9160ns.&lt;/p&gt;
&lt;p&gt;However, each time I enter a wrong command like at+cnum? or ATD*******# causing a +CME: 0, the unit locks up and won&amp;#39;t respond to AT.&amp;nbsp; I must re-select the device and then it will accept commands again.&lt;/p&gt;
&lt;p&gt;I have not been able to find a resolve for the BSD errors.&lt;/p&gt;
&lt;p&gt;Also, is there a tutorial on getting the modem to connect to the iBasis.iot APN? Perhaps I need to write my own application?&lt;/p&gt;
&lt;p&gt;I want to use test the LTE modem to act as a conduit to supply sensor data to our data-gathering server. Each of our field units would have an LTE modem to periodically contact a server to send the latest data.&amp;nbsp; (at this point, data could just be simulated)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to access the nRF9160 modem once it is connected to the iBasic network.</title><link>https://devzone.nordicsemi.com/thread/253751?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 10:47:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94f3bcd7-d7ce-465e-8f39-154735faeb5e</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;The Asset Tracker application isn&amp;#39;t made to transmit AT commands to the modem. For this functionality, you could try either the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/at_client/README.html"&gt;AT Client sample&lt;/a&gt; or the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html"&gt;Serial LTE Modem application&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>