This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

pc-nrfconnect-rssi slow performance

Hi,

I have build pc-nrfconnect-rssi accodring to instructions. Though the locally build version responds very slowly compared to the officially installed version. No matter if we run "npm run build" or "npm run dev" it is very slow. Versions we are running according to below. The official build says the same as below with the difference "official:true".

 

Any ideas what we might be missing? Likely this is something rather simple as I am an npm newbie..

thanks,

Olov

Parents
  • Which version of Node.js & npm are you using? I have tried with node.js version 6.9.5 & npm version 6.0.0. I also followed the install guide located here, but received some warnings when I ran the command "npm install":

    When I then build the app using "npm run dev",

    it stays stuck at this code:

    If I then try to run the rssi viewer app using nrf connect, I also receive a slower behavior compared to the official app installed via nrf connect. This is most likely due to the warnings I received in the "npm install" step. Did you notice the same behavior?

Reply
  • Which version of Node.js & npm are you using? I have tried with node.js version 6.9.5 & npm version 6.0.0. I also followed the install guide located here, but received some warnings when I ran the command "npm install":

    When I then build the app using "npm run dev",

    it stays stuck at this code:

    If I then try to run the rssi viewer app using nrf connect, I also receive a slower behavior compared to the official app installed via nrf connect. This is most likely due to the warnings I received in the "npm install" step. Did you notice the same behavior?

Children
No Data
Related