<?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>nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31155/nrf52-with-mpu9255</link><description>Hi ,I am using nrf52 DK with mpu9255.I am using source code given here here .of this link,I have taken &amp;#39;nrf5-ble-data-ready-interrupts&amp;#39; example .code builts fine in keil v5 though.I am not getting accel values. 
 
 help will be appreciated.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Mar 2018 08:14:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31155/nrf52-with-mpu9255" /><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/125458?ContentTypeID=1</link><pubDate>Thu, 22 Mar 2018 08:14:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e53f02c2-9146-4ac2-a8a5-7f7420c359a3</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;i need to add manufacturer data to same example ,sdk14&lt;/p&gt;
&lt;p&gt;can you please&amp;nbsp; suggest example to refer for s132?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/125107?ContentTypeID=1</link><pubDate>Tue, 20 Mar 2018 09:13:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08575445-2e4a-4996-9a46-450e66289fca</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;&lt;strong&gt;Do i need to make here 39 instead of 199 ?&lt;br /&gt;&lt;/strong&gt;Yes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;what changes do i need make if i want to send data only after i write a value to characteristic&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;I advice you to study the&amp;nbsp;&lt;a title="BLE Blinky Application" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/ble_sdk_app_blinky.html?cp=4_0_0_4_2_2_3"&gt;BLE Blinky Application&lt;/a&gt;&amp;nbsp;example. It shows how you can turn on an LED by writing to a characteristic. With a little modification you can use this to achieve what you want.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/124754?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 12:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1eb913ae-de82-4654-b5e6-eab4dec30a28</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;yes.&lt;/p&gt;
&lt;p&gt;1.In the code sample rate set&amp;nbsp; is 5Hz, If i require to change it to suppose 25Hz ,Do i need to make here 39 instead of 199 ?&lt;/p&gt;
&lt;p&gt;p_mpu_config.smplrt_div = 199;&amp;nbsp; &amp;nbsp;// Change sampelrate. Sample Rate = Gyroscope Output Rate / (1 + SMPLRT_DIV). 199 gives a sample rate of 5Hz&lt;/p&gt;
&lt;p&gt;2.Data is sent directly when i enable the notification after connection to device .what changes do i need make if i want to send data only after i write a value to characteristic ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/124697?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 08:19:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3da3b472-8cc0-4855-a54c-33f600c51bfa</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;If you look on the back side of your kit you can see which pins are already being used for things like UART. In the MPU examples the UART are configured before the MPU in the code. If you &amp;quot;override&amp;quot; the UART configuration and use the UART pins for the MPU then naturally you will not see anything printed to your terminal. This is why I chose to use pin 3,4,28,29 and 30 by default in the examples since they are not being used by anything else.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/124505?ContentTypeID=1</link><pubDate>Thu, 15 Mar 2018 08:11:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f6c57ee-dedb-465f-af5a-6cf3ea1e3daa</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;Yes .I have set and i have changed INT pin as well ,Because pin 0.08 is is connected to INT pin of mpu9250&lt;/p&gt;
&lt;p&gt;#define MPU_MPU_INT_PIN 8&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;in pca10040.h file these 3 pins are used for&lt;/p&gt;
&lt;p&gt;#define RX_PIN_NUMBER 8 &lt;br /&gt;#define TX_PIN_NUMBER&amp;nbsp; 6&lt;br /&gt;#define CTS_PIN_NUMBER&amp;nbsp; 7&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/124417?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 15:07:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c64253f1-6d85-4ba9-bc8a-4b606e2d0abc</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;If you want SDA on P0.06 and SCL on P0.07 you should set:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define MPU_TWI_SCL_PIN 7&lt;/p&gt;
&lt;p&gt;#define MPU_TWI_SDA_PIN 6&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/124105?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 09:28:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5982596f-21a8-443a-88eb-576fd4c0677b</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;i am using same code for &lt;a href="https://github.com/kriswiner/nRF52832DevBoard"&gt;board&lt;/a&gt;&amp;nbsp;.I have changed SCL and SDA as follows&lt;/p&gt;
&lt;p&gt;In main.c&lt;/p&gt;
&lt;p&gt;#define MPU_MPU_INT_PIN&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; //as INT pin10&amp;nbsp; for given kit .Physical number 12&lt;/p&gt;
&lt;p&gt;in nrf_drv_mpu_twi.c&lt;/p&gt;
&lt;p&gt;#define MPU_TWI_SCL_PIN 9&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;#define MPU_TWI_SDA_PIN 8&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;because Pin&amp;nbsp; p0.06 i.e physical number 8 and&amp;nbsp; P0.07 i.e physical pin number 9&lt;/p&gt;
&lt;p&gt;&lt;img class="align-right" style="float:right;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_20180313_5F00_151020070.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I am not &amp;nbsp;getting values for accel and magneto&amp;nbsp; .please suggest which about pin number/code change&lt;/p&gt;
&lt;p&gt;Here i am using nRF52 DK as a debugger/programmer.another h/w is my application h/w&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123955?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 14:10:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b854f399-43ca-41df-98b7-71da98406c9a</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;Yes ...Its working now with both SPI/TWI.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123929?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 13:13:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0886694-f988-4938-9498-99406bdee581</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Here you go:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-40a41d462768402ea8747e10820b7cc3/asdf.PNG" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Did you try my test hex file?&lt;/p&gt;
&lt;p&gt;Note that I have bypassed the&amp;nbsp;voltage regulator on my MPU9255 breakout board with a solder bridge. Hence I can feed it with VDD from my nRF52DK, and not 5V as it seems like you do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123745?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 17:02:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ae1e585-7df8-42f3-9bc0-0fda42d5807a</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes,as mentioned earlier ,I have programmEd nrf52 dk with soft device s132 then loaded dk with example code.&lt;/p&gt;
&lt;p&gt;Can you share your 52dk interfacing with mpu9255 diagram/image ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123734?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 15:18:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1f4c92a-c84c-4e54-ab2b-a9d9365dc321</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you remembered to program the Softdevice?&lt;/p&gt;
&lt;p&gt;Can you program the attached test.hex file. That contains the softdevice and the application and should work. If not there is something wrong with your HW or wiring.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-40a41d462768402ea8747e10820b7cc3/test.hex"&gt;devzone.nordicsemi.com/.../test.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123547?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 07:17:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dae09ff9-b1bc-47be-9d9c-3d042b3f8f8c</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tried with fresh code form github.i am not able to see accel values .but before getting values i should get MPU BLE device in nrf connect Application.But i dont see such device&amp;nbsp;under &amp;#39;SCANNER&amp;#39; option in nrf connect (downloaded from nordic website).&lt;/p&gt;
&lt;p&gt;i am using default pins as given in example.I am connecting pins as shown in image.Please have a look and correct me if wrong .&lt;/p&gt;
&lt;p&gt;I have programmed nrf52 with softdevice s132.I have checked supply for MPU9255 (5v w.r.t GND) as shown in image and its 5 V dc&amp;nbsp;&lt;br /&gt;&lt;img class="align-left" style="float:left;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_20180309_5F00_120714857.jpg" /&gt;&lt;img class="align-right" style="float:right;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_20180309_5F00_120748677.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123468?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 15:00:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17d6fce4-ad3b-4cf4-972b-ae923d12b032</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you try download a fresh copy of the examples from github and try again: Please use the pin described in the example:&lt;/p&gt;
&lt;p&gt;In nrf_drv_mpu_spi.c:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define MPU_SPI_MISO_PIN    28 // MPU SDO. &amp;#39;AD0&amp;#39; on MPU breakout board silk screen
#define MPU_SPI_MOSI_PIN    4  // MPU SDI. &amp;#39;SDA&amp;#39; on MPU breakout board silk screen
#define MPU_SPI_SCL_PIN     3  // MPU SCLK. &amp;#39;SCL&amp;#39; on MPU breakout board silk screen
#define MPU_SPI_CS_PIN      29 // MPU nCS. &amp;#39;NCS&amp;#39; on MPU breakout board silk screen&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In main.c&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define MPU_MPU_INT_PIN     30&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And remember to program the Softdevice in addition to the application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It should work straight out of the box. If it doesn&amp;#39;t there must be something wrong with your kit, sensor, or wiring.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123344?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 07:20:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92d6b241-a409-400c-b34c-02751005bacb</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hi ,&lt;/p&gt;
&lt;p&gt;Default pins&amp;nbsp; &lt;span&gt;&amp;nbsp;&lt;/span&gt;specified in&amp;nbsp;&lt;span&gt;nrf_drv_mpu_spi.c are&amp;nbsp; pin 4,28,3,29.do I&amp;nbsp; need to connect these 4 wires as shown in image&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_20180308_5F00_123845569.jpg" /&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123242?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 12:36:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf79c111-f14c-4dec-8dfe-e3c7e64305ee</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;yes,I tried with default pins.&lt;/p&gt;
&lt;p&gt;i didnot get accel values.I even tried to print on&amp;nbsp;jlink&amp;nbsp; RTT viewer by giving some logs in main() function&amp;nbsp; .but nothing printed&amp;nbsp;on&amp;nbsp;&lt;span&gt;jlink&lt;/span&gt;&lt;span&gt;&amp;nbsp; RTT.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123202?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 09:48:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce37abc4-c9c5-4fe4-9f11-8b8b5f076e53</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;Yes,I cant use pin 21.&lt;/p&gt;
&lt;p&gt;which pins of nrf52 dk do i need to use defualt pins&amp;nbsp; 4,28,3,29 given in nrf_drv_mpu_spi.c ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123120?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 15:57:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c294e29e-4971-433f-b9a7-27cfda212996</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Then why did you post an image of the pin documentation for the PCA10056? The PCA10040 version on github should work out of the box. Have you tried the example with the default pins? You can&amp;#39;t use pin 21 on the kit. Refer to the silkscreen below the kit to see why.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123086?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 13:43:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1824220f-5417-4488-afed-a9dc9824208d</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;Hi MartinBL,&lt;/p&gt;
&lt;p&gt;I amnot using PCA 10056.I am using PCA10040.can you share link of updated git hub example&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123079?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 13:20:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f8aa0db-f5c9-461c-a35b-909907ec6b2c</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have pushed an updated &amp;#39;&lt;span&gt;nrf5-ble-data-ready-interrupts&amp;#39;&amp;nbsp;example&lt;/span&gt; to github that I have tested with a PCA10056 and an MPU9255.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that to use pin 17, 19, 20, and 21 on the PCA10056 you will need to cut some solder bridges and do some soldering as these pins are not actually connected to the P24 header on the kit by default (as is described in the image you have posted): &lt;a title="Solder bridge configuration" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52840_pdk/solder_bridge.html?cp=2_0_3_7_14"&gt;Solder bridge configuration&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/123026?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 10:59:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8bb6e14-5280-431b-9d94-caf4d512e106</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hi,can you help on this .with the link you provided i m getting this error&amp;nbsp;&amp;nbsp;&lt;span&gt;identifier &amp;quot; mpu_config_t &amp;quot; undefined.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/122993?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 09:32:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75216dc1-24ec-4c87-936f-0c612f0887b3</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;included,&lt;/p&gt;
&lt;p&gt;one more error&amp;nbsp; identifier &amp;quot; mpu_config_t &amp;quot; undefined&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/122990?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 09:24:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fbdac81-4fb1-43b4-838c-dd489d9ea8da</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;yes you can include it will work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/122989?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 09:19:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57b2eee5-3da9-4641-8806-06088f144927</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hi,tried with given link ,code shows&amp;nbsp; errors as cannotopen source input file &amp;quot;app_mpu.h&amp;quot; ,&amp;quot; ble_mpu.h&amp;quot;, &amp;quot; mpu9255_register_map.h&amp;quot;&lt;/p&gt;
&lt;p&gt;shall i include the same file given in &lt;a href="https://github.com/Martinsbl/nrf5-mpu-examples"&gt;here&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/122984?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 09:10:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93f2333f-1a28-49b4-94ab-37a0ae5612d6</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; in the zip file go to pca10056.h file in there they have mentioned the pin numbers like this&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/mpu9255_5F00_1.png" /&gt;&lt;/p&gt;
&lt;p&gt;check as per your needs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 with MPU9255</title><link>https://devzone.nordicsemi.com/thread/122979?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 08:57:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96edc496-e856-4da6-80e6-e97e397ebbe1</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hi,please confirm me with these mentioned pins which i am using for spi to interface with dk board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>