<?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>Custom BLE profile creation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116089/custom-ble-profile-creation</link><description>Hi I am currently working with nrf5340 board to create Custom BLE profiles for data transfer to mobile app. I am not finding any document or videos that gives me a detailed guide on how to create profile from scratch. I am following your technical documents</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Nov 2024 10:07:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116089/custom-ble-profile-creation" /><item><title>RE: Custom BLE profile creation</title><link>https://devzone.nordicsemi.com/thread/509835?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2024 10:07:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f4e2fee-0c1a-47c4-85cc-7d1cfc8b5697</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Not quite sure what you mean about that. Do you mean retransmissions? All packets are retransmitted until they are acknowledged by the receiver, meaning the received CRC of the packet is correct. If that doesn&amp;#39;t happen for a given amount of time, the link will disconnect. This happens after a time called Supervision Timeout, which is a value that the peripheral and central agree on upon connection. Typically, in our samples, this is 4 seconds, but you can set your desired value using&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PERIPHERAL_PREF_TIMEOUT= units of 10ms units.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom BLE profile creation</title><link>https://devzone.nordicsemi.com/thread/509616?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 08:44:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61e7d7ab-3df3-424f-86bc-2462f338ad76</guid><dc:creator>pal_722</dc:creator><description>&lt;p&gt;Thank you for the reply!&lt;/p&gt;
&lt;p&gt;Will try to implement and update the progress.&lt;br /&gt;&lt;br /&gt;I have another doubt, do you know how long does the data remain over the air while transmitting data via BLE?&lt;br /&gt;Is it something that we can control?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom BLE profile creation</title><link>https://devzone.nordicsemi.com/thread/509613?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 08:30:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:279cde02-aca9-4795-8a3f-3f14ed8fae90</guid><dc:creator>pal_722</dc:creator><description>&lt;p&gt;Ok. I&amp;#39;ll try to check with that.&lt;br /&gt;Thank you so much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom BLE profile creation</title><link>https://devzone.nordicsemi.com/thread/509214?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 10:17:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fad953a-8f76-427d-ad40-90fe94ffa2c3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I agree with &lt;a href="https://devzone.nordicsemi.com/members/turboj"&gt;Turbo J&lt;/a&gt;&amp;nbsp;, that the Nordic UART Service (NUS) is quite easy to modify to do what you want.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Alternatively, you can have a l look at the &lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/?utm_term=bluetooth%20low%20energy&amp;amp;utm_campaign=Topic+%7C+BLE+%7C+Geography:+Europe&amp;amp;utm_source=adwords&amp;amp;utm_medium=ppc&amp;amp;hsa_tgt=kwd-10495981907&amp;amp;hsa_grp=125076003503&amp;amp;hsa_src=g&amp;amp;hsa_net=adwords&amp;amp;hsa_mt=b&amp;amp;hsa_ver=3&amp;amp;hsa_ad=680067997408&amp;amp;hsa_acc=1116845495&amp;amp;hsa_kw=bluetooth%20low%20energy&amp;amp;hsa_cam=14410942472&amp;amp;gad_source=1&amp;amp;gclid=CjwKCAiAxKy5BhBbEiwAYiW---9xjNxZZ7-R2iXw3JCO7Lv61MTH82OOUE8HYmdHcz4hd5Peb_8_ohoCH_4QAvD_BwE"&gt;Bluetooth Low Energy course in Nordic&amp;#39;s Developer Academy&lt;/a&gt;. This will take you, step by step, through the process of advertising, and creating your own custom service from scratch. What you will end up with is something close to the Led Button Service (LBS), which works pretty much like a light bulb / light switch combo, but knowing how to set this up from scratch, together with having a peek at the peripheral_uart sample that implements the NUS, you should be able to set up your own custom service that can send strings of data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom BLE profile creation</title><link>https://devzone.nordicsemi.com/thread/509088?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 10:51:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0680d77c-d6a6-4e1e-b50b-8133d6967c3a</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The NUS service is a non-standard profile and not terribly difficult to customize. Alternatively you could just use it directly with your app - but I recommend using at least a different UUID.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>