<?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>how to use the NRF beacon app as a background service</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5457/how-to-use-the-nrf-beacon-app-as-a-background-service</link><description>Hi,
I have loaded the NRF beacon app and it&amp;#39;s wonderful that it has a tasker integration. I need to push simple REST commands on discovery of NRF51822 beacons by this NRF beacon app. The problem is that once the service is pushed out from the main screen</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Feb 2015 19:12:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5457/how-to-use-the-nrf-beacon-app-as-a-background-service" /><item><title>RE: how to use the NRF beacon app as a background service</title><link>https://devzone.nordicsemi.com/thread/19060?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 19:12:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b517220-b489-4d65-9167-85884701c326</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;The demo app that we have developed does not give you this configuration opportunity. However, it&amp;#39;s good feedback and I&amp;#39;m sure to let the developers of our apps aware of the suggestion. It would of course be possible, but for now, it would be something you would have to implement yourself into an app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use the NRF beacon app as a background service</title><link>https://devzone.nordicsemi.com/thread/19059?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 02:55:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca91bf24-6ce5-4068-aa4a-eeaf19f4e3ca</guid><dc:creator>islandvs</dc:creator><description>&lt;p&gt;Hi
Many thanks :) Just one more tiny step...the beacon app gives four actions
to trigger event based on range (in range, out of range, near and above).
However one can trigger and event only with one range. How do we get to
select trigger for all ranges? If it is&amp;#39; in range&amp;#39; trigger this event, if
it is &amp;#39;out of range&amp;#39; trigger that event etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use the NRF beacon app as a background service</title><link>https://devzone.nordicsemi.com/thread/19058?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 16:53:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3714e54-8114-425d-bd54-d63413ba6525</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;In the Beacon service app you can switch background on and off and it works as a API for the beacon app towards BLE on Android. You can modify the beacon app which you have the source code for and have it running as a background passive scanner. In the onPause() routine of MainActivity it is by default set to stop monitoring for region and stop  ranging. Ranging part of beacon is not supported by Android, but monitoring for region is. So you would have to keep the monitoring for region alive while in onPause by not stopping it and not unbind the service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>