<?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>power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83585/power-profiler-app-does-not-recognize-ppk2</link><description>hello Nordic 
 
 i am using ppk2 pca63100, 
 working on linux (manjaro), installed the nrfConnect v3.9.3 with power profiler v3.3.0 
 1. when i connect a device i have to close both power profiler and nrfConnect for recognision of the connected device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Jan 2022 15:06:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83585/power-profiler-app-does-not-recognize-ppk2" /><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/350482?ContentTypeID=1</link><pubDate>Mon, 31 Jan 2022 15:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:241ab3ff-8aba-432a-8f77-cb920373d39a</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;well the other pc that everything is working on it also has the 7.60&lt;/p&gt;
&lt;p&gt;also as i am new to manjaro trying to downgrade this caused a mass issues after trying this command that i found on the web, unfortunatly &amp;quot;pamac install downgrade&amp;quot; so i can use &amp;#39;downgrade [nrf command line]&amp;#39;&lt;/p&gt;
&lt;p&gt;so anyway .. i dont think that the 7.60 is the issue and also i have some problems with flashing now .. i will add the terminal prints just in case but i think i will also open a new thread for that one&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;augury_app git:(zh1_bist) ✗ west flash --erase                                                
Traceback (most recent call last):
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 573, in _build_master
    ws.require(__requires__)
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 891, in require
    needed = self.resolve(parse_requirements(requirements))
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 782, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.VersionConflict: (west 0.12.0 (/home/zhershkovitch/.local/lib/python3.10/site-packages), Requirement.parse(&amp;#39;west==0.10.1&amp;#39;))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &amp;quot;/usr/bin/west&amp;quot;, line 33, in &amp;lt;module&amp;gt;
    sys.exit(load_entry_point(&amp;#39;west==0.10.1&amp;#39;, &amp;#39;console_scripts&amp;#39;, &amp;#39;west&amp;#39;)())
  File &amp;quot;/home/zhershkovitch/.local/lib/python3.10/site-packages/west/app/main.py&amp;quot;, line 781, in main
    app.run(argv or sys.argv[1:])
  File &amp;quot;/home/zhershkovitch/.local/lib/python3.10/site-packages/west/app/main.py&amp;quot;, line 106, in run
    self.run_command(argv)
  File &amp;quot;/home/zhershkovitch/.local/lib/python3.10/site-packages/west/app/main.py&amp;quot;, line 338, in run_command
    self.run_extension(args.command, argv)
  File &amp;quot;/home/zhershkovitch/.local/lib/python3.10/site-packages/west/app/main.py&amp;quot;, line 386, in run_extension
    command = self.extensions[name].factory()
  File &amp;quot;/home/zhershkovitch/.local/lib/python3.10/site-packages/west/commands.py&amp;quot;, line 488, in __call__
    mod = _commands_module_from_file(self.py_file)
  File &amp;quot;/home/zhershkovitch/.local/lib/python3.10/site-packages/west/commands.py&amp;quot;, line 467, in _commands_module_from_file
    spec.loader.exec_module(mod)
  File &amp;quot;&amp;lt;frozen importlib._bootstrap_external&amp;gt;&amp;quot;, line 883, in exec_module
  File &amp;quot;&amp;lt;frozen importlib._bootstrap&amp;gt;&amp;quot;, line 241, in _call_with_frames_removed
  File &amp;quot;/home/zhershkovitch/workspace/ncs/zephyr/scripts/west_commands/flash.py&amp;quot;, line 11, in &amp;lt;module&amp;gt;
    from run_common import add_parser_common, do_run_common
  File &amp;quot;/home/zhershkovitch/workspace/ncs/zephyr/scripts/west_commands/run_common.py&amp;quot;, line 31, in &amp;lt;module&amp;gt;
    from runners import get_runner_cls, ZephyrBinaryRunner, MissingProgram
  File &amp;quot;/home/zhershkovitch/workspace/ncs/zephyr/scripts/west_commands/runners/__init__.py&amp;quot;, line 52, in &amp;lt;module&amp;gt;
    _import_runner_module(_name)
  File &amp;quot;/home/zhershkovitch/workspace/ncs/zephyr/scripts/west_commands/runners/__init__.py&amp;quot;, line 14, in _import_runner_module
    importlib.import_module(f&amp;#39;runners.{runner_name}&amp;#39;)
  File &amp;quot;/usr/lib/python3.10/importlib/__init__.py&amp;quot;, line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File &amp;quot;/home/zhershkovitch/workspace/ncs/zephyr/scripts/west_commands/runners/canopen_program.py&amp;quot;, line 13, in &amp;lt;module&amp;gt;
    import canopen
  File &amp;quot;/home/zhershkovitch/.local/lib/python3.10/site-packages/canopen/__init__.py&amp;quot;, line 1, in &amp;lt;module&amp;gt;
    from pkg_resources import get_distribution, DistributionNotFound
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 3266, in &amp;lt;module&amp;gt;
    def _initialize_master_working_set():
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 3240, in _call_aside
    f(*args, **kwargs)
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 3278, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 575, in _build_master
    return cls._build_from_requirements(__requires__)
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 588, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File &amp;quot;/usr/lib/python3.10/site-packages/pkg_resources/__init__.py&amp;quot;, line 777, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The &amp;#39;west==0.10.1&amp;#39; distribution was not found and is required by the application
➜  augury_app git:(zh1_bist) ✗ &lt;/pre&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/349567?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 14:11:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d513b9e-95d6-42d1-849b-2aea03258b39</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry that it took some time to get back to you. There seems to be some problems with the latest J-Link version (v7.60e) that might relate to the BLE app error you&amp;#39;re seeing. Could you try rolling back to &lt;a href="https://www.segger.com/downloads/jlink/"&gt;v7.52 &lt;/a&gt;for example and see if this error still occurs or not?&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/348620?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 06:32:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2180c8fb-20e5-448a-bd61-3cdf4d325af5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Ziv&lt;/p&gt;
&lt;p&gt;No worries, we can keep it in this ticket, as I asked about the BLE app as well, and I&amp;#39;m currently waiting for&amp;nbsp;feedback. I&amp;#39;ll update you as soon as I have a suggestion.&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/348496?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 12:42:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10ed00b8-8302-4082-be5a-cc6c39a10a81</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;i work with Manjaro, its an Arch base distribution of linux, it&amp;#39;s not Ubuntu&lt;/p&gt;
&lt;p&gt;but i will try ..&lt;/p&gt;
&lt;p&gt;GREAT&amp;nbsp;!!&lt;/p&gt;
&lt;p&gt;it worked for the power profiler&amp;nbsp;&lt;/p&gt;
&lt;p&gt;my&amp;nbsp;ble is not yet able to scan via my computer ble any ideas on that ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;do you want me to open a new thread on the ble and close this one ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks a lot&amp;nbsp;&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Ziv&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/348481?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 11:55:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8860d154-4971-430b-bb41-9e2be52bb2a1</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;Thank you for the updates. I forwarded this info internally, as I was out of suggestions as to what could cause this, and one of my colleagues have the following suggestion:&lt;/p&gt;
&lt;p&gt;It might be an issue with permissions or a conflict with the ModemManager service. We&amp;#39;ve not seen this in Ubuntu before, but you can try installing the nrf udev rules (&lt;a title="https://github.com/nordicsemiconductor/nrf-udev/tree/master/nrf-udev_1.0.1-all/lib/udev/rules.d" href="https://github.com/NordicSemiconductor/nrf-udev/tree/master/nrf-udev_1.0.1-all/lib/udev/rules.d" rel="noopener noreferrer" target="_blank"&gt;https://github.com/NordicSemiconductor/nrf-udev/tree/master/nrf-udev_1.0.1-all/lib/udev/rules.d&lt;/a&gt;) before use.&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/348311?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 14:08:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ca875b0-25a5-4cd1-9d1e-34d1981a5e40</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;log:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2022-01-18T14:03:33.199Z INFO Application data folder: /home/zhershkovitch/.config/nrfconnect/pc-nrfconnect-ppk
2022-01-18T14:03:33.312Z DEBUG App pc-nrfconnect-ppk v3.3.0 official
2022-01-18T14:03:33.312Z DEBUG App path: /home/zhershkovitch/.nrfconnect-apps/node_modules/pc-nrfconnect-ppk
2022-01-18T14:03:33.312Z DEBUG nRFConnect 3.9.3, required by the app is (^3.8.0)
2022-01-18T14:03:33.312Z DEBUG nRFConnect path: /opt/nrfconnect-appimage/resources/app.asar
2022-01-18T14:03:33.312Z DEBUG HomeDir: /home/zhershkovitch
2022-01-18T14:03:33.313Z DEBUG TmpDir: /tmp
2022-01-18T14:03:52.614Z INFO Validating firmware for device with s/n EB4F39038474
2022-01-18T14:03:52.627Z INFO Opening device with s/n EB4F39038474&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_20220118_5F00_160227.jpg" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_20220118_5F00_160256.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;the board if it is not seen well enough in the photo is PCA63100&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/348288?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 13:09:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae5bf1c9-6452-4c81-b2c6-951b57f9edf2</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;There doesn&amp;#39;t seem to be anything wrong from this log, it seems like it is still in the process of opening the device, does the log just stay like that indefinitely? And could you upload it as text instead of a picture?&lt;/p&gt;
&lt;p&gt;I would also like a picture of the PPK2 you&amp;#39;re connecting to and the sticker with version information on it. Just so I can check if we have any notes on it internally.&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/348173?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 07:24:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:831e06ba-2417-4c0e-b031-e5e58e2fbc3d</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;i see the error only on the first open of the nrfconnect, don&amp;#39;t see it in the second one&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i tried to reinstall every component&lt;/p&gt;
&lt;p&gt;power profiler still not recognise, here is the log:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/power_5F00_profiler.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Ziv&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/348168?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 06:29:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ce62f67-a478-457c-8fa8-1cdfdbc1e15f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Is this the error you uploaded previously the only error you&amp;#39;re able to see or are you able to open the Power Profiler app at all, or do you see a similar &amp;quot;Unable to download&amp;quot; error for the Power Profiler as well. If you&amp;#39;re able to open the Power Profiler app now, can you try to connect and open the PPK and upload the log information from the Power Profiler app so we can take a look at it?&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347957?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 09:16:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:545d8661-7073-4649-bcdc-02affbe4e2e9</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;tried to uninstall and reinstall both bluetooth low energy (v3.0.0) and power profiler (v3.3.0)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;none works properly&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347948?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 08:48:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66cc7acc-b1de-47b9-94d1-64f341b4a643</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;This seems to be related to the Bluetooth Low Energy app in nRFConnect. If you close this error message, what version of the BLE app is installed, and can you try uninstalling and reinstalling the BLE app? Are you still able to open the Power Profiler app?&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347880?ContentTypeID=1</link><pubDate>Sun, 16 Jan 2022 10:39:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d23b803-05d3-4097-a703-a1e87e963496</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;updated to j link 7.6.0 and nrf cli tool 10.15.0-0&amp;nbsp;&lt;/p&gt;
&lt;p&gt;reinstalled the nrf connect and got this when started it :&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642329393803v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;the link leads to what seems to be a JSON or CBOR so i don&amp;#39;t know what that means but it does notify an issue with the app update&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;hope to read you soon&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Ziv&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347721?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 10:14:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b954510e-647d-47a0-aedc-17a6d645cff5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;Okay, that at least points towards this issue not being caused by the Power Profiler app specifically. Can you try updating your &lt;a href="https://www.segger.com/downloads/jlink/"&gt;J-Link drivers&lt;/a&gt; and &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download"&gt;nRF Command line tools&lt;/a&gt; to the latest version as well, as that might affect the connection.&lt;/p&gt;
&lt;p&gt;You can also check to make sure the working and non-working computers have the same USB driver versions.&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347628?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 14:50:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:501cad8d-311a-4d1f-8df2-9a5b113ce338</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i downloaded this version 3.9.3 from n:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642079327695v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i have connected the ppk to the pc usb port and bot via docking, and i used the same usb cable as in the compered pc which did recognise the device&lt;/p&gt;
&lt;p&gt;tried to use the programmer in the nrfconnect with my board connected with a jlink and it did not recognized it either&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347593?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 13:04:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a08bcd71-71c7-4a4e-b251-8cc1b8d78f5c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What exactly is &amp;quot;the downloaded file&amp;quot; you refer to? Have you tried uninstalling and reinstalling either or both power profiler application and nRFConnect for Desktop? Does I.E. the Programmer app work, which doesn&amp;#39;t need Bluetooth, and just a connection to a DK.&lt;/p&gt;
&lt;p&gt;You can also try switching the USB cable you&amp;#39;re using, or if you&amp;#39;re using a USB hub, try connecting the USB with the PPK2 on it directly to a USB port on the computer.&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: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347516?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 08:14:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:515da290-9947-4d67-99a6-ea546ae29f23</guid><dc:creator>ziv123</dc:creator><description>&lt;p&gt;same version of nRFConnect, power profiler app and manjaro on compared computer&lt;/p&gt;
&lt;p&gt;when i try to&amp;nbsp;run the downloaded file (after setting executable permissions) i get an error:&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;libva error: /usr/lib/dri/i965_drv_video.so init failed&amp;quot;&lt;/p&gt;
&lt;p&gt;don&amp;#39;t know if that is the issue or some other bug&lt;/p&gt;
&lt;p&gt;but other app like scan on bluetooth is not enabled .. son&amp;#39;t know if it an issue with connecting to my pc ble but its enabled by me and still not working&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;hope to read you soon&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Ziv&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power profiler app does not recognize ppk2</title><link>https://devzone.nordicsemi.com/thread/347494?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 07:12:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0040ded6-491a-411f-bb32-e2599376134d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Do you have the same version of nRFConnect, Power profiler app, and manjaro on the computer that is able to detect the PPK2 correctly? Are you not able to see the UI of the Power profiler app at all? Something could have gone wrong during the installation of nRFConnect or the power profiler, so you could try uninstalling and reinstalling the apps altogether. Does any of the other nRFConnect apps work as intended with a DK for instance?&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>