<?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>BLE TO BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85834/ble-to-ble</link><description>Hello, 
 we want to communicate the BLE to BLE without connection how to communicate? 
 One BLE is continious on scaning mode and another one is advertising mode on event 
 so any example code aviliable for this ?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Mar 2022 07:36:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85834/ble-to-ble" /><item><title>RE: BLE TO BLE</title><link>https://devzone.nordicsemi.com/thread/359502?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2022 07:36:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3c44c86-3bd7-4af1-bcde-56785e749236</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Okay, then you might want some more sophisticated and dedicated peripheral/central devices. You can for example check out the Central UART and Peripheral UART sample projects, which come with more in-depth documentation on how they work. The &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html"&gt;peripheral UART sample&lt;/a&gt; demonstrates how to use the Nordic UART Service, and you can use the advertiser set up with advertising its service and name as a template for the functionality you want.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Central UART does the same for the central side, where it scans for peripherals with the Nordic UART service by default, you can modify it to scan for I.E. a specific device name or service that you want.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE TO BLE</title><link>https://devzone.nordicsemi.com/thread/359335?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2022 10:45:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82eeffba-595a-4fe4-9470-73db57f2909d</guid><dc:creator>Yash Shah</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Basically My&amp;nbsp;requirement is one BLE communicate (Advertiser) is another fixed BLE (Observer).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Advertiser: Here We can advertise the another BLE (device name or UUID ) and communicate this device.&lt;/p&gt;
&lt;p&gt;Scaner (Observer) : Here we can define fixed Device name and match the device name as per we can do some event .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Yash Shah&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE TO BLE</title><link>https://devzone.nordicsemi.com/thread/359302?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2022 08:47:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73c1060a-035e-4a48-95e2-d877164e2d87</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please check out our &lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;BLE advertising tutorial&lt;/a&gt; for information on what the BLE advertisement data can include (note that this one was made for the nRF5 SDK, but the advertising concepts are still the same). This is mainly device name, UUIDs, service data, and&amp;nbsp;perhaps some custom data.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What exactly do you want do advertise, and are you having issues picking it up on the scanning (central) side?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE TO BLE</title><link>https://devzone.nordicsemi.com/thread/359103?ContentTypeID=1</link><pubDate>Mon, 21 Mar 2022 11:56:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:129e307b-9df0-485b-9158-83a327b7d0d5</guid><dc:creator>Yash Shah</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;As per my understanding one BLE is set in broadcasting mode and another one is observer(Central) mode.&lt;/p&gt;
&lt;p&gt;So What exactly I can broadcast ? (I have 19 byte Frame ) and How to recieve data on another BLE connection less (scan mode ) But what exactly scan method in observer mode. Please suggest me.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Like this advertise the data&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;manu_fact_data[0] = 0x01; //Length&lt;br /&gt; manu_fact_data[1] = 0xFF; //AD Type &lt;br /&gt; manu_fact_data[2] = 0x61; //Company Identifier &lt;br /&gt; manu_fact_data[3] = 0x35; &lt;br /&gt; manu_fact_data[4] = 0xAA; // Product ID&lt;br /&gt; manu_fact_data[5] = &lt;br /&gt; manu_fact_data[6] = &lt;br /&gt; manu_fact_data[7] = &lt;br /&gt; manu_fact_data[8] = &lt;br /&gt; manu_fact_data[9] = &lt;br /&gt; manu_fact_data[10] = &lt;br /&gt; manu_fact_data[11] = &lt;br /&gt; manu_fact_data[12] = &lt;br /&gt; manu_fact_data[13] = &lt;br /&gt; manu_fact_data[14] = &lt;br /&gt; manu_fact_data[15] = &lt;br /&gt; manu_fact_data[16] = &lt;br /&gt; manu_fact_data[17] = 0x00; &lt;br /&gt; manu_fact_data[18] = 0x00; &lt;br /&gt; manu_fact_data[19] = 0x00;&lt;/p&gt;
&lt;p&gt;advertising_init();&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Yash Shah&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE TO BLE</title><link>https://devzone.nordicsemi.com/thread/359031?ContentTypeID=1</link><pubDate>Mon, 21 Mar 2022 08:41:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ba672b3-5dcd-40d4-abb8-e1df8ef918f6</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If you are new to the Nordic development scene I would recommend you get started with the nRF Connect SDK instead of the nRF5 SDK, as new features will only be added to the nRF Connect SDK as per &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;this informational notice&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can follow our &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html"&gt;getting started guide for the nRFConnect SDK here&lt;/a&gt;, and the Scan and Advertise application I linked to will have example code in the nRFConnect SDK once it&amp;#39;s installed.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE TO BLE</title><link>https://devzone.nordicsemi.com/thread/358948?ContentTypeID=1</link><pubDate>Sat, 19 Mar 2022 06:35:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:668bd67e-8bae-4682-b1e7-2fa784e35845</guid><dc:creator>Yash Shah</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for reply but can you provide Nordic nrf52 example code because I am&amp;nbsp;beginner in nordic&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Yash Shah&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE TO BLE</title><link>https://devzone.nordicsemi.com/thread/358244?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 14:17:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ba7f924-f397-4c55-8035-c942fc78970b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I think the easiest here would be to use the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/bluetooth/scan_adv/README.html"&gt;Bluetooth Scan &amp;amp; Advertise sample application&lt;/a&gt;&amp;nbsp;in Zephyr. This application demonstrates a combined BLE broadcaster &amp;amp; observer role. If you flash it onto two devices both should be able to scan the others advertisements for example. You can also use a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/bluetooth/beacon/README.html"&gt;beacon &lt;/a&gt;on one end and turn of the advertiser to&amp;nbsp;&lt;strong&gt;only&amp;nbsp;&lt;/strong&gt;have a scanner.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>