<?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 ICM20948 wake up on motion issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68772/nrf52-with-icm20948-wake-up-on-motion-issue</link><description>Hello, 
 I&amp;#39;m having an issue with my nrf52832 with and ICM20948 IMU attached. My issue is related to wake up on motion. I believe I&amp;#39;ve set it right but I can&amp;#39;t make it work. I&amp;#39;ve searched through the forums and related posts, yet I&amp;#39;m missing something</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Nov 2020 13:50:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68772/nrf52-with-icm20948-wake-up-on-motion-issue" /><item><title>RE: NRF52 with ICM20948 wake up on motion issue</title><link>https://devzone.nordicsemi.com/thread/281829?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 13:50:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8c5904f-d8d4-45f1-a345-afc16e9ec0ca</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As far as I can see from the datasheet of the sensor, the&amp;nbsp;INT_PIN_CFG register has a reset value of 0x00. This should mean that &amp;quot;0 – The logic level for INT1 pin is active high&amp;quot;, unless you configure it otherwise.&lt;/p&gt;
&lt;p&gt;The best option should then be to configure the input pin on the nRF52 to sense transition to high, with a pulldown to make sure that the pin is in the state you want it until the sensor pulls it high:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_gpio_cfg_sense_input(4, NRF_GPIO_PIN_PULLDOWN, NRF_GPIO_PIN_SENSE_HIGH); &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Have you verified with a scope/logic analyzer that the input pin actually receives an interrupt signal from the sensor?&lt;/p&gt;
&lt;p&gt;If not, the Invensense forum may be able to provide you with the correct configuration needed to enable the interrupt signal.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>