<?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>LTE-M  &amp;amp; GNSS together not works in my project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115658/lte-m-gnss-together-not-works-in-my-project</link><description>I have integrated HTTP client &amp;amp; GNSS example project as per my requirement. 
 After initialization I get GNSS Tracking: 6 Using: 0 Unhealthy: 1 
 &amp;amp; Insufficient GNSS time windows. message &amp;amp; GNSS not get fixed most of the time. 
 Can you guide me for integrating</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Nov 2024 12:34:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115658/lte-m-gnss-together-not-works-in-my-project" /><item><title>RE: LTE-M  &amp; GNSS together not works in my project</title><link>https://devzone.nordicsemi.com/thread/510476?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 12:34:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac9e564f-4858-4e74-baa8-3d50c9fcd967</guid><dc:creator>Hakon</dc:creator><description>[quote user="gopalambike"]How to disable PSM mode?[/quote]
&lt;p&gt;Why would you disable PSM if you intend to use the GPS?&lt;/p&gt;
[quote user="gopalambike"]How to check PSM is enabled or not?[/quote]
&lt;p&gt;Can be read using the XMONITOR at cmd.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE-M  &amp; GNSS together not works in my project</title><link>https://devzone.nordicsemi.com/thread/509078?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 10:20:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95e510b1-0e4a-4b9e-a280-ff96f215e747</guid><dc:creator>gopalambike</dc:creator><description>&lt;p&gt;Not sure , How to check PSM is enabled or not?&lt;/p&gt;
&lt;p&gt;How to disable PSM mode?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE-M  &amp; GNSS together not works in my project</title><link>https://devzone.nordicsemi.com/thread/508927?ContentTypeID=1</link><pubDate>Mon, 04 Nov 2024 11:11:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1d10b5c-0acb-42c7-8681-11aa46ff527f</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Have you ensured that PSM is granted in the network you are connected to?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE-M  &amp; GNSS together not works in my project</title><link>https://devzone.nordicsemi.com/thread/508369?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2024 13:17:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1030c9da-c6f5-49bf-99ab-4b4c0395c2bc</guid><dc:creator>gopalambike</dc:creator><description>&lt;p&gt;GNSS example works fine , I have connected external antenna.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Configuration I&amp;nbsp;have:&lt;/p&gt;
&lt;p&gt;#&lt;br /&gt;# Copyright (c) 2023 Nordic Semiconductor ASA&lt;br /&gt;#&lt;br /&gt;# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause&lt;br /&gt;#&lt;/p&gt;
&lt;p&gt;# General&lt;br /&gt;# 1024&lt;br /&gt;CONFIG_HEAP_MEM_POOL_SIZE=8192 &lt;br /&gt;CONFIG_MAIN_STACK_SIZE=4096&lt;br /&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1536&lt;/p&gt;
&lt;p&gt;# Logging&lt;br /&gt;CONFIG_LOG=y&lt;/p&gt;
&lt;p&gt;# Network&lt;br /&gt;CONFIG_NETWORKING=y&lt;br /&gt;CONFIG_NET_SOCKETS=y&lt;br /&gt;CONFIG_NET_SOCKETS_POSIX_NAMES=y&lt;br /&gt;CONFIG_NET_IPV4=y&lt;br /&gt;CONFIG_NET_IPV6=y&lt;br /&gt;CONFIG_NET_CONNECTION_MANAGER=y&lt;br /&gt;CONFIG_NET_CONNECTION_MANAGER_MONITOR_STACK_SIZE=1024&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;CONFIG_CJSON_LIB=y&lt;br /&gt;CONFIG_NEWLIB_LIBC=y&lt;br /&gt;CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y&lt;br /&gt;CONFIG_HTTP_CLIENT=y //added 23/8/24&lt;/p&gt;
&lt;p&gt;# CONFIG_LOG_DEFAULT_LEVEL=3&lt;br /&gt;CONFIG_LTE_LINK_CONTROL=y&lt;/p&gt;
&lt;p&gt;## Commented for testing&lt;br /&gt;# CONFIG_PDN=y&lt;br /&gt;# CONFIG_PDN_DEFAULTS_OVERRIDE=y&lt;br /&gt;# CONFIG_PDN_DEFAULT_APN=&amp;quot;\&amp;quot;lpwa.vodafone.iot\&amp;quot;&amp;quot;&lt;br /&gt;## Enable NB-IoT network mode&lt;br /&gt;# CONFIG_LTE_NETWORK_MODE_NBIOT=y&lt;br /&gt;## Enable GNSS support&lt;br /&gt;# CONFIG_LTE_NETWORK_MODE_NBIOT_GPS=y&lt;/p&gt;
&lt;p&gt;# CONFIG_LTE_NETWORK_MODE_LTE_M =y&lt;br /&gt;CONFIG_LTE_NETWORK_MODE_LTE_M_GPS=y&lt;/p&gt;
&lt;p&gt;# Enable modem functionalities if not already enabled&lt;br /&gt;CONFIG_MODEM_KEY_MGMT=y&lt;br /&gt;CONFIG_REBOOT=y&lt;/p&gt;
&lt;p&gt;CONFIG_NRF_MODEM_LIB=y&lt;br /&gt;CONFIG_GNSS=y&lt;br /&gt;# CONFIG_GNSS_PRIORITY=10&lt;br /&gt;# CONFIG_GNSS_SAMPLE_MODE=y&lt;/p&gt;
&lt;p&gt;CONFIG_GNSS_SATELLITES=y&lt;br /&gt;CONFIG_LOG_BUFFER_SIZE=8192&lt;br /&gt;CONFIG_GNSS_DUMP_TO_LOG=y&lt;br /&gt;CONFIG_GNSS_LOG_LEVEL_DBG=y&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;CONFIG_MODEM_ANTENNA_GNSS_ONBOARD=y&lt;br /&gt;CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=n&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;# General&lt;br /&gt;CONFIG_FPU=y&lt;br /&gt;# CONFIG_NRF_MODEM_LIB=y&lt;br /&gt;CONFIG_STDOUT_CONSOLE=y&lt;br /&gt;CONFIG_UART_INTERRUPT_DRIVEN=y&lt;br /&gt;CONFIG_PICOLIBC_IO_FLOAT=y&lt;br /&gt;# CONFIG_LOG=y&lt;br /&gt;CONFIG_LOG_MODE_IMMEDIATE=y&lt;/p&gt;
&lt;p&gt;# GNSS sample&lt;br /&gt;# Enable to use nRF Cloud A-GNSS&lt;br /&gt;# CONFIG_GNSS_SAMPLE_ASSISTANCE_NRF_CLOUD=n&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;# Request eDRX from the network&lt;br /&gt;CONFIG_LTE_EDRX_REQ=y&lt;br /&gt;# PSM requested periodic TAU 8 hours&lt;br /&gt;CONFIG_LTE_PSM_REQ_RPTAU=&amp;quot;00101000&amp;quot;&lt;br /&gt;# PSM requested active time 6 seconds&lt;br /&gt;# CONFIG_LTE_PSM_REQ_RAT=&amp;quot;00000011&amp;quot;&lt;br /&gt;CONFIG_LTE_PSM_REQ_RAT=&amp;quot;00100001&amp;quot;&lt;/p&gt;
&lt;p&gt;# AT Host library - Used to send AT commands directy from an UART terminal and to allow&lt;br /&gt;# integration with nRF Connect for Desktop LTE Link monitor application.&lt;br /&gt;CONFIG_AT_HOST_LIBRARY=y&lt;/p&gt;
&lt;p&gt;# Networking&lt;br /&gt;CONFIG_NET_SOCKETS_OFFLOAD=y&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE-M  &amp; GNSS together not works in my project</title><link>https://devzone.nordicsemi.com/thread/507364?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 12:44:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38a98e12-974a-4cb9-b997-5aedad5c2fe0</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;are you testing this outside where there GPS receiver signal is sufficient? Have you enabled PSM in your application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>