<?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>Corelocation Ibeacon Detection Range</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21846/corelocation-ibeacon-detection-range</link><description>Hi guys 
 I have been working with a nordic ble device (NRF51822) configured as a Beacon. I am implementing an IOS app, using Apple framework &amp;quot; CoreLocation&amp;quot;. My goal is to detect beacons on background mode. Until now, I am able to detect beacons only</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 May 2017 19:43:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21846/corelocation-ibeacon-detection-range" /><item><title>RE: Corelocation Ibeacon Detection Range</title><link>https://devzone.nordicsemi.com/thread/85791?ContentTypeID=1</link><pubDate>Wed, 31 May 2017 19:43:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cb53e0c-aa6f-42f7-8691-11f6c1701b6a</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Is it possible to fire the DidEnterRegion event 50 meter from the beacon?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Corelocation Ibeacon Detection Range</title><link>https://devzone.nordicsemi.com/thread/85789?ContentTypeID=1</link><pubDate>Thu, 11 May 2017 14:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efa44ee8-7851-40dc-8f9a-cbff0b9112e7</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;It means that the &amp;quot;DidEnterRegion&amp;quot; event  fires on background mode. The expected behaviour is to fire this event much more far from the beacon ( 50 -60 meters ).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Corelocation Ibeacon Detection Range</title><link>https://devzone.nordicsemi.com/thread/85790?ContentTypeID=1</link><pubDate>Thu, 11 May 2017 08:36:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20c19099-ab77-4b28-b89b-7174bae2f821</guid><dc:creator>Mostafa Berg</dc:creator><description>&lt;p&gt;No this is not geographical limits, definitely iBeacon + Region monotoring, Wifi does help but iBeacon will be the main source here since it&amp;#39;s nearby, but for testing, keep wifi off and Bluetooth on ofcourse.&lt;/p&gt;
&lt;p&gt;I would say something is wrong with tho code yes, but I can&amp;#39;t be 100% certain&lt;/p&gt;
&lt;p&gt;When you say &lt;code&gt;I am able to detect beacons only in a very small range (3.9 meters).&lt;/code&gt; what do you mean by detect beacons?, how do you accomplish that and what is the expected behaviour that you want that doesn&amp;#39;t happen?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Corelocation Ibeacon Detection Range</title><link>https://devzone.nordicsemi.com/thread/85788?ContentTypeID=1</link><pubDate>Tue, 09 May 2017 16:47:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbe93e65-024c-4403-846e-be643ca37f90</guid><dc:creator>fercholas</dc:creator><description>&lt;p&gt;Hi Mostafa Berg. Thanks for answering. I am not sure if the minimium distance the docs mentions is refered to an iBeacon Region or a geographical.&lt;/p&gt;
&lt;p&gt;I guess I could change the transmission power but I am afraid that would impact on the beacon&amp;#39;s battery life.   I think the transmission power configured is working as expected ( Because an Android app is detecting the ibeacon up to 100 meters far away)&lt;/p&gt;
&lt;p&gt;The beacons are correctly configured as Ibeacon.&lt;/p&gt;
&lt;p&gt;Do you think it could be an app&amp;#39;s software problem? I am implementing the coreLocation object and the method&amp;#39;s delegates in the app&amp;#39;s delegate. It could be a mistake?&lt;/p&gt;
&lt;p&gt;Thanks for your time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Corelocation Ibeacon Detection Range</title><link>https://devzone.nordicsemi.com/thread/85787?ContentTypeID=1</link><pubDate>Tue, 09 May 2017 09:35:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3ecc19d-b715-4bd1-a08d-bb4ddc6e123f</guid><dc:creator>Mostafa Berg</dc:creator><description>&lt;p&gt;Hi @fercholas !, something has to be wrong, as you see (from the &lt;code&gt;CoreLocation&lt;/code&gt; docs):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The specific threshold distances are
determined by the hardware and the
location technologies that are
currently available. For example, if
Wi-Fi is disabled, region monitoring
is significantly less accurate.
However, for testing purposes, you can
assume that the minimum distance is
approximately 200 meters.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Try changing the transmission power to &lt;code&gt;-30&lt;/code&gt; and see how things change, you can see the valid values &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a01288.html#ga0f1931af876bef39520c58de5ac060ca"&gt;in this page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then follow the code in &lt;code&gt;Listing 2-3&lt;/code&gt; found &lt;a href="https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/LocationAwarenessPG/RegionMonitoring/RegionMonitoring.html"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You might want to read the broadcast data of the beacon to see if it does indeed have the proper transmission power in the advertised data so iOS is able to predict the beacon&amp;#39;s proximity&lt;/p&gt;
&lt;p&gt;another important note you need to have in mind is that the device need to be configured as an iBeacon and not any other. only iBeacons can be detected in the background and are compatible with corelocation, etc..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>