<?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>Eddystone and iPhone</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12925/eddystone-and-iphone</link><description>Hi all.
I am new to BLE and the nrf52 chip.
What I would like to do is use the device as a beacon, and also being able to connect to the beacon from both iPhone and Android. 
 From what I understand the iPhone can not start apps from listening to Eddystone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Apr 2016 12:55:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12925/eddystone-and-iphone" /><item><title>RE: Eddystone and iPhone</title><link>https://devzone.nordicsemi.com/thread/49233?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2016 12:55:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0412e352-52ab-4b39-a7ee-996b2b7a8a20</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;BLE advertising is when a device broadcasts an advertising packet of up to 32 bytes. When you write code for a BLE device, you can freely decide what to include in this advertising packet. You can read about BLE advertising in our advertising &lt;a href="https://devzone.nordicsemi.com/tutorials/5/"&gt;tutorial&lt;/a&gt;, &lt;a href="https://devzone.nordicsemi.com/blogs/782/bluetooth-smart-and-the-nordics-softdevices-part-1/"&gt;this&lt;/a&gt; blog about advertising, or &lt;a href="https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gap"&gt;this&lt;/a&gt; adafruit guide.&lt;/p&gt;
&lt;p&gt;An iBeacon or eddystone beacon is a device which broadcasts a certain advertisement packet. Both these beacon types have open advertisement packet structures, so they are easy to create.&lt;/p&gt;
&lt;p&gt;It would not make sense for an eddystone beacon to mimic an iBeacon. If it does, it is just an iBeacon. It might be to allow iOS devices to scan for them in the background though. Can you post a link to where you read about this? I agree that is was kind of hard to find precise information on the subject. &lt;a href="http://developer.estimote.com/eddystone/"&gt;This&lt;/a&gt; article over at estimote describes the difference between iBeacon and Eddystone well. The eddystone &lt;a href="https://github.com/google/eddystone"&gt;github page&lt;/a&gt; can also be helpful.&lt;/p&gt;
&lt;p&gt;Yes, the nRF52 softdevice can send out two profiles. You must switch the advertising packet periodically. See &lt;a href="https://devzone.nordicsemi.com/question/4867/changing-advertisement-data-while-advertising/"&gt;this&lt;/a&gt; and &lt;a href="https://devzone.nordicsemi.com/question/63732/adc-values-in-advertising-data-dynamically-changing/"&gt;this&lt;/a&gt; post about that.&lt;/p&gt;
&lt;p&gt;Beacon advertising is usually done in non-connectable mode. If you want to be connectable, this is something you set in your advertising config. See the above tutorial. The device will listen for connection requests for a little while after broadcasting the advertisement, and then sleep.&lt;/p&gt;
&lt;p&gt;-Anders&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>