<?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>nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49994/nrf52832-talks-to-a-laptop-running-v4-2-bt-but-not-v5</link><description>Folks, 
 I have a dev board PCA10040, which is running, I think, soft device s132. Additional load file is: 
 components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex 
 I have written a BLE program with Qt on a laptop running v4.0 and v4.2 Bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jul 2019 09:48:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49994/nrf52832-talks-to-a-laptop-running-v4-2-bt-but-not-v5" /><item><title>RE: nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/thread/199485?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 09:48:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc3b84b6-7d77-4f60-9f89-189e39109844</guid><dc:creator>DiBosco</dc:creator><description>&lt;p&gt;OK, amazingly, we&amp;#39;ve just had a visitor who has a One Plus 6 phone which has BT5.0 and it works OK. So the problem must lay with Qt. &lt;/p&gt;
&lt;p&gt;Many thanks for all the suggestions and help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/thread/199482?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 09:34:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b986dcdd-ea8f-44e3-950c-69d884af7c57</guid><dc:creator>DiBosco</dc:creator><description>&lt;p&gt;Hi and thanks for the reply.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure I have worded my question very well really. The nrf works just fine talking to BT4.x computers, so it&amp;#39;s not so much backwards compatibility as forwards compatibility. Maybe.&lt;/p&gt;
&lt;p&gt;So, I would stress that the nrf talks to computers [and phones] with BT4.2, it&amp;#39;s 5.0&amp;nbsp; that causes problems. So, what I am wondering is whether there is something in the nrf firmware I have to change so that it will talk &amp;quot;properly&amp;quot; to 5.0 devices. Once that is done, I am getting what you&amp;#39;re saying that it will then also talk to 4.x devices.&lt;/p&gt;
&lt;p&gt;I did kind of suss, eventually,&amp;nbsp; that you needed to have an nrf kit connected to the computer running the nrf Connect to Desktop, but that still didn&amp;#39;t seem to do anything as it wouldn&amp;#39;t connect to my devkit. Even if it would I am not really sure i&amp;#39;s going to help with my issue.&lt;/p&gt;
&lt;p&gt;On top of that when I have SES running on the new laptop it crashes. Over and over and over again. To the extent it&amp;#39;s unusable - both v4.16 and 4.18 - so I&amp;#39;m having to run SES on my old laptop. I feel like Rick Wakeman with all these keyboards ;-)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So, in summary: nrf device talks to computers with BT4.x. I can sent files using my custom characteristic and all services and characteristics are visible, available and correct.&lt;/p&gt;
&lt;p&gt;I connect to this BT5.0 laptop and my Qt program only sees two services not three, and when I connect to my custom service the two custom characteristics&amp;#39; handles are wrong.&lt;/p&gt;
&lt;p&gt;Sorry if you already understood that. I fully appreciate that the problem could lay with my Qt program but as things stand I just have no way of proving that. No-one in work has anything else BT5.0, not even a phone. :-/&lt;/p&gt;
&lt;p&gt;Many thanks and again sorry if I&amp;#39;m just repeating what you understand!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/thread/199448?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 08:24:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47ad94f2-f4c6-43b3-8c28-b467b6dc7522</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;All BLE 5.0 devices are backwards compatible with 4.2 devices.&lt;br /&gt;&lt;br /&gt;When a BLE link is established the central and peripheral devices will query each other with a Feature Request. Each device will then tell the other device exactly what part of the BLE spec it is capable of adhering to, f.ex. 2mbps PHY or Extended MTUs.&amp;nbsp;&lt;br /&gt;Our SoftDevices will then make sure not to use&amp;nbsp;a feature that is not supported by both ends of the link.&amp;nbsp;&lt;br /&gt;This leads me to believe that the issue is in the LG device or the Qt program.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The BLE program in nRF Connect For Desktop requires an nRF52DK attached to the computer to act as a BLE modem, as I understand it you want to use the native BT+wifi multi-modem of your PC and in that case, nRF Connect is not really suited.&lt;br /&gt;&lt;br /&gt;I do suggest you capture a sniffer trace of your BLE communication as this will help immensely in debugging BLE problems like this.&lt;br /&gt;See&amp;nbsp;&lt;a title="nRF Sniffer User Guide v2.1" href="https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.1.pdf?cp=6_4_0"&gt;nRF Sniffer User Guide v2.1&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/thread/199354?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 16:30:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf609ab4-b2a0-4c7c-9a99-353ab54d600e</guid><dc:creator>DiBosco</dc:creator><description>&lt;p&gt;Yeah, Linux actually plays much nicer than Windows with LE.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d never come across this method of installing before, but it&amp;#39;s cool. You just need to make it executable and it, er, executes. &lt;/p&gt;
&lt;p&gt;Program installs&amp;nbsp; but does bot all unfortunately. Hit start scan and nothing happens.&lt;/p&gt;
&lt;p&gt;My Qt program works a lot better than this one, it sees my nrf device and connects, it just doesn&amp;#39;t see all the services. I&amp;#39;m still not sure whether I&amp;#39;m running true LE5 software on the nrf or not. That&amp;#39;s the big question to start with. It could be an issue with the Qt program with some slight difference between LE4.2 and 5. &lt;/p&gt;
&lt;p&gt;Thanks for the replies and help, much appreciated. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/thread/199352?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 16:15:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ec81554-c9b9-4cd4-9120-45893b905b42</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You&amp;#39;re&amp;nbsp;on Linux? I have no idea about that!&lt;/p&gt;
&lt;p&gt;On Windows,&amp;nbsp;you just install it in the normal way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/thread/199350?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 16:08:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e837a4d7-af68-46b2-b278-bf029a6ce672</guid><dc:creator>DiBosco</dc:creator><description>&lt;p&gt;I didn&amp;#39;t even know this existed. I&amp;#39;ve been Googling LE scanner for Linux and got nowt, so many thanks for that!&lt;/p&gt;
&lt;p&gt;Am about to try it. :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 talks to a laptop running v4.2 BT, but not v5</title><link>https://devzone.nordicsemi.com/thread/199348?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 15:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f1954b4-4d6a-4c9e-841d-256adc1d85ed</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Yes, BLE 5 should be backwards-compatible with 4.&lt;/p&gt;
&lt;p&gt;Does the nRF Connect Desktop work correctly on this new computer?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>