<?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>Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69700/transmit-gps-data-to-website</link><description>Hello 
 I would like to transmit gps data to my website in addition to nrf cloud, there is a example or documentation about this that I can take of reference? I am working with nRF 9160 DK 
 thanks in advance. 
 Kind Regards 
 Julio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Jan 2021 07:34:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69700/transmit-gps-data-to-website" /><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/288815?ContentTypeID=1</link><pubDate>Wed, 13 Jan 2021 07:34:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e158fbd-11f8-4892-917b-c79b4eac13ea</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t change the source files, you should set the log level on a project level:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_DEFAULT_LEVEL.html"&gt;https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_DEFAULT_LEVEL.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can access this by entering &amp;quot;menuconfig&amp;quot;, either via SeggerEmbeddedStudio (nordic edition) or via command line (cd my-project/build-folder &amp;amp;&amp;amp; ninja menuconfig)&lt;/p&gt;
&lt;p&gt;Then you should also choose &amp;quot;LTE_LINK_CONTROL_LOG_LEVEL_DBG&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/288276?ContentTypeID=1</link><pubDate>Sun, 10 Jan 2021 11:46:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d92a615-162e-42cc-85b6-43694943534c</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;So I made that error in&amp;nbsp;&lt;span&gt;modem_configure() non-fatal (a hack in ltc_lc.c) and it now does GPS and transmits the result via UDP.&amp;nbsp; This is almost a solution apart from the fact that I hacked&amp;nbsp;ltc_lc.c.&amp;nbsp; I&amp;#39;d like a way to do this without that hack if possible to make it more upgrade-proof.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also, if I want to restrict the log a bit i&amp;#39;d like to find out where&amp;nbsp;CONFIG_LTE_LINK_CONTROL_LOG_LEVEL is defined.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thx for any suggestions.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/288226?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2021 16:23:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98deaec0-7285-4dd6-8168-a99116ebdf9e</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;&lt;span&gt;Thx&amp;nbsp;&lt;/span&gt;&lt;span&gt;H&amp;aring;kon&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;OK. modem_configure() is trying to set the&amp;nbsp;AT%XSYSTEMMODE - which is *already* correctly set.&lt;/p&gt;
&lt;p&gt;(I have&amp;nbsp;CONFIG_LTE_NETWORK_MODE_NBIOT_GPS=y in prj.conf)&lt;/p&gt;
&lt;p&gt;BTW. To find this out I had to edit lte_lc.c&amp;nbsp;whereas&amp;nbsp;I would have preferred to turn on debugging.&amp;nbsp; I tried adding:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;#define NRF_AT_CMD_LOG_LEVEL NRF_LOG_LEVEL_DEBUG&lt;/p&gt;
&lt;p&gt;in main.c but that had no effect.&lt;/p&gt;
&lt;p&gt;What next?&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/288192?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2021 13:30:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d7cf3bd-7478-4870-b023-ed7735533412</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="paul_tanner"]This is happening inside&amp;nbsp;lte_lc_init_and_connect_async() for which AFAIK we do not have the source.[/quote]
&lt;p&gt;That function is inside lte_lc.c:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/master/lib/lte_link_control/lte_lc.c#L744"&gt;https://github.com/nrfconnect/sdk-nrf/blob/master/lib/lte_link_control/lte_lc.c#L744&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do you know which AT command is failing? Does any of them work?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287797?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 17:49:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ca9e775-1d7f-483e-9c5d-f75ecb44a3e1</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;Thx&amp;nbsp;&lt;span&gt;H&amp;aring;kon&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I tried that.&amp;nbsp; It gets&amp;nbsp;to modem_configure() - same code as in UDP sample - and we then fail with:&lt;/p&gt;
&lt;p&gt;```&lt;/p&gt;
&lt;p&gt;Could not send AT command error -8&lt;/p&gt;
&lt;p&gt;```&lt;/p&gt;
&lt;p&gt;This is happening inside&amp;nbsp;lte_lc_init_and_connect_async() for which AFAIK we do not have the source.&lt;/p&gt;
&lt;p&gt;Regards.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287690?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 11:10:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:974d24a6-5e4a-4636-bf93-e097390458ce</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Paul,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My strongest apologies! This comment from me is written a bit too fast (ie: its wrong..)&lt;/p&gt;
[quote user="hkn"]Please check that &amp;quot;modem_configure()&amp;quot; isn&amp;#39;t called[/quote]
&lt;p&gt;You should check that modem_configure hasn&amp;#39;t been called yet, before setting system permissions, like XSYSTEMMODE.&lt;/p&gt;
&lt;p&gt;So, issue your AT-commands, then call modem_configure() to connect to the LTE network.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287644?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 08:41:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e22f85b-4230-49ab-968b-2ba10d88aa8a</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;&lt;span&gt;Thx H&amp;aring;kon&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;modem_configure() *was* being called; &lt;/span&gt;&lt;span&gt;CONFIG_LTE_AUTO_INIT_AND_CONNECT=n is set.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So I removed modem_configure().&amp;nbsp; The result was that we never get the&amp;nbsp;LTE_LC_EVT_RRC_UPDATE (idle) event so it just hangs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is something else needed instead of modem_configure()? (per the udp example)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Presumably the lack of modem_configure would also prevent&amp;nbsp;sending of data via udp?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287419?ContentTypeID=1</link><pubDate>Tue, 05 Jan 2021 08:43:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f1b94a6-86ed-4110-be64-201aee655c10</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="paul_tanner"]XSYSTEMMODE is probably redundant but why would it throw an error?[/quote]
&lt;p&gt;Its highly likely because the modem is already enabled (AT+CFUN=1) at this point. Please check that &amp;quot;modem_configure()&amp;quot; isn&amp;#39;t called, and that &amp;quot;&lt;span&gt;CONFIG_LTE_AUTO_INIT_AND_CONNECT=n&amp;quot; is set in your project.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287418?ContentTypeID=1</link><pubDate>Tue, 05 Jan 2021 08:41:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f1bb01d-9943-4766-a1c9-0f8402252ee3</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;Thx&amp;nbsp;&lt;span&gt;H&amp;aring;kon&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yes.&amp;nbsp; The first thing I did was to test both GPS and UDP examples.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Only then did I try to put them together&amp;nbsp;to make a minimal tracker using UDP and without the need for all the other good stuff in&amp;nbsp;your asset_tracker app.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So I now wait for udp Idle.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However, from the code in the gps sample I&amp;nbsp;then get an error from&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;```&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;at_cmd_write(at_commands[i])&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;```&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;AT_XSYSTEMMODE,&amp;nbsp; (fails on this one)&lt;br /&gt;AT_MAGPIO,&lt;br /&gt; AT_COEX0,&lt;br /&gt;&lt;/span&gt;&lt;span&gt;AT_ACTIVATE_GPS&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;so GPS is not activated.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;XSYSTEMMODE is probably redundant but why would it throw an error?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287398?ContentTypeID=1</link><pubDate>Tue, 05 Jan 2021 07:06:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5727910-4f23-4adc-8e00-c39531c50756</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;You can evaluate the gps without using LTE, by running the &amp;quot;gps&amp;quot; example.&lt;/p&gt;
&lt;p&gt;This doesn&amp;#39;t require LTE, but does require that you&amp;#39;re outside (or the GPS-antenna shall be outside) while&amp;nbsp;testing.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287317?ContentTypeID=1</link><pubDate>Mon, 04 Jan 2021 16:34:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1902c142-c391-4e84-aee4-035ac6b5b282</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;Many thx&amp;nbsp;&lt;span&gt;H&amp;aring;kon&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I guess this means that if testing without a connection it will wait indefinitely - if you let it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That should not be a problem as you can&amp;#39;t send anything until you get a signal.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;ll try this when I&amp;#39;m in range of a cell tower.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards, Paul&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/287197?ContentTypeID=1</link><pubDate>Mon, 04 Jan 2021 11:16:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:868fb2e1-6deb-4034-a0ea-e78d141885c4</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="paul_tanner"]I tried setting&amp;nbsp;CSCON=0 when initialising the GPS.[/quote]
&lt;p&gt;&amp;nbsp;This is an event coming from the modem, which indicates if the LTE link is active or not. You should set the CSCON non-zero to enable notification, and then you should get it through your AT notification handler (if set).&lt;/p&gt;
&lt;p&gt;By setting it to 0, you&amp;#39;re disabling the notification.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="paul_tanner"]If I then try to initialise a UDP connection&amp;nbsp;lte_lc_init_and_connect_async(lte_handler) fails.[/quote]
&lt;p&gt;&amp;nbsp;Is &amp;quot;&lt;span&gt;CONFIG_LTE_AUTO_INIT_AND_CONNECT&amp;quot; disabled? If this is enabled, the link is enabled and established prior to entering main.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="paul_tanner"]I&amp;#39;m not clear on the sequence I need to initialise both GPS and UDP.[/quote]
&lt;p&gt;You first need to enable the usage of GPS, for instance by&amp;nbsp;enabling CONFIG_LTE_NETWORK_MODE_LTE_M_GPS=y (or if NB1: CONFIG_LTE_NETWORK_MODE_NBIOT_GPS)&lt;/p&gt;
&lt;p&gt;This will set the permission in AT%XSYSTEMMODE.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you are able to successfully enter PSM or eDRX, and you have ensured the CSCON event is enabled (See the docs here:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/packet_domain/cscon_set.html?cp=2_1_6_16_0"&gt;https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/packet_domain/cscon_set.html?cp=2_1_6_16_0&lt;/a&gt;), you can start the GPS, as shown in the &amp;quot;gps&amp;quot; sample.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The CSCON event is available through the lte_lc library, and samples like the udp/cloud_client/asset_tracker, implement a print when you&amp;#39;re connected or idle:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/master/samples/nrf9160/udp/src/main.c#L79-L82"&gt;https://github.com/nrfconnect/sdk-nrf/blob/master/samples/nrf9160/udp/src/main.c#L79-L82&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;when CSCON (or lte_lc::LTE_LC_EVT_RRC_UPDATE) gives you a notification&amp;nbsp;&amp;quot;idle&amp;quot;, you&amp;nbsp;can start the GPS.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/286427?ContentTypeID=1</link><pubDate>Wed, 23 Dec 2020 10:59:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b421db09-4299-4349-bbcb-5561d0e473e3</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;Thx&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I tried setting&amp;nbsp;CSCON=0 when initialising the GPS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;(After looking at the code in asset_tracker I also saw&amp;nbsp;it use lte_lc_psm_req(true))&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I then try to initialise a UDP connection&amp;nbsp;lte_lc_init_and_connect_async(lte_handler) fails.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;(Initialisation code from the UDP example)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m not clear on the sequence I need to initialise both GPS and UDP.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;further...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I wanted to see why&amp;nbsp;lte_lc_init_and_connect_async is failing but this&amp;nbsp;seems to be part of the distribution that is shipped in binary.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Specifically, the error is:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;modem_configure()&lt;br /&gt;I: Using legacy LTE PCO mode...&lt;br /&gt;I: PDP Context: AT+CGDCONT=0,&amp;quot;IP&amp;quot;,&amp;quot;lpwa.vodafone.iot&amp;quot;&lt;br /&gt;E: Could not send AT command, error: -8&lt;br /&gt;&lt;br /&gt;Which is odd because when initialising the GPS we already sent 4 AT commands without error.&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;This part of UDP initialisation works fine if I comment out the GPS initialisation&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thx.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit GPS data to website</title><link>https://devzone.nordicsemi.com/thread/286000?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2020 10:04:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a60254cb-2a61-4985-b401-42c09e444704</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The asset_tracker shows how to connect to a cloud based system, and send certain sensors + gps data to the cloud.&lt;/p&gt;
&lt;p&gt;If you want a simpler solution, like a tcp/udp connection directly to your own server, I would recommend that you look at the &amp;quot;gps&amp;quot; sample, and add your own implementation around this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that there&amp;#39;s a restriction towards getting GPS and LTE concurrent, which is that you have to be in eDRX or PSM mode in order to use the GPS. A&amp;nbsp;recommended use-case is to use the AT CSCON event to signal when you can or cannot use the GPS.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>