<?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>nrf52832 Dk board interface with LSM6DSL with nrf SDK v1.7.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82506/nrf52832-dk-board-interface-with-lsm6dsl-with-nrf-sdk-v1-7-0</link><description>Hello, 
 I have done the setup of Lsm5dsl with Nrf52832 DK board but I little bit confused about what hardware configuration is there so please guide me. 
 
 This is Code for lsm6dsl : lsm6dsl Code link 
 And I am following these steps: 
 Detail Docu</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Dec 2021 12:57:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82506/nrf52832-dk-board-interface-with-lsm6dsl-with-nrf-sdk-v1-7-0" /><item><title>RE: nrf52832 Dk board interface with LSM6DSL with nrf SDK v1.7.0</title><link>https://devzone.nordicsemi.com/thread/343644?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 12:57:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1b7bed8-aeab-46a7-8ee1-8e3daba1866a</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You need to add a node to your board&amp;#39;s DTS file.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;See this for example:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;&amp;amp;i2c0 {
	compatible = &amp;quot;nordic,nrf-twim&amp;quot;;
	status = &amp;quot;okay&amp;quot;;
	clock-frequency = &amp;lt;I2C_BITRATE_FAST&amp;gt;;
	sda-pin = &amp;lt;7&amp;gt;;
	scl-pin = &amp;lt;8&amp;gt;;

    lsm6dsl@6b {
		compatible = &amp;quot;st,lsm6dsl&amp;quot;;
		reg = &amp;lt;0x6b&amp;gt;;
		label = &amp;quot;LSM6DSL&amp;quot;;
		irq-gpios = &amp;lt; 9 GPIO_ACTIVE_HIGH&amp;gt;;
	};
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 Dk board interface with LSM6DSL with nrf SDK v1.7.0</title><link>https://devzone.nordicsemi.com/thread/342499?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 09:47:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:527dbfb8-7c03-4146-b9fb-21665d173010</guid><dc:creator>satyaveer singh </dc:creator><description>&lt;p&gt;so I am not aware about where the SCL and SDA pins are on the board. Please guide me with the pin diagram so that I can connect my sensor on that dedicated I2C pins. If there is accessibility that we can convert any GPIO pins into&amp;nbsp; I2C pin then please guide me on how to do it as I am a newbee.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 Dk board interface with LSM6DSL with nrf SDK v1.7.0</title><link>https://devzone.nordicsemi.com/thread/342495?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 09:37:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfa11788-5171-41e6-b246-5bf9464a38aa</guid><dc:creator>haakonsh</dc:creator><description>[quote user=""]I little bit confused about what hardware configuration is there so please guide me.[/quote]
&lt;p&gt;What exactly do you need help with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>