<?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>Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115018/failed-to-configure-gnss</link><description>Hello, 
 I have a custom board with an nRF9160 and is running mfw_nrf9160_1.3.5. The design is ready for production so I thought I will build 10 boards first as a pilot run. Out of the 10 boards, one is giving me the following error. 
 W: nrf_modem_gnss_agps_expiry_get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Oct 2024 13:34:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115018/failed-to-configure-gnss" /><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/505205?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2024 13:34:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5138eef3-384b-4e83-827c-42b34cd085cd</guid><dc:creator>flau</dc:creator><description>&lt;p&gt;Thanks Dejan.&amp;nbsp; I think you can close this ticket at this point.&amp;nbsp; Although it is weird, I will put in a line in the code to check the mode.&amp;nbsp; If it is not set correctly, then I will issue the xsystemmode command.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/505197?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2024 13:18:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a76da1a-5f3c-4d55-984a-38992f79a663</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="flau"]What I found out last night was that the 2 failed boards have %xsystemmode=1,0,0,0, whereas all good working boards have %xsystemmode=1,1,1,0.[/quote][quote user="flau"]My question is why is this happening when all boards are running the same code and same modem firmware?&amp;nbsp; Do I have to set xsystemmode=1,1,1,0 manually at the beginning of the code?&amp;nbsp;[/quote]
