<?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>Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83328/unable-to-provision-by-configuring-asynchronous-uart</link><description>I have starting working with UART. I see that there are two options for configuring it: UART_0_ASYNC and UART_0_INTERRUPT_DRIVEN. I want to use ASYNC option for my UART, but when I enable this option, the device is unable to be provisioned anymore. It</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Feb 2022 14:00:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83328/unable-to-provision-by-configuring-asynchronous-uart" /><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/354377?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 14:00:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d60bf53-82f1-4874-b50f-ac4db3621d77</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello Ashish,&lt;/p&gt;
&lt;p&gt;Well the app is mainly made with developers in mind, so its understandable if it isnt the perfect fit for your use case. However, there is nothing wrong with creating your own app using our mesh libraries for Android and iOS, to automate that process in the same way our provisioner example does.&lt;/p&gt;
&lt;p&gt;When it comes to configuration there are some things that the unit could come equipped with from the factory, while there might be other things that could depend on the network and what role in the network the unit has. Ie. with switches and lights you would most often configure them considering they&amp;#39;re in the same room, and to make them publish and subscribe to the room group, respectively.&lt;/p&gt;
&lt;p&gt;So in a way this all depends on your use-case. One would often want to maintain and make changes to the network at a later point, which would make using an embedded unit a worse choice and the smart phone, along with its ease of use a better option. But I guess it might be that you would want all of your units configured the same way, and have zero concerns about unauthorized units taking advantage of this.&lt;/p&gt;
&lt;p&gt;Instead of simply telling you not to use an embedded device for this I should rather say that Mesh is not designed with that case in mind.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/354216?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 18:35:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38e68c19-c1f0-4a4f-aff8-8065d3430073</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;/p&gt;
&lt;p&gt;I do understand the static configuration might not be a secure way. But then I want to know what will you suggest when we need to deploy few hundred of devices in a network. Should we use pre-provisioned device using app or a fixed embedded device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/354201?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 15:49:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7582d582-e4af-40ef-8812-a374b8b99056</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hey Ashish,&lt;/p&gt;
&lt;p&gt;The thing with provisioning examples is that we do not want to encourage you to make use an embedded device for it, due to its importance. If you take a look at &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_provisioner_README.html?cp=8_2_3_10"&gt;the documentation for the Provisioner in the nRF5 SDK for Mesh it says&lt;/a&gt;: &amp;quot;The provisoner example is the default Bluetooth mesh network configurator. It works in a fixed, predefined way and can be used as the static provisioner with the following examples&amp;quot;. The example is there for you to avoid spending a lot of time configuring just to try a few examples. However, it is not meant to be used in production, and is not very scalable.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I believe that is why we haven&amp;#39;t included one in NCS. Though I do see how you&amp;nbsp;could use one in this example.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/353526?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 08:14:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d526679-c5dc-4fea-823d-e4925a8b66ce</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Thanks Elfving,&lt;/p&gt;
&lt;p&gt;Yes, I&amp;nbsp;am able to manually&amp;nbsp;configure the device after the reboot. I also checked if it is fixed in the latest release 3.1.7 and its not.&lt;/p&gt;
&lt;p&gt;So, I am also wondering if we have provisioner example for nrf connect sdk so that I can use that to provision rather depending on the mobile application? (in nrf mesh sdk I see one example)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/352267?ContentTypeID=1</link><pubDate>Thu, 10 Feb 2022 09:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6773178c-301c-40b4-a7ee-a3ca2972b6bb</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hey again,&lt;/p&gt;
&lt;p&gt;This seems to be an issue that occurs on Android when a device is unable to send&amp;nbsp;Device Composition Data Status message to the Android app. We believed this should be fixed in the most recent version of the app but it apparently is not. One workaround is to&amp;nbsp;reboot the device and connect to it again using Android app, and carry out configuration manually (for example adding app keys).&lt;/p&gt;
&lt;p&gt;We are looking into it, but at least there should be one solution available to you already.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/351054?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 10:26:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16537623-66a9-4117-bdfe-d9b1bf2da8d8</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;/p&gt;
&lt;p&gt;I think when you have only Async line enabled, it is not configuring the UART properly. Therefore, I also use the GUI in segger &amp;quot;Configure nRF Connect SDK project&amp;quot;.&lt;/p&gt;
&lt;p&gt;And yes, without enabling async and with interrupt based, it works without any issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The mobile app version is 3.1.6.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/351046?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 09:58:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21e1c99f-f22a-4e9a-9c68-fbf0d51fda44</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;But with only the ASYNC line enabled it still works for you I assume then?&lt;/p&gt;
&lt;p&gt;What about only having the &amp;quot;CONFIG_UART_0_INTERRUPT_DRIVEN=n&amp;quot; line enabled?&lt;/p&gt;
&lt;p&gt;And what app version are you using btw?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/350801?ContentTypeID=1</link><pubDate>Wed, 02 Feb 2022 09:32:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7210ad35-f756-4771-86bf-a2e637acd13a</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;I debug a bit, it seems that the error happens in bt_mesh_model_foreach() of&amp;nbsp;v1.7.1\zephyr\subsys\bluetooth\mesh\access.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/350730?ContentTypeID=1</link><pubDate>Tue, 01 Feb 2022 15:36:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84b66518-0c98-4e1e-8f4a-3ea920a31ca8</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;/p&gt;
&lt;p&gt;Yes, I still see issue in the project you added if we enable all the four lines in prj.conf&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;CONFIG_SERIAL=y&lt;br /&gt;CONFIG_UART_ASYNC_API=y&lt;br /&gt;CONFIG_UART_0_INTERRUPT_DRIVEN=n&lt;br /&gt;CONFIG_UART_0_ASYNC=y&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/350728?ContentTypeID=1</link><pubDate>Tue, 01 Feb 2022 15:25:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de2f685b-d7b9-43b3-96bb-0985f1fcbcbe</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi Ashish,&lt;/p&gt;
&lt;p&gt;Yeah, I think I am running into the issue you are describing now. It doesn&amp;#39;t show on iPhones, which is what I tried it on earlier. I am looking into it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Btw, are you getting the same issue in this project here?&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/chat.7z"&gt;devzone.nordicsemi.com/.../chat.7z&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/350623?ContentTypeID=1</link><pubDate>Tue, 01 Feb 2022 10:46:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de90ba15-630d-4cd1-aecf-cf1cbfc2ae8f</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/elfving"&gt;Elfving&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do you able to reproduce the issue?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ashish&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/349819?ContentTypeID=1</link><pubDate>Wed, 26 Jan 2022 15:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d937f34b-e9f2-4255-84d5-1146a593fdc9</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;/p&gt;
&lt;p&gt;That is weird that it is working for you, do not you receive the &amp;quot;initial configuration failed&amp;quot;?&lt;br /&gt;I am using Android and tried on Samsung A31 and One plus Nord2.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ashish&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/349814?ContentTypeID=1</link><pubDate>Wed, 26 Jan 2022 15:36:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdf063e9-0a1f-49e8-9fb4-8bc2622fd0c4</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hey Ashish,&lt;/p&gt;
&lt;p&gt;Sorry about that, I forgot that you had already sent me those. I only tried to provision the standard projects before (along with your configurations). But I have now also tried to provision your entire project just in case, and that also does work for me.&lt;/p&gt;
&lt;p&gt;What type of phone do you have? Have you tried it with another one?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/349492?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 10:42:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23f605fc-b755-46fd-b425-14f626aad791</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What exactly you need apart from already sent projects (&amp;quot;chat-not-working.zip&amp;quot;, &amp;quot;chat-working_fine.zip&amp;quot;)? Can you please expand?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ashish&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/349483?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 10:16:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00dcc7b5-f437-41e5-b4ef-b530a2c89fd9</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello again,&lt;/p&gt;
&lt;p&gt;Could you send me your project along with the troublesome configurations?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/348931?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 12:51:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:667f72f4-9871-4a56-ad19-e2e561ec0e49</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No, that is the only issue I found in the chat example. Normally, I am using the mesh examples, and I tried light_switch, and sensor_client; they are working fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/348487?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 12:06:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b9d959d-fa90-4649-96ef-d5976b57df2e</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I see.&lt;/p&gt;
&lt;p&gt;And there is nothing else with the behavior that is failing/ strange? Besides not being provisioned, everything works? Is there for instance any issue incorporating the blinky example into the project, and get that working?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347698?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 08:48:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bcbb460-a521-4072-9947-30d927ad98d1</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi Elfving,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I enable few logs and the failure happens like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/async_5F00_fails.JPG" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/WhatsApp-Image-2022_2D00_01_2D00_14-at-09.44.01.jpeg" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And when it is successful, the logs are like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/async_5F00_suc.JPG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347685?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 07:50:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4421af2e-2889-459a-9bcb-e6484645f096</guid><dc:creator>Elfving</dc:creator><description>[quote user="Ashishsult"]May be you can try to provision the device (nrf52832) with the changes in prj.conf as mentioned before and see if you are able to do so. I already posted the code as well before.[/quote]
&lt;p&gt;Yeah, I am not able to reproduce this. It does work for me.&lt;/p&gt;
[quote user="Ashishsult"]Because even if there is nothing provisioned already, we have the same issue.&lt;br /&gt;[/quote]
&lt;p&gt;That is interesting. I agree that it would be odd if what was already provisioned would cause this error, but I thought that was the only difference between your situation in which it doesn&amp;#39;t work, and mine in which it does. &lt;/p&gt;
&lt;p&gt;Could you expand a bit on in what way you see provisioning failing? And is there anything else with the behavior of the example that is failing/strange?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347553?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 10:38:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89f7c6b8-6c17-45c0-b7b5-e4a92c688ddf</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;I wanted to have three nodes: 1. With UART as client, 2. Without UART as Relay and&amp;nbsp; 3. Without UART as Server.&lt;br /&gt;&lt;br /&gt;But I don&amp;#39;t understand how this issue of provisioning a device linked with it.&lt;br /&gt;Because even if there is nothing provisioned already, we have the same issue.&lt;br /&gt;&lt;br /&gt;May be you can try to provision the device (nrf52832) with the changes in prj.conf as mentioned before and see if you are able to do so. I already posted the code as well before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347552?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 10:29:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9370f18-a59d-4579-961e-c88e36be48a9</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;What other nodes are on the network? And how many?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347549?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 10:20:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1370c4d4-15d7-4e2c-8c10-3c249249ee12</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Yes, I add these lines in the prj.conf file, run CMake and then build. I connect, erase device and flash it to the device using Segger.&lt;/p&gt;
&lt;p&gt;Next, I use Mobile nRF Mesh App v3.1.6 to provision the device (which fails).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Other nodes in my use case doesn&amp;#39;t have the UART so are successfully provisioned.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347548?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 10:14:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c28b89f4-75f9-4468-9035-deeaf8c2dbf8</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Are these the configurations you added when you attempted to provision?&lt;/p&gt;
[quote user="Ashishsult"]&lt;p&gt;&lt;span style="font-size:75%;"&gt;CONFIG_SERIAL=y&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:75%;"&gt;CONFIG_UART_ASYNC_API=y&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:75%;"&gt;CONFIG_UART_0_INTERRUPT_DRIVEN=n&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:75%;"&gt;CONFIG_UART_0_ASYNC=y&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;And did you provision using the nRF Mesh app? Where any other nodes provisioned as well?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347546?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 10:13:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a85ca8fd-5aed-4a00-86d9-ad01ef668d6f</guid><dc:creator>Ashishsult</dc:creator><description>&lt;p&gt;Hi Elving, yes, I tried with unmodified example in two SDK versions 1.71. and 1.6.1. And both of them shows issue during provisioning.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to provision by configuring asynchronous UART</title><link>https://devzone.nordicsemi.com/thread/347544?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 10:04:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12634e53-fe54-4bfd-987a-d312fad7dc05</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I see.&lt;/p&gt;
&lt;p&gt;And that is with a completely unmodified example as well?&lt;/p&gt;
&lt;p&gt;Might be that when you open the chat example you open it along with a series of other modifications as well, that are the actual cause of the problem. To make sure the example you use isn&amp;#39;t modified as well as keeping the projects you have in this version of the SDK, you could try and install another version of NCS and see if the issue occurs in that version of the chat example as well.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>