<?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>[PyACI] How can reconfigure a node after reset the serial device?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39668/pyaci-how-can-reconfigure-a-node-after-reset-the-serial-device</link><description>I using the nRF mesh SDK v2.2.0 
 I do the below steps: 
 - Provisioning the light node by the interactive PyACI 
 - Configure the light node 
 - Can the node with PyACI using GenericOnOffClient 
 - Store the database 
 - Exit the interactive PyACI 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 May 2019 02:29:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39668/pyaci-how-can-reconfigure-a-node-after-reset-the-serial-device" /><item><title>RE: [PyACI] How can reconfigure a node after reset the serial device?</title><link>https://devzone.nordicsemi.com/thread/186273?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 02:29:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8344a4eb-da89-4be1-bbe4-6c09471dc3fc</guid><dc:creator>Thierry</dc:creator><description>&lt;p&gt;Thank you for your solution. I personally used&amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;db.nodes[1].unicast_address&lt;/p&gt;
&lt;p class="p1"&gt;instead of &lt;/p&gt;
&lt;p class="p1"&gt;0x17&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [PyACI] How can reconfigure a node after reset the serial device?</title><link>https://devzone.nordicsemi.com/thread/153720?ContentTypeID=1</link><pubDate>Sun, 21 Oct 2018 13:26:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2d6d73c-8218-4db7-9ccb-f74eeb746bc0</guid><dc:creator>Hai Nguyen</dc:creator><description>&lt;p&gt;I have resovled it.&lt;/p&gt;
&lt;p&gt;db = MeshDB(&amp;quot;database/example_database.json&amp;quot;)&lt;br /&gt; p = Provisioner(device, db) &lt;br /&gt; device.send(cmd.DevkeyAdd(0x17, 0, db.nodes[1].device_key)) &lt;br /&gt; device.send(cmd.AddrPublicationAdd(0x17))&lt;br /&gt; cc = ConfigurationClient(db)&lt;br /&gt; device.model_add(cc)&lt;br /&gt; cc.publish_set(8, 0) &lt;br /&gt;cc.composition_data_get()&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>