<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Bluetooth low energy</title><subtitle type="html">BLE-centric material, some basic and some more specific. </subtitle><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/atom</id><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy" /><link rel="self" type="application/atom+xml" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/atom" /><generator uri="http://telligent.com" version="13.0.1.32004">Telligent Community (Build: 13.0.1.32004)</generator><updated>2015-03-31T16:27:00Z</updated><entry><title>How to update advertising data dynamically using BLE Advertising library</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/how-to-update-advertising-data-dynamically-using-ble-advertising-library" /><link rel="enclosure" type="application/octet-stream" length="19668735" href="https://devzone.nordicsemi.com/cfs-file/__key/telligent-evolution-components-attachments/01-12-00-00-00-00-13-52/ble_5F00_app_5F00_update_5F00_advertising_5F00_data.zip" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/how-to-update-advertising-data-dynamically-using-ble-advertising-library</id><published>2021-01-06T12:41:00Z</published><updated>2021-01-06T12:41:00Z</updated><content type="html">Introduction
The question of how to update advertising data dynamically using the BLE Advertising library has been raised many times by our forum-goers, especially after the release of &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fgroup__ble__advertising.html&amp;amp;anchor=gaed156c3a650acabf79890fa9da01dec2"&gt;nRF5 SDK v15.2.0, in which the ble_advertising_advdata_update fun...&lt;/a&gt;(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/how-to-update-advertising-data-dynamically-using-ble-advertising-library"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1352&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Karl Ylvisaker</name><uri>https://devzone.nordicsemi.com/members/karl-ylvisaker</uri></author><category term="advertising" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/advertising" /></entry><entry><title>Mocking CoreBluetooth</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ios-corebluetooth-mock" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ios-corebluetooth-mock</id><published>2020-03-09T10:06:00Z</published><updated>2020-03-09T10:06:00Z</updated><content type="html">&lt;a title="Core Bluetooth on Apple Documentation" href="https://developer.apple.com/documentation/corebluetooth" rel="noopener noreferrer" target="_blank"&gt;CoreBluetooth&lt;/a&gt; is the native iOS framework to communicate with Bluetooth-enabled Low Power (LE) devices, except iBeacons (which require CoreLocation) and HomeKit devices. It is easy to start with, if one is familiar with Bluetooth LE and GATT. However...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ios-corebluetooth-mock"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1309&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Aleksander Nowakowski</name><uri>https://devzone.nordicsemi.com/members/afnowakowski</uri></author><category term="mock" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/mock" /><category term="corebluetooth" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/corebluetooth" /><category term="ios" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/ios" /></entry><entry><title>Concurrent Advertising</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/concurrent-advertising" /><link rel="enclosure" type="application/zip" length="12987" href="https://devzone.nordicsemi.com/cfs-file/__key/telligent-evolution-components-attachments/01-12-00-00-00-00-12-72/main.zip" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/concurrent-advertising</id><published>2019-09-09T10:43:00Z</published><updated>2019-09-09T10:43:00Z</updated><content type="html">I have been asked several times about variations of the following advertising scenario, so I decided to make a blog post that I can refer to, and hope it might prove useful for others out there that are looking to do similar things.&amp;nbsp;I recommend ...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/concurrent-advertising"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1272&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Håvard</name><uri>https://devzone.nordicsemi.com/members/havard</uri></author><category term="advertising" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/advertising" /><category term="nrf5 sdk" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nrf5%2bsdk" /><category term="SDK 15.3" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/SDK%2b15-3" /><category term="ncs" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/ncs" /></entry><entry><title>MIDI over Bluetooth LE</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/midi-over-bluetooth-le" /><link rel="enclosure" type="application/zip" length="937995" href="https://devzone.nordicsemi.com/cfs-file/__key/telligent-evolution-components-attachments/01-12-00-00-00-00-12-55/nRF_5F00_15.3.0_5F00_BLE_5F00_MIDI.zip" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/midi-over-bluetooth-le</id><published>2019-06-30T17:55:00Z</published><updated>2019-06-30T17:55:00Z</updated><content type="html">I implemented parts of the BLE-MIDI service along with a small example application. I wanted to share it here on the blog, in case someone would find it useful.&amp;nbsp;The intended audience is primarily someone looking to send MIDI data over Bluetooth ...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/midi-over-bluetooth-le"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1255&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Håvard</name><uri>https://devzone.nordicsemi.com/members/havard</uri></author><category term="ble" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/ble" /><category term="midi" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/midi" /><category term="BLE-MIDI" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/BLE_2D00_MIDI" /></entry><entry><title>Merging two BLE examples together</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/merging-two-ble-examples-together" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/merging-two-ble-examples-together</id><published>2018-09-06T19:17:00Z</published><updated>2018-09-06T19:17:00Z</updated><content type="html">&lt;a href="/b/blog/posts/adding-custom-commands-to-a-ble-example-using-nordic-uart-service"&gt;&lt;/a&gt;
This is a follow-up to my previous blog post; &lt;a href="/b/blog/posts/adding-custom-commands-to-a-ble-example-using-nordic-uart-service"&gt;adding custom commands to a BLE example.&lt;/a&gt;
I hope it was interesting to see an example of adding the vendor specific Nordic UART service (NUS) into another project.
For completeness, I wanted to share step...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/merging-two-ble-examples-together"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1218&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Håvard</name><uri>https://devzone.nordicsemi.com/members/havard</uri></author><category term="hts" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/hts" /><category term="merge examples" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/merge%2bexamples" /><category term="dk" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/dk" /><category term="ble_app_uart" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/ble_5F00_app_5F00_uart" /><category term="nus" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nus" /><category term="nrf52840" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nrf52840" /><category term="ble_app_hts" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/ble_5F00_app_5F00_hts" /><category term="combining ble examples" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/combining%2bble%2bexamples" /></entry><entry><title>Wireless timer synchronization among nRF5 devices</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/wireless-timer-synchronization-among-nrf5-devices" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/wireless-timer-synchronization-among-nrf5-devices</id><published>2016-07-12T23:23:10Z</published><updated>2016-07-12T23:23:10Z</updated><content type="html">Introduction
In a variety of use cases there is a need to share a common clock among multiple devices. Such a common clock can be used for many purposes, for example by having each node in a network perform an action at exactly the same time, or acc...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/wireless-timer-synchronization-among-nrf5-devices"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1101&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Audun</name><uri>https://devzone.nordicsemi.com/members/auko</uri></author><category term="nrf52" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nrf52" /><category term="timing" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/timing" /><category term="synchronization" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/synchronization" /></entry><entry><title>Bluetooth low energy Characteristics, a beginner's tutorial</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial</id><published>2016-03-18T14:52:00Z</published><updated>2016-03-18T14:52:00Z</updated><content type="html">Before we begin
Table of content
Topics that will be covered include:



