<?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>Wake up trigger design</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92352/wake-up-trigger-design</link><description>Hello, 
 I developed low power device. I&amp;#39;m using external wake up timer the TPL5111. But this IC output not enough for my device wake up. So I decide add new component (N channel mosfet). Currently I don&amp;#39;t know how to wake nrf with this mosfet. Here is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Oct 2022 13:19:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92352/wake-up-trigger-design" /><item><title>RE: Wake up trigger design</title><link>https://devzone.nordicsemi.com/thread/390036?ContentTypeID=1</link><pubDate>Mon, 10 Oct 2022 13:19:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14865ba2-337b-42f0-adb7-1efb3e708380</guid><dc:creator>sasci</dc:creator><description>&lt;p&gt;You&amp;#39;re late. When he didn&amp;#39;t answer, I sent the circuit board to production.&amp;nbsp;Because project final day came.&amp;nbsp;I use that first mentioned your.&amp;nbsp;But a little bit different :). Mosfet triggers ground instead of power. Thank you :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake up trigger design</title><link>https://devzone.nordicsemi.com/thread/390024?ContentTypeID=1</link><pubDate>Mon, 10 Oct 2022 13:05:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1ffa32d-aac3-4697-9814-24228e3b9647</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Sorry for not getting back to you sooner, have you made any progress?&lt;/p&gt;
&lt;p&gt;Since the the TPL pulls the GPIO line high the sense option should be:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;configure_gpio_wakeup (11, NRF_GPIO_PIN_SENSE_HIGH);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can also use the BSP library to wake the device up from a GPIO signal:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/examples_bsp_btn_ble.html?cp=8_1_3_6_1"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/examples_bsp_btn_ble.html?cp=8_1_3_6_1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Power Management Example shows how to use this library:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/pwr_mgmt_example.html?cp=8_1_4_6_21"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/pwr_mgmt_example.html?cp=8_1_4_6_21&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake up trigger design</title><link>https://devzone.nordicsemi.com/thread/388744?ContentTypeID=1</link><pubDate>Fri, 30 Sep 2022 11:02:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26e70178-85e2-4f97-bf7b-96870b31b6dd</guid><dc:creator>sasci</dc:creator><description>[quote userid="104202" url="~/f/nordic-q-a/92352/wake-up-trigger-design/388496"]What is the VDD voltage for the nRF52840?[/quote]
&lt;p&gt;between 3V-3,7V&lt;/p&gt;
&lt;p&gt;Already TPL output voltage is no problem. But I want to trigger it using wake pin not VDD&lt;pre class="ui-code" data-mode="text"&gt;configure_gpio_wakeup(uint32_t pin_number, nrf_gpio_pin_sense_t sense)

{

nrf_gpio_pin_latch_clear(pin_number);

nrf_gpio_cfg_watcher(pin_number);

nrf_gpio_cfg_sense_set(pin_number, sense);

}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If this is true,&amp;nbsp;is this true too?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;configure_gpio_wakeup (11, NRF_GPIO_PIN_PULLUP);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;When I&amp;#39;m using this codes, why can&amp;#39;t I trigger with TPL5111 output.&amp;nbsp;&amp;nbsp;I&amp;#39;m waiting for help on this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake up trigger design</title><link>https://devzone.nordicsemi.com/thread/388496?ContentTypeID=1</link><pubDate>Thu, 29 Sep 2022 08:52:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:960448fd-2fcf-400b-9d61-718905fd590e</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;What is the VDD voltage for the nRF52840? If it is 3V then the output from the TPL5111 is enough to register as logic high. The minimum voltage for logic high is VDD-0.3, so a VDD voltage of 3.3V should also work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake up trigger design</title><link>https://devzone.nordicsemi.com/thread/388378?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 13:43:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e91133e9-7887-44c8-9745-762219d414a9</guid><dc:creator>sasci</dc:creator><description>&lt;p&gt;This is the circuit I tried. Maybe it helps.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/circuit_5F00_2.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake up trigger design</title><link>https://devzone.nordicsemi.com/thread/388371?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 13:31:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e45f97b1-55e2-48c1-8cbc-a1eb1ecd720a</guid><dc:creator>sasci</dc:creator><description>[quote userid="104202" url="~/f/nordic-q-a/92352/wake-up-trigger-design/388363"]Or do you want to use the TPL511 and a GPIO pin on the nRF52840 to wake the device from sleep?[/quote]
&lt;p&gt;Yes, I&amp;nbsp;want to do this.&lt;/p&gt;
&lt;p&gt;I have to use timer for self wake up. I try this situation but doesn&amp;#39;t wake up. So&amp;nbsp;I tried wake up&amp;nbsp; with GPIO pin as in this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/78902/gpio-wakeup-from-systemoff"&gt;link&lt;/a&gt;. TPL5111 output pin voltage is about&amp;nbsp; 3V. But when I directly connect the Timer pin and GPIO pin it does not wake up. If I don&amp;#39;t use mosfet, how to do this?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake up trigger design</title><link>https://devzone.nordicsemi.com/thread/388363?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 13:13:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88adebed-1637-436b-ac04-2f7a4d26446c</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you explain a little more about what configuration you want to use?&lt;/p&gt;
&lt;p&gt;Do you want to use the TPL511 and the mosfet to switch the VDD for the nRF52840?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Or do you want to use the TPL511 and a GPIO pin on the nRF52840 to wake the device from sleep?&lt;/p&gt;
&lt;p&gt;If this is the case it seems like the TPL511 could be used without needing a mosfet.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Bendik.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>