<?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>nrf_cloud not connecting in thingy91X</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121688/nrf_cloud-not-connecting-in-thingy91x</link><description>Hello Nordic team, 
 I’m working with the following setup: 
 
 
 Board: Thingy: 91X ( nRF9161) 
 
 
 nRF Connect SDK version: v2.9.0 
 
 
 Modem firmware version: mfw_nrf91x1_2.0.2 
 
 
 Lesson being followed: Intermediate SDK Lesson L9_E6 
 
 
 Application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 May 2025 14:05:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121688/nrf_cloud-not-connecting-in-thingy91x" /><item><title>RE: nrf_cloud not connecting in thingy91X</title><link>https://devzone.nordicsemi.com/thread/536973?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 14:05:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e774ce7-bb4b-4d15-bac5-1bddd78458e1</guid><dc:creator>JoseQS</dc:creator><description>&lt;p&gt;That did it! Thank you very much, i thought this parcel already enabled the flash:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Flash - Used by FOTA and PGPS&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_FLASH&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_FLASH_PAGE_LAYOUT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_FLASH_MAP&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_STREAM_FLASH&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MPU_ALLOW_FLASH_WRITE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_ALERT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_LOG_DIRECT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_LOG_OUTPUT_LEVEL&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;&lt;span style="color:#cccccc;"&gt;=3&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;&lt;span style="color:#000000;"&gt;But now I see the missing piece was enabling the Zephyr &lt;strong data-start="564" data-end="586"&gt;Settings subsystem&lt;/strong&gt;, which is essential for storing persistent data like PGPS predictions and other nRF Cloud-related state:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;# Settings - used by nRF Cloud library and PGPS&lt;br /&gt;&lt;span style="color:#000000;"&gt;CONFIG_SETTINGS=y&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Enables the Zephyr Settings subsystem&lt;br /&gt;&lt;span style="color:#000000;"&gt;CONFIG_SETTINGS_FCB=y&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Uses FCB (Flash Circular Buffer) as the backend&lt;br /&gt;&lt;span style="color:#000000;"&gt;CONFIG_FCB=y&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Core support for Flash Circular Buffer&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_cloud not connecting in thingy91X</title><link>https://devzone.nordicsemi.com/thread/536945?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 13:11:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90280189-56a4-4226-accc-cd8b8e0a38a7</guid><dc:creator>Maximilian Deubel</dc:creator><description>&lt;p&gt;Have you tried:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;# Settings - used by nRF Cloud library and PGPS&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SETTINGS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SETTINGS_FCB&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_FCB&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_cloud not connecting in thingy91X</title><link>https://devzone.nordicsemi.com/thread/536943?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 13:07:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1902d31e-47e1-443f-a366-ea4abdf6f602</guid><dc:creator>JoseQS</dc:creator><description>&lt;p&gt;Greetings, thank you for you response, this is my prj.conf:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:&amp;#39;Droid Sans Mono&amp;#39;, &amp;#39;monospace&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;#&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Copyright (c) 2022 Nordic Semiconductor ASA&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;#&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;#&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# General config&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_EVENTS&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_PICOLIBC_IO_FLOAT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Heap and stacks&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Extended AT host/monitor stack/heap sizes since some nrf_cloud credentials are longer than 1024 bytes.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_AT_MONITOR_HEAP_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=2048&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_AT_HOST_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=2048&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Extended memory heap size needed both for PGPS and for encoding JSON-based nRF Cloud Device Messages.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_HEAP_MEM_POOL_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=24576&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=4096&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Enable Networking and Connection Manager.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NETWORKING&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_SOCKETS&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_SOCKETS_OFFLOAD&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_MGMT_EVENT_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=2048&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_CONNECTION_MANAGER_MONITOR_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=1024&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MAIN_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=2048&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Enable LTE Connectivity using Connection Manager&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_IPV4&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_IPV6&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_IPV6_NBR_CACHE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_IPV6_MLD&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NET_CONNECTION_MANAGER&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_MODEM_LIB_NET_IF&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_DOWN&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Modem library&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_MODEM_LIB&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# AT commands interface&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_UART_INTERRUPT_DRIVEN&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_AT_HOST_LIBRARY&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# nRF Cloud&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_MQTT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y &lt;/span&gt;&lt;span style="color:#6a9955;"&gt;# This also enables FOTA by implicitly setting CONFIG_NRF_CLOUD_FOTA=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# MQTT&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MQTT_KEEPALIVE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=120&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# MCUBOOT - Needed by FOTA&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_IMG_MANAGER&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MCUBOOT_IMG_MANAGER&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_STREAM_FLASH_ERASE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MODEM_INFO&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MODEM_INFO_ADD_NETWORK&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Date Time lib - Used by PGPS and main application&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_DATE_TIME&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# LTE link control - used by PGPS and main application&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LTE_LINK_CONTROL&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Download Client - used by FOTA and PGPS&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_DOWNLOAD_CLIENT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_1024&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_DOWNLOAD_CLIENT_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=4096&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_DOWNLOAD_CLIENT_BUF_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=2300&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_DOWNLOAD_CLIENT_MAX_HOSTNAME_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=128&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Flash - Used by FOTA and PGPS&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_FLASH&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_FLASH_PAGE_LAYOUT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_FLASH_MAP&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_STREAM_FLASH&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MPU_ALLOW_FLASH_WRITE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_ALERT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_LOG_DIRECT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_LOG_OUTPUT_LEVEL&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=3&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# On initial connection to the cloud, add info sections to the shadow&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS_NETWORK&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS_SIM&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_SEND_SERVICE_INFO_FOTA&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_SEND_SERVICE_INFO_UI&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LOG&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LOG_MODE_IMMEDIATE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# STEP 2 - Enable FOTA for nRF Cloud&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_FOTA&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:&amp;#39;Droid Sans Mono&amp;#39;, &amp;#39;monospace&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;&lt;/div&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:&amp;#39;Droid Sans Mono&amp;#39;, &amp;#39;monospace&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;# USE UUID
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Enable modem-based JSON Web Token (JWT) generation required for nRF Cloud authentication&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MODEM_JWT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Configure the nRF Cloud library to use the device&amp;#39;s internal UUID as the client ID&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# 91x&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_BOOTLOADER_MCUBOOT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_cloud not connecting in thingy91X</title><link>https://devzone.nordicsemi.com/thread/536933?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 12:46:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:674a10c8-5068-4227-adc0-74d16a224252</guid><dc:creator>Maximilian Deubel</dc:creator><description>&lt;p&gt;That&amp;#39;s the first time I see this error message. Tracing it down in the source code suggests a problem with the settings subsystem. Do you have all the kconfigs needed for persistent settings storage?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_cloud not connecting in thingy91X</title><link>https://devzone.nordicsemi.com/thread/536794?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 13:32:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b22b24e-71d8-4a39-8239-7b6dd6e0d5b8</guid><dc:creator>JoseQS</dc:creator><description>&lt;p data-start="71" data-end="302"&gt;YES! Right on point! The device ID was previously set to &lt;code data-start="128" data-end="140"&gt;nrf-&amp;lt;IMEI&amp;gt;&lt;/code&gt;, but now it correctly matches the one expected by nRF Cloud, as shown in the screenshots. The fix was simply updating the &lt;code data-start="263" data-end="273"&gt;prj.conf&lt;/code&gt;&amp;nbsp;with the following settings:&lt;/p&gt;
&lt;p data-start="71" data-end="302"&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="xml"&gt;# Enable modem-based JSON Web Token (JWT) generation required for nRF Cloud authentication
CONFIG_MODEM_JWT=y

