<?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>nrf51 beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15832/nrf51-beacon</link><description>hello there i have three nrf51 dk. now in beacon code can we do like, when i upload same code to all three nrf51 dk, three will have different major, minor number. can anyone tell me how to do it??</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Aug 2016 15:00:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15832/nrf51-beacon" /><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60447?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 15:00:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42326bfa-9235-44b3-b212-986796c25e2f</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;thanks its working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60446?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 14:34:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8885c4e2-56bb-442e-ba58-2821efbb99c3</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;ok from where you write??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60442?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 14:32:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e76c4ac3-2656-49b6-a1f7-448a59d93730</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;beacon_data[BEACON_MANUF_DAT_MINOR_L_IDX] = (uint8_t)(NRF_FICR-&amp;gt;DEVICEADDR[0] &amp;amp; 0xFFUL);&lt;br /&gt;
beacon_data[BEACON_MANUF_DAT_MINOR_H_IDX] = (uint8_t)((NRF_FICR-&amp;gt;DEVICEADDR[0] &amp;gt;&amp;gt;  8) &amp;amp; 0xFFUL);&lt;br /&gt;
beacon_data[BEACON_MANUF_DAT_MAJOR_L_IDX] = (uint8_t)((NRF_FICR-&amp;gt;DEVICEADDR[0] &amp;gt;&amp;gt; 16) &amp;amp; 0xFFUL);&lt;br /&gt;
beacon_data[BEACON_MANUF_DAT_MAJOR_H_IDX] = (uint8_t)((NRF_FICR-&amp;gt;DEVICEADDR[0] &amp;gt;&amp;gt; 24) &amp;amp; 0xFFUL);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60445?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 12:25:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abdb62f6-bc28-4b52-8ffa-5b8b2daa924a</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;i can&amp;#39;t find code there&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60444?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 12:17:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5227249-c357-4c32-8867-9a61b298dbb6</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Sorry, I think I misunderstood&lt;/p&gt;
&lt;p&gt;To realize how to write the major and minor values from device address, look at the code snippet given on &lt;a href="https://devzone.nordicsemi.com/question/76009/nordic-nrf51822-beacon-kit-modify-beacon-properties-not-working/"&gt;this thread&lt;/a&gt;. Perhaps you need to browse the beacon kit firmware 1.1.1 a little to fully realize what code is needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60443?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 10:35:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:708f7733-e3ad-4b78-8fe4-cf5f549bc379</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;i am using nrf51 sdk.
(1) i don&amp;#39;t want APP_MAJOR_VALUE and APP_MINOR_VALUE as constant
(2) i tried using defining the USE_UICR_FOR_MAJ_MIN_VALUES constant but in this method everytime i have to set major and minor using command window. so it is not use ful for me.
(3) any other method available for 100 beacons??
different major minor number for 100 beacons using same firmware&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60441?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 09:59:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef4cd16a-7fec-4906-9cf6-77d306eb0cb4</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi rushin&lt;/p&gt;
&lt;p&gt;If you are using &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/ble_sdk_app_beacon.html?cp=6_0_0_4_2_2_2"&gt;ble_app_beacon application in the nRF5 SDK&lt;/a&gt;, then major and minor values should be advertised as set by the APP_MAJOR_VALUE and APP_MINOR_VALUE constants in the main file. You can however make the application generate the major and minor values by &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/ble_sdk_app_beacon.html?cp=6_0_0_4_2_2_2_0#project_beacon_maj_min_config"&gt;defining the USE_UICR_FOR_MAJ_MIN_VALUES constant&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are using the &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF51822-Bluetooth-Smart-Beacon-Kit/nRF51822-BK-FW/29888"&gt;beacon kit firmware 1.1.1&lt;/a&gt;, which flashes &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.rds/dita/rds/beacon_kit.html?cp=9_0"&gt;together with S110 7.1.0/7.3.0&lt;/a&gt;, then &lt;a href="https://devzone.nordicsemi.com/question/76009/nordic-nrf51822-beacon-kit-modify-beacon-properties-not-working/"&gt;this thread&lt;/a&gt; contains some information on how to set the major and minor values in the advertising packet&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60440?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 08:29:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78804cd0-63df-4af0-9e9e-1820083d3d9c</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;i want major and minor to fix for particular device. but using same firmware it will be different for three device like mac address&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60439?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 08:27:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36ad8b3e-2e09-4c20-a032-60cb82a0eeaa</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;i used this feature. but this feature is not useful in my application&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60438?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 07:19:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f26d5d9-53dd-49fd-877f-1e21df1f5c8e</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;hello i find this. how to set value of USE_UICR_FOR_MAJ_MIN_VALUES??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 beacon</title><link>https://devzone.nordicsemi.com/thread/60437?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 14:07:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:449f703c-6453-491f-93bd-40b5b0f82388</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Do you want the major and minor to be random?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>