<?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>Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31101/using-mpu9250-with-nrf52-sdk-and-52832-part</link><description>I want to use the MPU9250 driver found in the Thingy SDK in my nRF52 project. I am using GCC 7.2 Arm/Eclipse as the development environment. The driver source file inv_mpu_dmp_motion_driver.c from the Thingy distribution includes thingy_config.h which</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 May 2018 16:01:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31101/using-mpu9250-with-nrf52-sdk-and-52832-part" /><item><title>RE: Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/thread/134237?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 16:01:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:768c2cd8-106c-41c6-8ae3-73362415086d</guid><dc:creator>achandran</dc:creator><description>&lt;p&gt;Thanks. This is what I am thinking about too, do you have any pointers on what files you pulled and the changes you had to do for it to build?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/thread/134235?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 15:41:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b640c48d-0b96-42d6-8eb6-83585da49ee9</guid><dc:creator>Kerry Calvert</dc:creator><description>&lt;p&gt;I ended up pulling some code from the Thingy distribution in my source code base and making some modifications to the source and header so it could build.&amp;nbsp; The modifications were to get around the assumptions about the pca10040 made in the Thingy code so I could build against a project that is using the pca10032.&lt;/p&gt;
&lt;p&gt;The net result is a few modules pulled from the Thingy code that have modifications (inv_mpu.c, inv_mpu_dmp_motion_driver.c, drv_mpu_9250, and a few others) that will have to be reviewed on new releases of SDKnRF52 or Thingy code base.&amp;nbsp; It is not ideal, but is manageable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/thread/134205?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 13:48:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df47d6f9-dc62-4724-8e8a-876680172875</guid><dc:creator>achandran</dc:creator><description>&lt;p&gt;Kerry,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am going through this exact problem. I am using Keil for developing and wwas hoping to use the MPU9250 driver with pca10040. Did you resolve your questions? Any pointers?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/thread/124097?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 09:07:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:530865f0-bc0b-4762-bdeb-b324a211cc52</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Nordic-Thingy52-FW/blob/master/source/drivers/drv_mpu9250.c"&gt;https://github.com/NordicSemiconductor/Nordic-Thingy52-FW/blob/master/source/drivers/drv_mpu9250.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Nordic-Thingy52-FW/blob/master/include/drivers/drv_mpu9250.h"&gt;https://github.com/NordicSemiconductor/Nordic-Thingy52-FW/blob/master/include/drivers/drv_mpu9250.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Did you know that these are official files? If not, then this could be a good modules to base your libraries on&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/thread/123750?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 18:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2e0a678-4946-462a-a411-13e4ff8e16ff</guid><dc:creator>Kerry Calvert</dc:creator><description>&lt;p&gt;I looked over the sample code provided, but did not see the equivalent code such as drv_mpu9250 and drv_motion from the Thingy project.&amp;nbsp; We are trying to decide whether the use the SDK13 on which the Thingy was built to take advantage of testing that has been done with this code, or to port this code to be compatible with a build based on SDK14.2&lt;/p&gt;
&lt;p&gt;Is there a recommendation regarding doing this port in terms of what sort of risk we are taking, and what sort of support would be available if we run into problems?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/thread/123749?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 18:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd51a1dd-c737-42ee-a79b-5396e9cd2a7e</guid><dc:creator>Kerry Calvert</dc:creator><description>&lt;p&gt;I looked over the sample code provided, but did not see the equivalent code such as drv_mpu9250 and drv_motion from the Thingy project.&amp;nbsp; We are trying to decide whether the use the SDK13 on which the Thingy was built to take advantage of testing that has been done with this code, or to port this code to be compatible with a build based on SDK14.2&lt;/p&gt;
&lt;p&gt;Is there a recommendation regarding doing this port in terms of what sort of risk we are taking, and what sort of support would be available if we run into problems?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using MPU9250 with nRF52 SDK and 52832 part</title><link>https://devzone.nordicsemi.com/thread/122726?ContentTypeID=1</link><pubDate>Mon, 05 Mar 2018 04:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb2a0dec-30bb-4302-a4b2-54b0cb5d01a8</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; here is the source file for pca10040 download it from this link&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/Martinsbl/nrf5-mpu-examples"&gt;https://github.com/Martinsbl/nrf5-mpu-examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>