&lt;p&gt;Looking at&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ref_at_commands/page/REF/at_commands/mob_termination_ctrl_status/xsystemmode_set.html"&gt;%XSYSTEMMODE set&lt;/a&gt;&amp;nbsp;command, it might be that the operator has overridden values which are configured.&amp;nbsp;&lt;span&gt;%xsystemmode command is allowed only before activating the modem using the&amp;nbsp;+CFUN=1&lt;/span&gt;&lt;span&gt;&amp;nbsp;command. If the mode needs to be changed, ensure that modem has entered minimum functionality mode +CFUN=0 or flight mode CFUN=4 before doing the change.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/505025?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2024 13:57:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6b820e1-2cb9-48c3-81c6-b8e1fca0b834</guid><dc:creator>flau</dc:creator><description>&lt;p&gt;What I found out last night was that the 2 failed boards have %xsystemmode=1,0,0,0, whereas all good working boards have %xsystemmode=1,1,1,0.&amp;nbsp; I then manually entered at%xsystemmode=1,1,1,0 on the 2 failed boards and then they both worked now.&amp;nbsp; My question is why is this happening when all boards are running the same code and same modem firmware?&amp;nbsp; Do I have to set xsystemmode=1,1,1,0 manually at the beginning of the code?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504932?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2024 07:32:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d82aaad-8e47-4fbd-a62c-0626d02faeba</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Return value -13 from&amp;nbsp;&lt;span&gt;nrf_modem_gnss_agps_expiry_get() is -NRF_EACCES which according to nrf_modem_gnss.h&amp;nbsp;&lt;span dir="ltr"&gt;means &amp;quot;GNSS is not enabled in system or functional mode&amp;quot;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It looks like you might be having problems due to misconfiguration. In your project configuration, you have selected both&amp;nbsp;CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS=y and&lt;br /&gt;CONFIG_LTE_NETWORK_DEFAULT=y but these options are mutually exclusive. Only one of them should be selected. Based on the device&amp;#39;s behavior the latter one (CONFIG_LTE_NETWORK_DEFAULT=y) gets applied and the system mode stored in modem&amp;#39;s NVM is used. You could try to remove&amp;nbsp;CONFIG_LTE_NETWORK_DEFAULT=y from your project configuration so that you only have&amp;nbsp;CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS=y which is probably the option which you want to use.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504902?ContentTypeID=1</link><pubDate>Thu, 03 Oct 2024 20:42:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8317dcd-dc4f-4a04-b99e-66da368e1c46</guid><dc:creator>flau</dc:creator><description>&lt;p&gt;Now confirmed 2 out of the 10 pre-production boards are showing the same&amp;nbsp;nrf_modem_gnss_agps_expiry_get() failure issue.&amp;nbsp; The second one was running fine for days before.&amp;nbsp; Can you tell me exactly what causes the function to fail?&amp;nbsp; Where can I find this function?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504768?ContentTypeID=1</link><pubDate>Thu, 03 Oct 2024 01:03:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80eb2045-d2f4-49bf-8f36-cb475743866f</guid><dc:creator>flau</dc:creator><description>&lt;p&gt;Here is the prj.conf.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;# General config&lt;/p&gt;
&lt;p&gt;CONFIG_NCS_SAMPLES_DEFAULTS=y&lt;br /&gt;CONFIG_REBOOT=y&lt;br /&gt;CONFIG_FPU=y&lt;br /&gt;CONFIG_ASSERT=y&lt;br /&gt;CONFIG_STDOUT_CONSOLE=y&lt;br /&gt;CONFIG_I2C=y&lt;br /&gt;CONFIG_GPIO=y&lt;br /&gt;CONFIG_PWM=y&lt;br /&gt;CONFIG_MAIN_THREAD_PRIORITY=7&lt;br /&gt;#CONFIG_PWM_LOG_LEVEL_DBG=y&lt;br /&gt;CONFIG_ENTROPY_GENERATOR=y&lt;/p&gt;
&lt;p&gt;# Enable custom AT commands&lt;br /&gt;CONFIG_AT_CUSTOM_CMD=y&lt;/p&gt;
&lt;p&gt;# LSM6DSL&lt;br /&gt;CONFIG_SPI=y&lt;br /&gt;CONFIG_SENSOR=y&lt;/p&gt;
&lt;p&gt;# NEWLIB C&lt;br /&gt;CONFIG_NEWLIB_LIBC=y&lt;br /&gt;CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y&lt;br /&gt;CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048&lt;/p&gt;
&lt;p&gt;# Network&lt;br /&gt;CONFIG_NETWORKING=y&lt;br /&gt;CONFIG_NET_NATIVE=n&lt;br /&gt;CONFIG_NET_SOCKETS=y&lt;br /&gt;CONFIG_NET_SOCKETS_OFFLOAD=y&lt;/p&gt;
&lt;p&gt;# LTE link control&lt;br /&gt;CONFIG_MODEM_KEY_MGMT=y&lt;br /&gt;CONFIG_LTE_LINK_CONTROL=y&lt;br /&gt;#CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_DBG=y&lt;/p&gt;
&lt;p&gt;CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS=y&lt;br /&gt;CONFIG_LTE_NETWORK_DEFAULT=y&lt;/p&gt;
&lt;p&gt;CONFIG_LTE_MODE_PREFERENCE_AUTO=y&lt;/p&gt;
&lt;p&gt;CONFIG_LTE_AUTO_INIT_AND_CONNECT=n&lt;br /&gt;CONFIG_LTE_EDRX_REQ=y&lt;/p&gt;
&lt;p&gt;CONFIG_LTE_PSM_REQ_RAT=&amp;quot;11100000&amp;quot;&lt;/p&gt;
&lt;p&gt;# Modem library&lt;br /&gt;CONFIG_NRF_MODEM_LIB=y&lt;/p&gt;
&lt;p&gt;# CONFIG for China Telecom&lt;br /&gt;CONFIG_ZZHC=y&lt;br /&gt;CONFIG_TRUSTED_EXECUTION_NONSECURE=y&lt;br /&gt;CONFIG_FLASH_PAGE_LAYOUT=y&lt;br /&gt;CONFIG_FLASH_MAP=y&lt;br /&gt;CONFIG_MPU_ALLOW_FLASH_WRITE=y&lt;br /&gt;CONFIG_NVS=y&lt;br /&gt;CONFIG_SETTINGS_NVS_SECTOR_COUNT=6&lt;br /&gt;CONFIG_ZZHC_STACK_SIZE=2048&lt;br /&gt;CONFIG_ZZHC_THREAD_PRIO=10&lt;/p&gt;
&lt;p&gt;# AT Host&lt;br /&gt;CONFIG_UART_INTERRUPT_DRIVEN=y&lt;br /&gt;CONFIG_AT_HOST_LIBRARY=y&lt;/p&gt;
&lt;p&gt;# AWS IoT library&lt;br /&gt;CONFIG_AWS_IOT=y&lt;br /&gt;CONFIG_AWS_IOT_CLIENT_ID_APP=y&lt;br /&gt;CONFIG_AWS_IOT_BROKER_HOST_NAME_APP=y&lt;/p&gt;
&lt;p&gt;CONFIG_AWS_IOT_SEC_TAG=13579&lt;br /&gt;CONFIG_AWS_IOT_APP_SUBSCRIPTION_LIST_COUNT=5&lt;br /&gt;CONFIG_AWS_IOT_CLIENT_ID_MAX_LEN=40&lt;br /&gt;CONFIG_AWS_IOT_TOPIC_UPDATE_DELTA_SUBSCRIBE=y&lt;br /&gt;CONFIG_AWS_IOT_LAST_WILL=y&lt;br /&gt;CONFIG_AWS_IOT_TOPIC_GET_ACCEPTED_SUBSCRIBE=y&lt;br /&gt;CONFIG_AWS_IOT_TOPIC_GET_REJECTED_SUBSCRIBE=y&lt;br /&gt;CONFIG_AWS_IOT_AUTO_DEVICE_SHADOW_REQUEST=n&lt;br /&gt;CONFIG_AWS_IOT_PROVISION_CERTIFICATES=y&lt;/p&gt;
&lt;p&gt;CONFIG_MQTT_KEEPALIVE=1200&lt;br /&gt;CONFIG_MQTT_CLEAN_SESSION=y&lt;/p&gt;
&lt;p&gt;# Date Time library&lt;br /&gt;CONFIG_DATE_TIME=y&lt;/p&gt;
&lt;p&gt;# Heap and stacks&lt;br /&gt;CONFIG_MAIN_STACK_SIZE=8192&lt;br /&gt;# Extended memory heap size needed for encoding REST messages to JSON&lt;br /&gt;CONFIG_HEAP_MEM_POOL_SIZE=49152&lt;br /&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=8192&lt;br /&gt;# Increase AT monitor heap because %NCELLMEAS notifications can be large&lt;br /&gt;CONFIG_AT_MONITOR_HEAP_SIZE=2048&lt;/p&gt;
&lt;p&gt;# MCUBOOT&lt;br /&gt;CONFIG_BOOTLOADER_MCUBOOT=y&lt;br /&gt;CONFIG_MCUBOOT_IMG_MANAGER=y&lt;/p&gt;
&lt;p&gt;# DFU Target&lt;br /&gt;CONFIG_DFU_TARGET=y&lt;/p&gt;
&lt;p&gt;# Image manager&lt;br /&gt;CONFIG_FLASH=y&lt;br /&gt;CONFIG_IMG_MANAGER=y&lt;br /&gt;CONFIG_IMG_ERASE_PROGRESSIVELY=y&lt;/p&gt;
&lt;p&gt;# AWS FOTA&lt;br /&gt;CONFIG_AWS_FOTA=y&lt;br /&gt;CONFIG_FOTA_DOWNLOAD=y&lt;br /&gt;CONFIG_FOTA_DOWNLOAD_PROGRESS_EVT=y&lt;br /&gt;CONFIG_DFU_TARGET=y&lt;/p&gt;
&lt;p&gt;# CJSON&lt;br /&gt;CONFIG_CJSON_LIB=y&lt;/p&gt;
&lt;p&gt;# Download client (needed by AWS FOTA)&lt;br /&gt;CONFIG_DOWNLOAD_CLIENT=y&lt;br /&gt;CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_1024=y&lt;br /&gt;CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096&lt;br /&gt;CONFIG_DOWNLOAD_CLIENT_LOG_LEVEL_INF=y&lt;br /&gt;CONFIG_DOWNLOAD_CLIENT_BUF_SIZE=2300&lt;/p&gt;
&lt;p&gt;# Location library&lt;br /&gt;CONFIG_LOCATION=y&lt;/p&gt;
&lt;p&gt;# Logging&lt;br /&gt;#CONFIG_LOG=y&lt;br /&gt;#CONFIG_LOG_PRINTK=y&lt;br /&gt;CONFIG_LOG_MODE_IMMEDIATE=n&lt;/p&gt;
&lt;p&gt;# nRF Cloud (for A-GPS and cell location)&lt;br /&gt;CONFIG_NRF_CLOUD_REST=y&lt;br /&gt;CONFIG_NRF_CLOUD_AGPS=y&lt;br /&gt;CONFIG_MODEM_INFO=y &lt;br /&gt;CONFIG_MODEM_INFO_ADD_NETWORK=y&lt;/p&gt;
&lt;p&gt;# Modem JWT&lt;br /&gt;CONFIG_MODEM_JWT=y&lt;/p&gt;
&lt;p&gt;# Multicell location service selection&lt;br /&gt;CONFIG_MULTICELL_LOCATION_SERVICE_NRF_CLOUD=y&lt;/p&gt;
&lt;p&gt;CONFIG_MODEM_ANTENNA_GNSS_ONBOARD=y&lt;br /&gt;CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=n&lt;br /&gt;#CONFIG_MODEM_ANTENNA_AT_MAGPIO=&amp;quot;AT%XMAGPIO=1,0,0,3,1,1565,1586,0,1710,2200,0,698,746&amp;quot;&lt;br /&gt;CONFIG_MODEM_ANTENNA_AT_COEX0=&amp;quot;AT%XCOEX0=1,1,1565,1586&amp;quot;&lt;br /&gt;CONFIG_TFM_KEY_FILE_S=&amp;quot;C:/ncs/v2.3.0/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072.pem&amp;quot;&lt;br /&gt;CONFIG_TFM_KEY_FILE_NS=&amp;quot;C:/ncs/v2.3.0/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072_1.pem&amp;quot;&lt;br /&gt;CONFIG_NRF_CLOUD_CLIENT_ID_PREFIX=&amp;quot;abc-&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504767?ContentTypeID=1</link><pubDate>Thu, 03 Oct 2024 00:54:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7637e977-fa7a-441d-b095-5c5ade2b3d52</guid><dc:creator>flau</dc:creator><description>&lt;p&gt;How about this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;*** Booting Zephyr OS build v3.2.99-ncs2 ***&lt;br /&gt;I: AT filter enabled with 2 entries.&lt;br /&gt;I: UART check failed: 12. Dropping buffer and retrying.&lt;br /&gt;FOTA version: v1.0.8&lt;br /&gt;mfw_nrf9160_1.3.5&lt;br /&gt;OK&lt;/p&gt;
&lt;p&gt;I: 2 Sectors of 4096 bytes&lt;br /&gt;I: alloc wra: 0, fe8&lt;br /&gt;I: data wra: 0, 0&lt;br /&gt;%XSIM: 1&lt;br /&gt;Connecting to LTE...&lt;br /&gt;+CEREG: 2,&amp;quot;D6DD&amp;quot;,&amp;quot;086F8A0C&amp;quot;,7&lt;br /&gt;LTE cell changed: Cell ID: 141527564, Tracking area: 55005&lt;br /&gt;+CSCON: 1&lt;br /&gt;Stop timer&lt;br /&gt;OK&lt;br /&gt;%XTIME: ,&amp;quot;42013000344569&amp;quot;,&amp;quot;01&amp;quot;&lt;br /&gt;+CEREG: 5,&amp;quot;D6DD&amp;quot;,&amp;quot;086F8A0C&amp;quot;,7,,,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;&lt;br /&gt;Network registration status: Connected - roaming&lt;br /&gt;Connected to LTE&lt;br /&gt;PSM parameter update: TAU: 3600, Active time: -1&lt;br /&gt;%XTIME: ,&amp;quot;42013000347569&amp;quot;,&amp;quot;01&amp;quot;&lt;br /&gt;W: nrf_modem_gnss_agps_expiry_get() failed, err -13&lt;br /&gt;Next connection retry in 30 seconds&lt;br /&gt;AWS_IOT_EVT_CONNECTING&lt;br /&gt;E: Failed to configure GNSS&lt;br /&gt;I: Location retrieval failed using &amp;#39;GNSS&amp;#39;, trying with &amp;#39;Cellular&amp;#39; next&lt;br /&gt;%NCELLMEAS: 0,&amp;quot;086F8A0C&amp;quot;,&amp;quot;302220&amp;quot;,&amp;quot;D6DD&amp;quot;,528,5145,54,45,10,2691,8627&lt;br /&gt;AWS_IOT_EVT_CONNECTED&lt;br /&gt;AWS_IOT_EVT_READY&lt;br /&gt;AWS_IOT_EVT_PUBACK, ID: 50196&lt;br /&gt;AWS_IOT_EVT_PUBACK, ID: 21871&lt;br /&gt;AWS_IOT_EVT_PUBACK, ID: 40499&lt;br /&gt;+CSCON: 0&lt;br /&gt;*** Booting Zephyr OS build v3.2.99-ncs2 ***&lt;br /&gt;I: AT filter enabled with 2 entries.&lt;br /&gt;I: UART check failed: 12. Dropping buffer and retrying.&lt;br /&gt;FOTA version: v1.0.8&lt;br /&gt;mfw_nrf9160_1.3.5&lt;br /&gt;OK&lt;/p&gt;
&lt;p&gt;I: 2 Sectors of 4096 bytes&lt;br /&gt;I: alloc wra: 0, fe8&lt;br /&gt;I: data wra: 0, 0&lt;br /&gt;%XSIM: 1&lt;br /&gt;Connecting to LTE...&lt;br /&gt;+CEREG: 2,&amp;quot;D6DD&amp;quot;,&amp;quot;086F8A0C&amp;quot;,7&lt;br /&gt;LTE cell changed: Cell ID: 141527564, Tracking area: 55005&lt;br /&gt;+CSCON: 1&lt;br /&gt;%XTIME: ,&amp;quot;42013000548469&amp;quot;,&amp;quot;01&amp;quot;&lt;br /&gt;+CEREG: 5,&amp;quot;D6DD&amp;quot;,&amp;quot;086F8A0C&amp;quot;,7,,,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;&lt;br /&gt;Network registration status: Connected - roaming&lt;br /&gt;Connected to LTE&lt;br /&gt;PSM parameter update: TAU: 3600, Active time: -1&lt;br /&gt;%XTIME: ,&amp;quot;42013000540569&amp;quot;,&amp;quot;01&amp;quot;&lt;br /&gt;W: nrf_modem_gnss_agps_expiry_get() failed, err -13&lt;br /&gt;Next connection retry in 30 seconds&lt;br /&gt;AWS_IOT_EVT_CONNECTING&lt;br /&gt;E: Failed to configure GNSS&lt;br /&gt;I: Location retrieval failed using &amp;#39;GNSS&amp;#39;, trying with &amp;#39;Cellular&amp;#39; next&lt;br /&gt;%NCELLMEAS: 0,&amp;quot;086F8A0C&amp;quot;,&amp;quot;302220&amp;quot;,&amp;quot;D6DD&amp;quot;,528,5145,54,38,4,6666,6654&lt;br /&gt;AWS_IOT_EVT_CONNECTED&lt;br /&gt;AWS_IOT_EVT_READY&lt;br /&gt;AWS_IOT_EVT_PUBACK, ID: 37682&lt;br /&gt;AWS_IOT_EVT_PUBACK, ID: 51606&lt;br /&gt;AWS_IOT_EVT_PUBACK, ID: 54204&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I booted the device twice.&amp;nbsp; You can see both times the error is the same.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504721?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 14:43:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df9f32e5-fe06-4b6e-9a7e-644ce7cdac7a</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Floyd,&lt;br /&gt;&lt;br /&gt;We would need a log to have better insight what might be causing the error. Please provide full log at your earliest convenience.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504600?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 01:04:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74ab4782-b92d-44ba-8f9f-f79d28aeefe3</guid><dc:creator>flau</dc:creator><description>&lt;p&gt;Apologize for my late response.&amp;nbsp; The application is to collect gyroscope and accelerometer data and send to AWS IoT MQTT server with either a GPS location or cellular location.&amp;nbsp; The firmware is based on the AWS_IOT example and the LOCATION example.&amp;nbsp; I have AWS_IOT as a thread, LOCATION as another thread, reading gyro and accelerometer as yet another thread, and finally a house-keeping thread that checks battery, push button, etc.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have built at least 10 prototypes before.&amp;nbsp; No such error has ever happened.&amp;nbsp; Now we build another 10 pre-production boards.&amp;nbsp; Nine out of 10 work as expected.&amp;nbsp; But there is one board showing the error mentioned as soon as the LOCATION thread starts.&amp;nbsp; AWS_IOT thread has no problem.&lt;/p&gt;
&lt;p&gt;Unfortunately, I can&amp;#39;t provide a complete error log at this moment.&amp;nbsp; I will try to capture a log next week when I am back in the office.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Floyd&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504314?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 09:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7f9d7b5-1662-4f44-a506-ba7c2f36b740</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you provide more information about your application?&lt;br /&gt;&lt;br /&gt;When did the error occur?&lt;br /&gt;&lt;br /&gt;Could you please provide complete error log?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/504006?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 13:31:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a321b48-6af7-4d1c-b0cc-bf0b4c1cefd1</guid><dc:creator>flau</dc:creator><description>&lt;p&gt;Thank you, Runar.&amp;nbsp; We built a number of prototype before these 10 units.&amp;nbsp; None of them have this problem either.&amp;nbsp; This is the first time we see error like this.&amp;nbsp; We definitely can&amp;#39;t test every single unit during production to see if this happens.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to configure GNSS</title><link>https://devzone.nordicsemi.com/thread/503943?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 11:03:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d93093c-693c-4abd-b0dc-72dbaa1ec81a</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi Floyd&lt;/p&gt;
&lt;p&gt;I will start looking into your case. Our teams nRF91x is out of office due to training so it might be a bit slower response&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;RUnar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>