<?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 SDK 1.7 + Actinius Icarus (nRF9160)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82072/nrf-sdk-1-7-actinius-icarus-nrf9160</link><description>Hi,
I cannot compile the sample of VL53L0X with VSC.
I have the following error: &amp;#39;DT_N_INST_0_st_vl53l0x_P_label&amp;#39; undeclared (first use in this function) 
Do I need to add specific information related to my Icarus card? 
 By reworking the sample with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Nov 2021 22:01:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82072/nrf-sdk-1-7-actinius-icarus-nrf9160" /><item><title>RE: nRF SDK 1.7 + Actinius Icarus (nRF9160)</title><link>https://devzone.nordicsemi.com/thread/340805?ContentTypeID=1</link><pubDate>Thu, 25 Nov 2021 22:01:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5d41334-a081-4670-bb32-584c089267b8</guid><dc:creator>Alskandar</dc:creator><description>&lt;p&gt;Merci, &amp;ccedil;a a fonctionn&amp;eacute;.&lt;br /&gt;Il fallait &amp;eacute;galement cr&amp;eacute;er l&amp;#39;application en mode Workspace et non freestanding.&lt;/p&gt;
&lt;p&gt;Thanks !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF SDK 1.7 + Actinius Icarus (nRF9160)</title><link>https://devzone.nordicsemi.com/thread/340696?ContentTypeID=1</link><pubDate>Thu, 25 Nov 2021 11:10:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d268c96-58e7-4fa9-9ffe-f134e2e8e873</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I did no other change to the example (zephyr/samples/sensor/vl53l0x/) other than create the folder &amp;quot;boards&amp;quot; and place the overlay file in that folder.&lt;/p&gt;
&lt;p&gt;I configured for board actinius_icarus_ns (therefore the overlay was in path path/to/&lt;span&gt;zephyr/samples/sensor/vl53l0x/&lt;/span&gt;boards/&lt;span&gt;actinius_icarus_ns.overlay)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Remember to re-create your build after adding new changes to the device tree (ie. delete the build and regenerate it).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF SDK 1.7 + Actinius Icarus (nRF9160)</title><link>https://devzone.nordicsemi.com/thread/340687?ContentTypeID=1</link><pubDate>Thu, 25 Nov 2021 10:10:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:482193af-6772-4ebe-a8b2-12574e5f25f2</guid><dc:creator>Alskandar</dc:creator><description>&lt;p&gt;thanks for help !&lt;/p&gt;
&lt;p&gt;I added an overlay file (actinius_icarus.overlay) in a folder boards.&lt;/p&gt;
&lt;p&gt;Whitout success, have you made any other changes ? on the call of device_get_binding ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF SDK 1.7 + Actinius Icarus (nRF9160)</title><link>https://devzone.nordicsemi.com/thread/340681?ContentTypeID=1</link><pubDate>Thu, 25 Nov 2021 09:44:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d4ccd96-b391-4673-9aba-de3cb4aaff34</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You&amp;#39;ll need to add the vl53l0x to your device tree overlay.&lt;/p&gt;
&lt;p&gt;That is usually done by adding a board specific overlay, in my_application/boards/$board.overlay.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s what I added to the board overlay file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;i2c2 {
        status = &amp;quot;okay&amp;quot;;
        vl53l0x@29 {
                compatible = &amp;quot;st,vl53l0x&amp;quot;;
                reg = &amp;lt;0x29&amp;gt;;
                label = &amp;quot;VL53L0X&amp;quot;;
        };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>