<?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 name and id from advertisers</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47806/getting-name-and-id-from-advertisers</link><description>Hi there 
 First I tell you what I&amp;#39;m, trying to do... 
 I want to made a connection between a robot and a pc. Over this connection I want to program the robot with new software. 
 The clue is that there are multiple robots with a dongle with the same</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 May 2019 08:51:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47806/getting-name-and-id-from-advertisers" /><item><title>RE: Getting name and id from advertisers</title><link>https://devzone.nordicsemi.com/thread/189801?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 08:51:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d110c48-884b-4c9b-a555-aae7fe1a888e</guid><dc:creator>N3210</dc:creator><description>&lt;p&gt;Thanks for your answer Simon !&lt;/p&gt;
&lt;p&gt;About the problem with nrf52840 Dongle with ble_app_uart_c example&amp;nbsp; and usb i read here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/41714/ble-central-uart-example-for-pca10059-nrf52840-dongle/162558#162558"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/41714/ble-central-uart-example-for-pca10059-nrf52840-dongle/162558#162558&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Steven Grunza told there &amp;quot; On the PCA10059 the UART does not connect to the USB bus &amp;quot; but I have to use the USB interface.&lt;/p&gt;
&lt;p&gt;Maybe I misunderstand something !&lt;/p&gt;
&lt;p&gt;Also I have to declare RX_, TX_, RTS_ and CTS_PIN_NUMBER ..but i don&amp;#39;t find those for pca10059 usb connector.&lt;/p&gt;
&lt;p&gt;Greetings N3210&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting name and id from advertisers</title><link>https://devzone.nordicsemi.com/thread/189772?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 07:25:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ad6e17d-0297-4402-8019-a9c772158a5c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You do this during service discovery. Again, the custom BLE service example explains how to decide what is shown to a central during service discovery. As far as I know, there shouldn&amp;#39;t be any problems using the ble_app_uart_c example, could you provide a link to where you read this? I think the ble_app_uart example should be fine for your central.&amp;nbsp;&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: Getting name and id from advertisers</title><link>https://devzone.nordicsemi.com/thread/189682?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 14:17:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa28ca87-1694-4182-b763-dbc912648cb2</guid><dc:creator>N3210</dc:creator><description>&lt;p&gt;Great !&lt;/p&gt;
&lt;p&gt;But maybe you can tell me more about &amp;quot;where to catch the name and uuid from advertisers&amp;quot;.&lt;/p&gt;
&lt;p&gt;I think there have to be some advertising data which the central catch. I mean the central has to connect to a uuid (or mac) address and this address has to be catched somewhere....&lt;/p&gt;
&lt;p&gt;Maybe this address is just temporarily saved in some struct and after connection i&amp;#39;d be deleted...but i want to save the addresses and the name in a struct array or something else....and send over the usb to our selfmade Windows Application (made with QT). There I should be able to choose the name of the robot which send the correct address back to the dongle. Then the dongle connects to the robot i choosed.&lt;/p&gt;
&lt;p&gt;Also I was working on ble_uart_central example but I read somewhere that the connection via USB interface and uart modul isn&amp;#39;t as simple. So should I change to USBD_BLE_UART Example , combine usb_cdc_acm example with my existing project ble_uart_central or something else ?? &lt;/p&gt;
&lt;p&gt;What&amp;#39;s the best way to get a communication (TX RX) with PC to pca10059 and from pca10059(central) to another pca10059(peripheral) ?&lt;/p&gt;
&lt;p&gt;I know that&amp;#39;s a lot of questions but this is for a school project...and time is running :)&lt;/p&gt;
&lt;p&gt;Greetings and thanks for every response !&lt;/p&gt;
&lt;p&gt;N3210&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting name and id from advertisers</title><link>https://devzone.nordicsemi.com/thread/189530?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 09:12:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a06606b-0223-4695-af41-2cb5f8dd7fc6</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, this should be possible. If you give the peripheral &amp;quot;robots&amp;quot; different UUIDs the central will be able to tell them apart. Our &lt;a href="https://github.com/bjornspockeli/custom_ble_service_example"&gt;custom BLE service example&lt;/a&gt; should be helpful when creating and implementing custom UUIDs. As for the software update/programming, you might want to take a look at the DFU (device firmware update) &lt;a href="https://devzone.nordicsemi.com/nordic/tutorials/b/software-development-kit/posts/setting-up-device-firmware-updatedfu-on-the-nrf5-d"&gt;tutorial&lt;/a&gt;&amp;nbsp;and examples.&amp;nbsp;&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>