Before we begin
Basic theory
Attribute tables in nRFConnect Bluetooth Low Energy application
Description of the example
Adding a characteristic
Updating the characteristic and s...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1175&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>MartinBL</name><uri>https://devzone.nordicsemi.com/members/martinbl</uri></author><category term="tutorial" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/tutorial" /><category term="featured" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/featured" /><category term="mcp" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/mcp" /><category term="gap" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/gap" /><category term="cccd" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/cccd" /><category term="notification" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/notification" /><category term="service" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/service" /><category term="characteristic" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/characteristic" /><category term="master control panel" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/master%2bcontrol%2bpanel" /><category term="gatt" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/gatt" /></entry><entry><title>Bluetooth Smart and the Nordic's Softdevices - Part 2  Connection</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-2" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-2</id><published>2016-02-01T15:21:31Z</published><updated>2016-02-01T15:21:31Z</updated><content type="html">This blog series was created as an attempt to fill in the gap between how Bluetooth Smart is described in the spec and how you can use our APIs and event from our softdevice to do what defined in the spec.
[UPDATE]We had quite a lot of new features ...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-2"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=890&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Hung Bui</name><uri>https://devzone.nordicsemi.com/members/hungbui</uri></author></entry><entry><title>Bluetooth Smart and the Nordic's Softdevices - Part 1 GAP Advertising</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-1" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-1</id><published>2015-12-10T14:45:00Z</published><updated>2015-12-10T14:45:00Z</updated><content type="html">This blog series was created as an attempt to fill in the gap between how Bluetooth Smart is defined in the spec and how you can use our APIs and event from our softdevice to do what defined in the spec.
It should be a good place to begin with if you...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-1"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=865&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Hung Bui</name><uri>https://devzone.nordicsemi.com/members/hungbui</uri></author><category term="advertising" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/advertising" /><category term="getting started" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/getting%2bstarted" /><category term="advertise" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/advertise" /><category term="Bluetooth specification" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/Bluetooth%2bspecification" /></entry><entry><title>Bluetooth low energy central tutorial</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-central-tutorial" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-central-tutorial</id><published>2015-11-04T13:00:00Z</published><updated>2015-11-04T13:00:00Z</updated><content type="html">Scope
Topics that will be covered include:



