<?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>is it possible? about ble beacon and scan.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94061/is-it-possible-about-ble-beacon-and-scan</link><description>hi devzon. 
 a few days ago, I successed what I want using ble_app_blinky and ble_app_blinky_c 
 - when press the button1 of server nrf52 dk board, and then the led1 of client nrf52dk board is turned on. 
 
 
 nest, specifically, I want to make light</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Nov 2022 15:18:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94061/is-it-possible-about-ble-beacon-and-scan" /><item><title>RE: is it possible? about ble beacon and scan.</title><link>https://devzone.nordicsemi.com/thread/396725?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2022 15:18:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03ea7d75-8e81-4105-b3cd-a4d14c3b6bd1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="pail"]softdevice? without helper libraries? How can I do that? would you please hint for me?[/quote]
&lt;p&gt;The SoftDevice is the Bluetooth LE stack we provide. The SDK also use a number of libraries (like the scanning module). For a simple scanner you do not need these libraries. So for a simple scanner I suggest you look at the&amp;nbsp;ble_active_scanner_sdk__15.2.zip. This only needs minor adjusments to work with nRF5 SDK 17.1.0.&lt;/p&gt;
&lt;p&gt;If the SoftDevice is an&amp;nbsp;unknown concept that tells me that you are very new to the nRF5 SDK, so it might be a good idea to spend a little bit of time reading documentation and playing with some examples to better understand how the platform works.&lt;/p&gt;
[quote user="pail"]as I told you that,&amp;nbsp; I have tried to make beacon as peripheral. and I don&amp;#39;t have to put the code in about application(android or ios).[/quote]
&lt;p&gt;&amp;nbsp;I am not sure what you are looking for here? iOS and Android is a different matter, though those can also scan for advertisment packets (beacons if you like).&lt;/p&gt;
[quote user="pail"]but ble_beacon example and other ble examples including ble_central and ble_peripheral has a lot of code about app.&amp;nbsp;[/quote]
&lt;p&gt;Many examples explain how you can test with an app on a phone or similar, but that is normally not needed. Bluetooth is standardized, so ther eis no probelm communicationg between embedded devices.&lt;/p&gt;
[quote user="pail"]then I don&amp;#39;t know where and what and how I put the code in which execute turning on the led1 on client board as soon as beacon(periphral board) power on.[/quote]
&lt;p&gt;For that refer to an example that uses LEDs. Implementing this is up to you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible? about ble beacon and scan.</title><link>https://devzone.nordicsemi.com/thread/396691?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2022 14:06:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcc99d87-56b1-4705-b412-ae751d948b36</guid><dc:creator>pail</dc:creator><description>&lt;p&gt;hi, Einar Thorsrud.&lt;/p&gt;
&lt;p&gt;first... I don&amp;#39;t understand &amp;quot;&amp;nbsp;&lt;span&gt;alternatively use the SoftDevice directly without any helper libraries (which are not really that helpful in such a simple case).&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;softdevice? without helper libraries? How can I do that? would you please hint for me?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;and then.. I have another question.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;as I told you that,&amp;nbsp; I have tried to make beacon as peripheral. and I don&amp;#39;t have to put the code in about application(android or ios).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;but ble_beacon example and other ble examples including ble_central and ble_peripheral has a lot of code about app.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;so it makes me really confused;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;then I don&amp;#39;t know where and what and how I put the code in which execute turning on the led1 on client board as soon as beacon(periphral board) power on.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;even though that question is very easy for you..... it&amp;#39; really really hard and difficult for me to solve.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;please help me&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible? about ble beacon and scan.</title><link>https://devzone.nordicsemi.com/thread/396556?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2022 07:41:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42339178-2a4b-4bf5-ae90-1350ce067ed3</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Making just a simple scanner is quite simple. You can refer to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/67550/beacon-scanner-example/277878"&gt;this post&lt;/a&gt;, or alternatively use the SoftDevice directly without any helper libraries (which are not really that helpful in such a simple case). For that,&amp;nbsp; you can refer to&amp;nbsp;the slightly outdated project from &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/38260/how-to-get-the-scan-response-datafor-the-center/149047"&gt;this post&lt;/a&gt;&amp;nbsp;(this does active scanning though, which is probably not relevant for you, so you can remove the few lines of code related to that).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>