<?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>Getting started with ble-driver-py emulating a device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54929/getting-started-with-ble-driver-py-emulating-a-device</link><description>Hi all, 
 I am trying to emulate a device with ble-driver-py. What I am looking is to have a device advertise, provide few services with respective characteristics (read, read/write notify), ideally also a custom service with custom characteristics provided</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Nov 2019 12:49:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54929/getting-started-with-ble-driver-py-emulating-a-device" /><item><title>RE: Getting started with ble-driver-py emulating a device</title><link>https://devzone.nordicsemi.com/thread/222349?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2019 12:49:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11604a9b-6deb-4d8e-9aa0-d8912e822836</guid><dc:creator>BogdanD</dc:creator><description>&lt;p&gt;Hi Terje,&lt;br /&gt;Thank you for a fast answer.&amp;nbsp;&lt;br /&gt;Guess I&amp;#39;ll go digging trough code for solution&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Bogdan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with ble-driver-py emulating a device</title><link>https://devzone.nordicsemi.com/thread/222348?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2019 12:43:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5df42c2c-a0a9-48a5-a152-10ffda93d01d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;While pc-ble-driver-py does not have many &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py/tree/master/pc_ble_driver_py/examples"&gt;examples&lt;/a&gt;, you should be able to leverage the fact that it is &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_serialization.html"&gt;serialization of our BLE stack&lt;/a&gt; (SoftDevice). The bulk of the API is a direct mapping to the (BLE related parts of the) &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s140.api.v7.0.1%2Fmodules.html"&gt;SoftDevice API&lt;/a&gt;, and so it is covered by the SoftDevice documentation.&lt;/p&gt;
&lt;p&gt;Our &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk%2Fstruct%2Fsdk_nrf5_latest.html"&gt;nRF5 SDK&lt;/a&gt;, for building applications running on the nRF52 SoC, includes libraries built on top of and in addition to the SoftDevice, in order to give a full set of features for building BLE applications. Most notably it adds BLE services and functionality for &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_peer_manager.html"&gt;handling bonded devices&lt;/a&gt;. You can use the SDK and its libraries as reference, for your pc-ble-driver-py implementations.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>