# Configure the nRF Cloud library to use the device&amp;#39;s internal UUID as the client ID
CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Now the ID in the provisioned device using the Multiple-Services example&lt;/p&gt;
&lt;div&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/6076.nrfcloud.png" /&gt;&lt;/div&gt;
&lt;div&gt;Matches my code (L9_E6 of ncs-intermediate):&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/0118.nrfconnect.png" /&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Thank you for your assistant if it is not much trouble why do i get the Failed to save session state?&lt;br /&gt;[00:02:50.471,282] &amp;lt;err&amp;gt; nrf_cloud_transport: Failed to save session state: -2&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf_cloud not connecting in thingy91X</title><link>https://devzone.nordicsemi.com/thread/536749?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 10:08:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a23bdfcc-1f76-4064-a877-69e5bf5b26f5</guid><dc:creator>Maximilian Deubel</dc:creator><description>&lt;p&gt;Hi! The -128 error you are seeing is typical for invalid credentials. I suspect that for the nRF Cloud Multi Service sample, you are using the UUID as client ID. To connect the sample from the lesson, you would need to do the same. The device certificate is tied to one specific client ID. At the moment, you are using nrf-&amp;lt;IMEI&amp;gt; as device ID. This kind of device ID is not available for Thingy:91 X, as it is reserved for the old JITP certificates used by older development kits. You can try the kconfig option &amp;quot;CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID&amp;quot;. If you feel the need to re-register your device, you can follow the guide here: &lt;a href="https://github.com/nRFCloud/utils"&gt;https://github.com/nRFCloud/utils&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let me know if that solves the issue!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>