<?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>sdk-nrf/samples/cellular/nrf_provisioning: undefined symbol NRF_PROVISIONING_RX_BUF_SZ</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104167/sdk-nrf-samples-cellular-nrf_provisioning-undefined-symbol-nrf_provisioning_rx_buf_sz</link><description>Hi, I am trying to claim and provisioning the SparkFun Thing Plus - nRF9160 device. 
 My reference is this: https://github.com/nRFCloud/utils/blob/master/python/modem-firmware-1.3%2B/README.md#claim-and-provision- 
 
 The SDK is nrf connect sdk 2.4.2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Sep 2023 05:54:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104167/sdk-nrf-samples-cellular-nrf_provisioning-undefined-symbol-nrf_provisioning_rx_buf_sz" /><item><title>RE: sdk-nrf/samples/cellular/nrf_provisioning: undefined symbol NRF_PROVISIONING_RX_BUF_SZ</title><link>https://devzone.nordicsemi.com/thread/448059?ContentTypeID=1</link><pubDate>Thu, 28 Sep 2023 05:54:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a1c1630-26a5-489e-9974-c51cdb7a445f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi CJ,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in order to use the functionality described under&amp;nbsp;&lt;a href="https://github.com/nRFCloud/utils/blob/master/python/modem-firmware-1.3%2B/README.md#claim-and-provision-device"&gt;Claim and provision device&lt;/a&gt;, you must be on the main branch of nRF Connect SDK. You can install the main branch following steps in&amp;nbsp;&lt;span&gt;the&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.2/nrf/getting_started/installing.html#get-the-ncs-code"&gt;the nRF Connect SDK Getting started guide&lt;/a&gt;. The main branch is a more unstable branch as it features test functionality, etc. We recommend being on a stable, tagged version. nRF Connect SDK v2.5.0 targeted in Q4 of 2023.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sdk-nrf/samples/cellular/nrf_provisioning: undefined symbol NRF_PROVISIONING_RX_BUF_SZ</title><link>https://devzone.nordicsemi.com/thread/447998?ContentTypeID=1</link><pubDate>Wed, 27 Sep 2023 14:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8def31b5-52b4-40b9-a41a-fc7a740a5a7e</guid><dc:creator>harry4951</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am now using&amp;nbsp;nrf/samples/nrf9160/nrf_provisioning&lt;br /&gt;&lt;br /&gt;1.If I dont do anything extra, just build and flash. And then run the python code from the ref link in the original post.&lt;br /&gt;I got stuck at get response from AT.&lt;br /&gt;&lt;img style="max-height:176px;max-width:359px;" alt=" " height="176" src="https://devzone.nordicsemi.com/resized-image/__size/718x352/__key/communityserver-discussions-components-files/4/pastedimage1695825560864v1.png" width="359" /&gt;&lt;br /&gt;&lt;br /&gt;2.&lt;span&gt;If I directly access the UART and manully type the command &amp;quot;at AT+CFUN=4&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Command not found:&lt;/span&gt;&lt;br /&gt;&lt;img style="max-height:197px;max-width:426px;" height="197" src="https://devzone.nordicsemi.com/resized-image/__size/852x394/__key/communityserver-discussions-components-files/4/pastedimage1695828047677v1.png" width="426" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;3.If I add the following part into prj.conf, the same error as before: undefined symbol NRF_PROVISIONING_RX_BUF_SZ&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_AT_SHELL=y
CONFIG_NRF_PROVISIONING_RX_BUF_SZ=2048
CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE=2048
CONFIG_SHELL_CMD_BUFF_SIZE=2048&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;4.If I only comment the&amp;nbsp;&lt;span&gt;NRF_PROVISIONING_RX_BUF_SZ but keep the rest in #3, then build and flash, I got the same result as #1&lt;br /&gt;&lt;br /&gt;5.If I directly access the UART and manully type the command &amp;quot;at AT+CFUN=4&amp;quot;&lt;br /&gt;There is a response:&lt;br /&gt;&lt;img alt=" " height="213" src="https://devzone.nordicsemi.com/resized-image/__size/914x426/__key/communityserver-discussions-components-files/4/pastedimage1695827424871v1.png" width="457" /&gt;&lt;br /&gt;&lt;br /&gt;For the python code I am using:&lt;br /&gt;1.create_ca_cert.py&lt;br /&gt;2.claim_and_provision_device.py&lt;br /&gt;&lt;br /&gt;Can you/team behind it provide me a feasiable solution ASAP, we are in a hurry to make the system run but get stuck at provisioning?&amp;nbsp;&lt;br /&gt;In other words,&amp;nbsp;how can we make the data be able to send to nrf cloud using custom PCB with unprovisioned nrf9160?&lt;br /&gt;Step1...Step2....Step3...and every steps should work as you describe it.&lt;br /&gt; Now I am using sparfun nrf9160 as the board to try out while waiting for our PCB to be produced.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;/CJ&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sdk-nrf/samples/cellular/nrf_provisioning: undefined symbol NRF_PROVISIONING_RX_BUF_SZ</title><link>https://devzone.nordicsemi.com/thread/447727?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2023 12:54:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0165ac0-0b42-4d7c-a1e6-c97ee0365e09</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello &lt;span&gt;CJ,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am able to reproduce. The documentation seems to be written for latest version of nRF Connect SDK, also known as the main tag, and not for nRF Connect SDK v2.4.2. I&amp;#39;ve forwarded to our cloud team responsible for this script.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As you are using nRF Connect v2.4.2, the file path will be different than the main tag.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.4.2/samples/nrf9160/nrf_provisioning"&gt;nrf/samples/nrf9160/nrf_provisioning&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;versus&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/nrf_provisioning"&gt;nrf/samples/cellular/nrf_provisioning&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/nrf_provisioning"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>