Before we begin

Necessary equipment and software
Necessary prior knowledge
Setting up the example projects


Background theory

Central and peripheral roles
Server and client roles
Connections in BLE


T...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-central-tutorial"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1177&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Anders Strand</name><uri>https://devzone.nordicsemi.com/members/anders-strand</uri></author><category term="featured" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/featured" /><category term="ble" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/ble" /><category term="nus" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nus" /><category term="uart" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/uart" /><category term="central" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/central" /></entry><entry><title>Bluetooth low energy Services, a beginner's tutorial</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial</id><published>2015-08-26T12:37:00Z</published><updated>2015-08-26T12:37:00Z</updated><content type="html">Before we begin
Scope
Topics that will be covered include:



Before we begin

Necessary equipment and software
Necessary prior knowledge


Some basic theory

The Generic Attribute Profile (GATT)
Services
Characteristics
Universally Unique ID (UUID)
...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1168&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>MartinBL</name><uri>https://devzone.nordicsemi.com/members/martinbl</uri></author><category term="tutorial" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/tutorial" /><category term="advertising" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/advertising" /><category term="featured" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/featured" /><category term="beginner" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/beginner" /><category term="rtt" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/rtt" /><category term="gap" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/gap" /><category term="Real Time Terminal" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/Real%2bTime%2bTerminal" /><category term="uuid" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/uuid" /><category term="service" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/service" /><category term="characteristic" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/characteristic" /><category term="gatt" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/gatt" /></entry><entry><title>Bluetooth low energy Advertising, a beginner's tutorial</title><link rel="alternate" type="text/html" href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial" /><id>https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial</id><published>2015-03-31T14:27:00Z</published><updated>2015-03-31T14:27:00Z</updated><content type="html">Before we begin
Table of context



Before we begin
The &amp;quot;Hello world&amp;quot; example
Advertising

RSSI
Addresses
Address types
Advertising types
Bonding


Advertising data
Scan response data



Change Log 2018.08.24:&amp;nbsp;Updated tutorial to suit SDK V15..0...(&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;read more&lt;/a&gt;)&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1165&amp;AppID=12&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>MartinBL</name><uri>https://devzone.nordicsemi.com/members/martinbl</uri></author><category term="tutorial" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/tutorial" /><category term="nrf51 dongle" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nrf51%2bdongle" /><category term="nrf51 dk" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nrf51%2bdk" /><category term="featured" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/featured" /><category term="nrf52 dk" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/nrf52%2bdk" /><category term="Advertisement" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/Advertisement" /><category term="hello world" scheme="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/archive/tags/hello%2bworld" /></entry></feed>