<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to support push button like functionality? in Rapid IoT</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906246#M596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to build a garage door opener using a Click relay board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the RapidIot module I want to use a side push button to control the relay.&lt;/P&gt;&lt;P&gt;I thought I could get a trigger when the button was pressed and could close the relay and another trigger when the user button was released which would re-open the relay.&lt;/P&gt;&lt;P&gt;But the user buttons don't support the released trigger!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also wonder about an interface from a phone or web app.&amp;nbsp; Is there a user interface component which could simulate the Close /&amp;nbsp;Open functionality of a good old fashioned push button?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2019 17:29:28 GMT</pubDate>
    <dc:creator>mrharmonsr</dc:creator>
    <dc:date>2019-05-23T17:29:28Z</dc:date>
    <item>
      <title>How to support push button like functionality?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906246#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to build a garage door opener using a Click relay board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the RapidIot module I want to use a side push button to control the relay.&lt;/P&gt;&lt;P&gt;I thought I could get a trigger when the button was pressed and could close the relay and another trigger when the user button was released which would re-open the relay.&lt;/P&gt;&lt;P&gt;But the user buttons don't support the released trigger!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also wonder about an interface from a phone or web app.&amp;nbsp; Is there a user interface component which could simulate the Close /&amp;nbsp;Open functionality of a good old fashioned push button?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 17:29:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906246#M596</guid>
      <dc:creator>mrharmonsr</dc:creator>
      <dc:date>2019-05-23T17:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to support push button like functionality?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906247#M597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After more research I've found that the Application API does support&amp;nbsp;both "pressed" and "released" triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally the basic "button" element also supports a "released" trigger.&lt;/P&gt;&lt;P&gt;I assumed that the RapidIoT "User Buttons" would have been built upon the basic "Button" element and I was wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a good reason the "User Buttons" element does not provide released triggers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create an fully compatible "User Buttons" element alternative that does support the released triggers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a concept of a combined element that contains two or more basic elements?&amp;nbsp; User Buttons = 4 buttons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 19:54:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906247#M597</guid>
      <dc:creator>mrharmonsr</dc:creator>
      <dc:date>2019-05-28T19:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to support push button like functionality?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906248#M598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add that specific condition in the code editor, or in the MCUxpresso downloading the complete project. Implement a software timer that gets the button value and if it changes again you could create an event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a concept of a combined element that contains two or more basic elements?&amp;nbsp; User Buttons = 4 buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The X9500 Touch Controls the 4 buttons, did you see the triggers section in the rapid IoT Studio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 23:57:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906248#M598</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-05-29T23:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to support push button like functionality?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906249#M599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I wasn't clear.&amp;nbsp; I was referring to the push buttons not the touch controller buttons.&lt;/P&gt;&lt;P&gt;However I've delved into the code enough to see that I can extend the interface to include "button released" triggers.&lt;/P&gt;&lt;P&gt;Seems like a bit of work spanning several layers of embedded code.&amp;nbsp; But I can see its doable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2019 13:19:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906249#M599</guid>
      <dc:creator>mrharmonsr</dc:creator>
      <dc:date>2019-05-31T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to support push button like functionality?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906250#M600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure if I solved your issue.&lt;/P&gt;&lt;P&gt;Please let me know if you have more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-support-push-button-like-functionality/m-p/906250#M600</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-06-07T17:34:19Z</dc:date>
    </item>
  </channel>
</rss>

