<?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>MPU9250 READ ID FAILED</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86906/mpu9250-read-id-failed</link><description>Here is my situation:when I run the project &amp;quot;i2c_mpu9250&amp;quot;,it worked. But when I applied it to &amp;quot;Ble_app_uart&amp;quot;,in which I wanted to trans datas from nRF to Iphone, it failed.I checked several times and found that it cannot read mpu ID, I meant &amp;quot;id = 0&amp;quot;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Apr 2022 14:53:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86906/mpu9250-read-id-failed" /><item><title>RE: MPU9250 READ ID FAILED</title><link>https://devzone.nordicsemi.com/thread/364518?ContentTypeID=1</link><pubDate>Fri, 22 Apr 2022 14:53:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:963f7da6-fad8-4f9f-bb98-fbe1a7b8bfc2</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Can you send me the whole project so that I can check it from here ? In addition what do you mean by saying &amp;#39;&amp;#39;two examples are the same&amp;#39;&amp;#39;?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Kazi Afroza Sultana&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MPU9250 READ ID FAILED</title><link>https://devzone.nordicsemi.com/thread/363322?ContentTypeID=1</link><pubDate>Sun, 17 Apr 2022 07:35:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c8515fc-244e-40ac-a298-adddb3d8e13a</guid><dc:creator>jaychou</dc:creator><description>&lt;p&gt;Thanks, actually, the two examples are the same, my nRF52840 used pin(0,29) for SCL and pin(0,28) for SDA.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MPU9250 READ ID FAILED</title><link>https://devzone.nordicsemi.com/thread/363214?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 13:47:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7794302-8c8f-470f-ab13-ec741a6b90e2</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think there may be conflict in pin assignment when two examples ( i2c_mpu9250 and ble_app_uart) work together. Could you please share what are the pins used for i2C?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Kazi Afroza Sultana&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MPU9250 READ ID FAILED</title><link>https://devzone.nordicsemi.com/thread/363090?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 03:30:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f1bf871-9f2a-4d2e-b114-7f1d7d9aa0e4</guid><dc:creator>jaychou</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	  do
	  {
		    nrf_drv_mpu_read_registers(MPU9250_REG_WHO_AM_I,&amp;amp;id,1);
			  if(id != MPU9250_WHO_AM_I_VALUE)
				{
					  printf(&amp;quot;ID:  %d\r\n&amp;quot;,id);
			      printf(&amp;quot;mpu9250 init err...\r\n&amp;quot;);
			      nrf_delay_ms(500);
				}
		}while(id != MPU9250_WHO_AM_I_VALUE);&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>