<?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>LSM6DS3 I2C int()</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39134/lsm6ds3-i2c-int</link><description>Hi I trying to interface Accelerometer sensor LSM6DS3 to NRF52832 DK. 
 whether I need to change board configuration or any pin configuration. 
 Pin configuration that i have used are shown in picture 
 is there any LSM6DS3 config file or library need</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Oct 2018 13:35:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39134/lsm6ds3-i2c-int" /><item><title>RE: LSM6DS3 I2C int()</title><link>https://devzone.nordicsemi.com/thread/151475?ContentTypeID=1</link><pubDate>Wed, 03 Oct 2018 13:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c83d4d91-756a-4624-8a06-1e89d7293de4</guid><dc:creator>awneil</dc:creator><description>[quote userid="73165" url="~/f/nordic-q-a/39134/lsm6ds3-i2c-int/151467"]a quick google search returned a Github repo [/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/sunil-vignesh"&gt;Sunil vignesh&lt;/a&gt; Note also that GitHub itself has a &amp;#39;&lt;strong&gt;Search&lt;/strong&gt;&amp;#39; facility - always a good place to&amp;nbsp;try when looking for code ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LSM6DS3 I2C int()</title><link>https://devzone.nordicsemi.com/thread/151467?ContentTypeID=1</link><pubDate>Wed, 03 Oct 2018 13:27:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e115d65e-4714-4430-8be9-ef803f068d80</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;In addition to awneil&amp;#39;s great answer i would add that&amp;nbsp;Nordic doesn&amp;#39;t provide any official drivers for the LSM6DS3, however a quick google search returned a Github repo which contains a driver for the LSM6DS3 which supports the nRF52:&amp;nbsp;&lt;a href="https://github.com/electronut/ElectronutLabs-bluey/blob/master/code/bluey-common/LSM6DS3.c"&gt;https://github.com/electronut/ElectronutLabs-bluey/blob/master/code/bluey-common/LSM6DS3.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good luck with your project&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LSM6DS3 I2C int()</title><link>https://devzone.nordicsemi.com/thread/151434?ContentTypeID=1</link><pubDate>Wed, 03 Oct 2018 12:34:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e36473b5-e65b-4d6c-9de4-b3a022ac74cf</guid><dc:creator>awneil</dc:creator><description>[quote userid="74103" url="~/f/nordic-q-a/39134/lsm6ds3-i2c-int/151412"]Is there any default or predefined Library to access LSM6DS3[/quote]
&lt;p&gt;Did you not read my previous reply?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LSM6DS3 I2C int()</title><link>https://devzone.nordicsemi.com/thread/151412?ContentTypeID=1</link><pubDate>Wed, 03 Oct 2018 11:52:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e7e1e7b-d684-4cb8-912b-e51347be5f90</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi, Is there any default or predefined Library to access LSM6DS3 sensor.. please suggest me a solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LSM6DS3 I2C int()</title><link>https://devzone.nordicsemi.com/thread/151353?ContentTypeID=1</link><pubDate>Wed, 03 Oct 2018 08:16:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abde2086-b2d2-4684-a3b5-5923cf19e177</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You mean this:&amp;nbsp;&lt;a href="https://www.st.com/en/mems-and-sensors/lsm6ds3.html"&gt;https://www.st.com/en/mems-and-sensors/lsm6ds3.html&lt;/a&gt;&lt;/p&gt;
[quote userid="74103" url="~/f/nordic-q-a/39134/lsm6ds3-i2c-int"]whether I need to change board configuration or any pin configuration[/quote]
&lt;p&gt;Have you looked at the &lt;strong&gt;schematics&lt;/strong&gt;?&lt;/p&gt;
&lt;p&gt;They will show you what pins are available, and what are used by other stuff on the board.&lt;/p&gt;
&lt;p&gt;Nordic provide a TWI driver to deal with the specifics of &lt;em&gt;their&lt;/em&gt; hardware.&lt;/p&gt;
&lt;p&gt;For the specifics of the &lt;strong&gt;ST&lt;/strong&gt; device, you will need to consult the &lt;strong&gt;ST&lt;/strong&gt; documentation - see link above..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;EDIT&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;ST&lt;/strong&gt; page has a link for, &amp;quot;&lt;span&gt;&lt;em&gt;Standard C platform-independent drivers for MEMS motion and environmental sensors&lt;/em&gt;&amp;quot; - suggest you look at that!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>