<?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>Are OTA updates possible on non-connectable beacons ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33880/are-ota-updates-possible-on-non-connectable-beacons</link><description>We are working on non connectable beacons without any external I/O. They simply have a power and ground. Is it possible to perform OTA updates on such devices. Is there any way to trigger bootloader mode without any connection/external trigger ?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Apr 2018 07:34:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33880/are-ota-updates-possible-on-non-connectable-beacons" /><item><title>RE: Are OTA updates possible on non-connectable beacons ?</title><link>https://devzone.nordicsemi.com/thread/130226?ContentTypeID=1</link><pubDate>Mon, 30 Apr 2018 07:34:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ab0bfbd-6b53-40c1-a639-a7396be459e1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Siddhesh,&lt;/p&gt;
&lt;p&gt;You need &lt;em&gt;some&lt;/em&gt; way to trigger the bootloader to enter DFU mode. This could be accomplished by asserting a pin by pressing a button during power up, but as you write you don&amp;#39;t have any external I/O I assume that is not an option. Then the other alternative is to send a command over the air.&lt;/p&gt;
&lt;p&gt;There are a few ways you could send data to your beacon over the air, but the typical would be to use connectable advertising, allowing a central (phone or similar) to connect and initiate the DFU process. The SoftDevice do not support simultaneous connectable advertising and non-connectable advertising, through, which would perhaps have been the most obvious solution. An alternative is to reconfigure advertising regularly, switching between non-connectable advertising (acting as a beacon), and using connectable advertising (for administration, such as DFU). This is similar to what is done in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_es.html?cp=4_0_0_4_1_2_9"&gt;Eddystone&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp; &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_buttonless_dfu.html?cp=4_0_0_4_3_1"&gt;Buttonless DFU Template Application&lt;/a&gt;&amp;nbsp;demonstrates how you can trigger DFU mode over BLE in a connection.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>