<?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>mpu 6050 with nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28318/mpu-6050-with-nrf52840</link><description>hi, i have downloaded nrf5-mpu-example sdk 13 from github. made necessary changes to work with sdk 14.2 for nrf52840. the kit is advertising when i check it in nrf connect app i am not getting any value. need help please?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Dec 2017 13:38:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28318/mpu-6050-with-nrf52840" /><item><title>RE: mpu 6050 with nrf52840</title><link>https://devzone.nordicsemi.com/thread/111803?ContentTypeID=1</link><pubDate>Thu, 14 Dec 2017 13:38:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de470d8c-5658-4e85-9307-b1dc8175b549</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;thanks a lot it works&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mpu 6050 with nrf52840</title><link>https://devzone.nordicsemi.com/thread/111802?ContentTypeID=1</link><pubDate>Thu, 14 Dec 2017 13:22:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac9270c0-1a81-4b00-a984-7d526982ab21</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;It seems like you are forgetting to call &lt;code&gt;ble_mpu_on_ble_evt(&amp;amp;m_mpu, p_ble_evt);&lt;/code&gt; on BLE events. Call the function from the bottom of &lt;code&gt;ble_evt_handler()&lt;/code&gt; in main.c and change the signature of the function from&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void ble_mpu_on_ble_evt(ble_mpu_t * p_mpu, ble_evt_t * p_ble_evt);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void ble_mpu_on_ble_evt(ble_mpu_t * p_mpu, ble_evt_t const * p_ble_evt);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in ble_mpu.h and ble_mpu.c.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>