<?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>PC(Central) and NRF51822 (Peripheral) communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22052/pc-central-and-nrf51822-peripheral-communication</link><description>Hello.
I used NRF51822 Dongle(Central) and Peripheral.
I want to change from Dongle(Central) to PC(Central).
PC version is window8.1.
but not operation bluetooth communication.
occurs peripheral name in PC. but no pairing.
only HID method example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Oct 2017 14:08:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22052/pc-central-and-nrf51822-peripheral-communication" /><item><title>RE: PC(Central) and NRF51822 (Peripheral) communication</title><link>https://devzone.nordicsemi.com/thread/86561?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 14:08:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34ac909f-49fb-42ee-ae99-705d7652351b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Which machine are you running on, Mark ? It won&amp;#39;t work on Windows 8.0 and earlier as BLE is not supported natively on those version. Also, I suggest to ask also on Microsoft support site.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC(Central) and NRF51822 (Peripheral) communication</title><link>https://devzone.nordicsemi.com/thread/86560?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 09:27:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13e1c4eb-2a34-4880-89b7-ca147b9be2e9</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Hello, I can&amp;#39;t open Heart Rate example with Studio 2017. The conversion of the project map fails with &amp;quot;Windows\BluetoothGattHeartRate.Windows.csproj: The application which this project type is based on was not found.&amp;quot;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC(Central) and NRF51822 (Peripheral) communication</title><link>https://devzone.nordicsemi.com/thread/86559?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 07:48:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8608a897-8e99-4c48-a0dd-9f01ff7db7d3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@BosseSand: They are different service, but same GATT protocol. It&amp;#39;s pretty easy to convert the example for HRS to NUS.&lt;/p&gt;
&lt;p&gt;@Yoojin: What I meant here is to refer to these examples and make your own application for NUS. They are not too different, just different UUIDs, they base on GATT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC(Central) and NRF51822 (Peripheral) communication</title><link>https://devzone.nordicsemi.com/thread/86558?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 00:24:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5450f294-2772-4b20-8680-784d9155fcea</guid><dc:creator>Yoojin.Jang</dc:creator><description>&lt;p&gt;thank you for your support. HID code example is wireless keyboard and mouse source code. wireless Keyboard and mouse example source code is communication OK with PC. The HID method is unidirectional. but my source code is bidirectional. your understand? Can not communicate with PC because it is bi-directional.
The above example is different protocol as BsseSand says.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC(Central) and NRF51822 (Peripheral) communication</title><link>https://devzone.nordicsemi.com/thread/86557?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 16:24:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87508f2c-bd84-4bed-baa9-6fab635300f4</guid><dc:creator>BosseSand</dc:creator><description>&lt;p&gt;HID code examples -
I might not understand everything, but as I understand it the NUS  usart  and heart rate fir example is completely different protocols?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC(Central) and NRF51822 (Peripheral) communication</title><link>https://devzone.nordicsemi.com/thread/86556?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 09:18:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2a7e925-4cc2-4166-b30b-ec045ad1619f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Yoojin,&lt;/p&gt;
&lt;p&gt;There are some central examples provided from Microsoft that you can try:&lt;/p&gt;
&lt;p&gt;Heart Rate example:
&lt;a href="https://code.msdn.microsoft.com/windowsapps/Bluetooth-Generic-5a99ef95/"&gt;code.msdn.microsoft.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Proximity example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://msdn.microsoft.com/en-us/library/windows/hardware/dn423914(v=vs.85).aspx"&gt;msdn.microsoft.com/.../dn423914(v=vs.85).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Explorer example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://code.msdn.microsoft.com/windowsapps/Bluetooth-LE-Explorer-91669105"&gt;code.msdn.microsoft.com/.../Bluetooth-LE-Explorer-91669105&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure I understand what you say here &amp;quot;only HID method example source code in Nordic homepage&amp;quot; could you explain ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>