<?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>Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42838/bluetooth-not-connecting</link><description>Hi, 
 1. I tried flashing all ble codes to my nrf kit. It does not seem to connect on Windows machine but connects on Mac. My other nrf kit connects perfectly fine. What is the fix? 
 2. When my other nrf device is visible on Mac, it displays duplicate</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Nov 2025 06:44:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42838/bluetooth-not-connecting" /><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/553904?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2025 06:44:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f421d735-546d-42cd-ab9c-c2da50fc3da4</guid><dc:creator>williammoberg</dc:creator><description>&lt;p data-start="339" data-end="687"&gt;Hey, I ran into something similar a while back, one of my BLE modules would connect fine on macOS but refused to pair properly on Windows. In my case, it turned out to be a mix of driver and module compatibility issues. Windows tends to cache older Bluetooth profiles, which can cause confusion when the same device name shows up multiple times.&lt;/p&gt;
&lt;p data-start="689" data-end="974"&gt;You might want to clear your Bluetooth pairing history from Device Manager and re-pair the module after a restart. Also, make sure the COM port assigned to the BLE module isn&amp;rsquo;t conflicting with another device &amp;mdash; that&amp;rsquo;s a surprisingly common cause of dropped or incomplete connections.&lt;/p&gt;
&lt;p data-start="976" data-end="1362"&gt;If you&amp;rsquo;re using a generic BLE dev board, it might help to test with a simpler serial-based Bluetooth setup first, like an &lt;a href="https://easyelecmodule.com/product/hc-05-hc-06-bluetooth-module/"&gt;HC-05 Bluetooth Module&lt;/a&gt;. It connects over UART and behaves more predictably with both Windows and Mac since it uses standard serial-over-Bluetooth communication. That&amp;rsquo;ll help confirm whether the issue is in the host side (driver/OS) or with your BLE firmware.&lt;/p&gt;
&lt;p data-start="1364" data-end="1569"&gt;I&amp;rsquo;d also suggest checking if your module advertises as both BLE and classic Bluetooth simultaneously &amp;mdash; some devices broadcast multiple profiles, which causes those duplicate entries you&amp;rsquo;re seeing on Mac.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/168023?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 17:55:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f0d1e2f-5939-4b29-b556-4468b3b3cc6c</guid><dc:creator>bscdb</dc:creator><description>&lt;p&gt;The issue just magically disappeared by connecting to another Windows 10 machine!! Now there are no bluetooth connection problems on any machine!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167965?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 14:18:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28b0e49c-38f7-4906-adba-2ecc9b191362</guid><dc:creator>awneil</dc:creator><description>[quote userid="25682" url="~/f/nordic-q-a/42838/bluetooth-not-connecting/167955"]upload both logs using Insert -&amp;gt; Code[/quote]
&lt;p&gt;This - but, for logs, leave the language as &amp;#39;Text&amp;#39;:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2705._5F00_Insert-Code-_2D00_-Nordic.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167955?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 13:54:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:654697e3-ddca-4874-b087-a62bf7621d1d</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Yes, I agree with &lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt;. I would definitely recommend debugging both examples &amp;amp; seeing where the difference occurs. Just upload both logs using Insert -&amp;gt; Code &amp;amp; we can continue taking a look.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167465?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 18:06:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cb24474-c268-4c89-894d-813dd4254cd7</guid><dc:creator>bscdb</dc:creator><description>&lt;p&gt;1. I just bought a new Windows 10 laptop.&lt;/p&gt;
&lt;p&gt;2. The nrf52832 board which does not give problems is v.0.9.0. The one not connecting to Windows PC is v.1.2.4 (which I recently bought)&lt;/p&gt;
&lt;p&gt;3. I tried erasing the chip using JLink &amp;amp; nrfStudio&lt;/p&gt;
&lt;p&gt;4. I dont&amp;nbsp;think debugging the code would help coz the&amp;nbsp;&lt;span&gt;v.1.2.4 board connects to nrfConnect so clearly there is no issue with the firmware or flashing different soft device or different hex file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5. If I change the bluetooth device name, the board will show up with 2 names - the old one &amp;amp; the new one and connects to one of them and keeps toggling between paired &amp;amp; connected states. After I remove and uninstall both device names &amp;amp; restart both PC &amp;amp; board, same behavior repeats.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;6. I understand that I should not directly wire up&amp;nbsp;nrf board&amp;nbsp;to Windows PC but that is bound to happen sometime. There should be a fix for that. I&amp;#39;ll have to flash the code through USB.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167431?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 15:19:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eba652d-1c45-4fa8-a3c2-693c67add535</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Are both of your boards the Nordic nRF52-DK ?&lt;/p&gt;
&lt;p&gt;Are they identical?&lt;/p&gt;
&lt;p&gt;Maybe the non-working one has been damaged or mis-configured?&lt;/p&gt;
&lt;p&gt;Are you loading the exact same code - including SoftDevice - on both?&lt;/p&gt;
&lt;p&gt;Have you tried a full chip erase?&lt;/p&gt;
&lt;p&gt;Have you used the debugger to see what&amp;#39;s happening in both cases - and see where they differ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167420?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 14:45:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:706fde80-8f34-4c09-b59d-721aca027b53</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;@bscdb Which version of Windows 10 are you using? If it is an early version of Windows 10, it may not work all too great as &lt;a href="https://devzone.nordicsemi.com/members/hnhoan"&gt;Nguyen Hoan Hoang&lt;/a&gt; mentioned.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, have you tried to turn off Bluetooth for about 10 seconds &amp;amp; then turn it back on. That is how you clear Bluetooth cache on smartphones at least. I am assuming it is the same in Windows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167413?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 14:39:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71eef7d7-f344-4765-a525-3d4c4a7f5500</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Which version number does it say on the line below PCA10040 on the white sticker on the two nRF52 DKs (e.g. v1.2.1)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167216?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 20:30:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99e39cd2-18e2-4827-a5b8-70674c4ca8ff</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I see HID has a different behaviour. &amp;nbsp;Either Keyboard our Mouse HID, it require a pairing. &amp;nbsp;I have not work with HID. &amp;nbsp;Windows seems to have problems with HID keyboard. &amp;nbsp;I saw the similar&amp;nbsp;behaviour when a friend of mine tried to connect an Apple BLE keyboard to Windows. &amp;nbsp;It took a while to get it connect properly. &amp;nbsp;Also if there are other PC or Host device in the surrounding. &amp;nbsp;It may have a race bonding of multiple host trying to connect to the same HID keyboard. &amp;nbsp;Causing the PC to connect/disconnect constantly. &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167213?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 19:58:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f208f88e-401a-484c-9a26-f404361ecf69</guid><dc:creator>bscdb</dc:creator><description>&lt;p&gt;I was trying with ble&amp;nbsp;hid examples.&amp;nbsp;&lt;span&gt;I think both boards have same firmware with same bluetooth&amp;nbsp;name and different physical address. Windows is somehow restricting this duplication even if I try changing the name in firmware.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167211?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 19:54:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcd09722-c3f2-4c65-baa5-7420c46f5d99</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I am not a Windows user, not sure how to flush the cache. &amp;nbsp;What does that firmware supposed to do ? &amp;nbsp;Have you check for a Windows update. &amp;nbsp;Early Windows 10 does not work well with BLE as I know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167210?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 19:51:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a748a85b-be47-4795-a659-b33de2273834</guid><dc:creator>bscdb</dc:creator><description>&lt;p&gt;Thanks Nguyen.&lt;/p&gt;
&lt;p&gt;I tried just now. The board which was working is showing duplicate bluetooth&amp;nbsp;device names and does not connect to either.&lt;/p&gt;
&lt;p&gt;How do I completely clear bluetooth&amp;nbsp;cache on Windows?&lt;/p&gt;
&lt;p&gt;I think both boards have same firmware with same bluetooth&amp;nbsp;name and different physical address. Windows is somehow restricting this duplication even if I try changing the name in firmware.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167208?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 19:49:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:434fcae4-70bd-4c1b-8a03-32a38f2c19fe</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;It seems that board was paired with a different firmware. &amp;nbsp;If possible, try to delete the device from Windows Bluetooth settings. &amp;nbsp;A reboot of Windows may help as well.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167204?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 19:33:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b350563-567d-4bda-8d1e-d8ea19171e8b</guid><dc:creator>bscdb</dc:creator><description>&lt;p&gt;Yes Nguyen, both are nrf52832 boards.&lt;/p&gt;
&lt;p&gt;1. I flashed both boards with same hex files.&lt;/p&gt;
&lt;p&gt;2. The one board which is not working seems to automatically connect to Windows&amp;#39; bluetooth&amp;nbsp;and keeps switching from paired &amp;amp; connected statuses.&lt;/p&gt;
&lt;p&gt;3. I tried uninstalling the device on Windows but in vain.&lt;/p&gt;
&lt;p&gt;4. I tried assigning different bluetooth&amp;nbsp;names as well.&lt;/p&gt;
&lt;p&gt;5. I tried erasing bond info in firmware but does not help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167203?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 19:27:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0749021-2738-42db-84e7-b2664bd54517</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;First thing first, are both boards the same hardware. i.e same board revision ? Did you flash both boards with the same hex ? If not, try that first. &amp;nbsp;To eliminate the hardware issues. &amp;nbsp;After that you can debug the software.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167176?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 16:14:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baea7766-b6d8-4049-84e6-2f7354485559</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;As &lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt; suggests, I would try to debug the example. Also, maybe try changing the usb cable or usb port? Maybe you are not getting enough power to the nRF52 DK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167164?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 15:42:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5281f41e-1da4-464d-8a78-7044551c2b76</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;again,&amp;nbsp;have you tried using the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;debugger&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;in the two cases to see what&amp;#39;s different / where it goes wrong ?&lt;/p&gt;
&lt;div class="quote-header"&gt;&lt;/div&gt;
&lt;blockquote class="quote"&gt;&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167162?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 15:39:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8abb2f41-bb47-4da8-901b-438e9f9fdab6</guid><dc:creator>bscdb</dc:creator><description>&lt;p&gt;Hi Bjorn, I am using Windows 10. The advertising led on first nrf&amp;nbsp;board glows at irregular intervals. I also tried connecting P21 to Vdd but that did not help. I tried all ble&amp;nbsp;examples. The peripheral examples seem to work. But it connects to nrfConnect surprisingly.&amp;nbsp;Also there is no problem in my Windows machine because the ble examples work on the other nrf&amp;nbsp;board!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167161?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 15:38:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f9f73b1-0098-4f96-a3e1-0ae4d03635ee</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;thanks for the clarifications&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167160?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 15:37:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6b6a809-814b-477a-a211-752c44ad1981</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>[quote user="awneil"]How is this any different from mobile phones / tablets?[/quote]
&lt;p&gt;&amp;nbsp;Also, most BLE examples have been tested extensively with nRF Connect for Mobile on multiple smartphones, so the nRF5 examples should work out of the box on most smartphones.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167156?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 15:25:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63b3c451-2cb8-4676-8c00-cc754a8b9d5c</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt; I&amp;#39;ll update my last comment. We have noticed issues with some Windows 8 computers connecting directly to an nR5 52 DK because of the BLE driver used on the Windows 8 side.&lt;/p&gt;
&lt;p&gt;Like you mentioned, in Windows 7, there was not standard API for BLE, which is one of the reasons why we decided to use an nRF5 device as a connectivity chip.&lt;/p&gt;
&lt;p&gt;My guess is that&amp;nbsp;the Bluetooth drivers on Windows or Android were more updated from the start compared with Windows 7?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;However&lt;/strong&gt;, this should work better on Windows 10, due to updated drivers.&lt;/p&gt;
&lt;p&gt;Also, by using the connectivity chip solution, we control both sides of the link, making it easier to debug any potential issues.&lt;/p&gt;
&lt;p&gt;Of course, if you want to save on cost or not have a dongle sticking out of the PC, we do have a or some examples that should run directly from the Bluetooth chip on Windows 8/10, such as the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_hids_mouse"&gt;HID mouse example&lt;/a&gt;. It may also work out of the box on a Mac. I am however not sure if this has been tested extensively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167129?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 14:00:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb5985e3-7779-4ea2-a5d1-861c2ef6c2b2</guid><dc:creator>awneil</dc:creator><description>[quote userid="25682" url="~/f/nordic-q-a/42838/bluetooth-not-connecting/167123"]Are you using Windows 8 or Windows 10?[/quote]
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/sd"&gt;sd&lt;/a&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;you do realise that Windows 7 does not support BLE (even if the hardware is there) ?&lt;/p&gt;
[quote userid="25682" url="~/f/nordic-q-a/42838/bluetooth-not-connecting/167123"]we do not advise connecting from a computer (Windows or Mac) directly to an nRF52 DK device because the Bluetooth chip on your computer may have issues connecting to the nRF5 device[/quote]
&lt;p&gt;Really?&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f62e.svg" title="Open mouth"&gt;&amp;#x1f62e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Surely, if the computer has BLE (both HW and SW), it should have no problems?&lt;/p&gt;
&lt;p&gt;How is this any different from mobile phones / tablets?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167123?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 13:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cafe045f-0b9b-4723-8845-561f834d2e34</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;1) Are you using Windows 8 or Windows 10? Which nRF5 example have you tested with?&lt;/p&gt;
&lt;p&gt;2) Are you connecting directly from the Mac or Windows Bluetooth settings to the nRF52 DK? When you change the device name of the nRF52, it may be that you need to &lt;a href="https://www.lifewire.com/fix-os-x-bluetooth-wireless-problems-2259967"&gt;clear bluetooth cache&lt;/a&gt;&amp;nbsp;(just try turning Bluetooth off for about 10 seconds &amp;amp; then turning Bluetooth on again)&amp;nbsp;on your Mac to see the updated device name.&lt;/p&gt;
&lt;p&gt;In general, we do not advise connecting from a computer (Windows or Mac) directly to an nRF52 DK device because the Bluetooth chip on your computer may have issues connecting to the nRF5 device.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update: Slightly misleading comment above. Thanks for picking it up &lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt;!&amp;nbsp;&lt;/strong&gt;You can connect some examples directly to a Windows computer (such as HID mouse), however most examples have not been tested directly with the computer&amp;#39;s Bluetooth chip. If they have been tested with nRF Connect for Desktop, an nRF5 device was used as a connectivity chip in most examples.&lt;/p&gt;
&lt;p&gt;If possible, we recommend connecting your computer to an nRF52840 dongle for example (or an nRF5 DK) to use as a connectivity device between the computer &amp;lt;-&amp;gt; BLE &amp;lt;-&amp;gt; nRF52 DK. You can then easily test using nRF Connect for Desktop BLE app for example.&lt;/p&gt;
&lt;p&gt;Another thing you can test is to connect to the nRF52 DK via your mobile phone nRF Connect for Mobile app just to see that the connection to the DK is succesfull. If this is the case, the issue most likely lies on the Windows/Mac side.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth not connecting</title><link>https://devzone.nordicsemi.com/thread/167051?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 10:52:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a6e22ee-b80d-431c-a625-45f0d5fd57d3</guid><dc:creator>awneil</dc:creator><description>[quote userid="73596" url="~/f/nordic-q-a/42838/bluetooth-not-connecting"]does not seem to connect on Windows machine[/quote]
&lt;p&gt;What &amp;quot;Windows machine&amp;quot; ?&lt;/p&gt;
[quote userid="73596" url="~/f/nordic-q-a/42838/bluetooth-not-connecting"]but connects on Mac[/quote]
&lt;p&gt;So have you tried using the &lt;strong&gt;debugger&lt;/strong&gt; in the two cases to see what&amp;#39;s different / where it goes wrong ?&lt;/p&gt;
[quote userid="73596" url="~/f/nordic-q-a/42838/bluetooth-not-connecting"]When my other nrf&amp;nbsp;device is visible on Mac, it displays duplicate names[/quote]
&lt;p&gt;That is&amp;nbsp;expected behaviour!&lt;/p&gt;
&lt;p&gt;The Mac only displays the name which the peripheral provides - so the only way around this is to give your peripherals distinct names.&lt;/p&gt;
&lt;p&gt;On Android, you can see the MAC address - but iOS does not allow this.&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>