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

Fail to executing nrf connect on Mac OS

Hi all,

I would like to modify nrf connect app on mac os.

I cloned nrf connect from: https://github.com/NordicSemiconductor/pc-nrfconnect-ble

I execute commands on terminal: 

npm install

npm run dev

However it stuck at command "npm run dev" and nothing happens.

Did I miss somthing when compling? 

My goal is modidy nrf connect on MAC os to get all transfered data from peripheral.

Thanks

Parents
  • Sorry for the delayed response. I have tested this on my mac & I receive the exact same problem that you have. Did you remember to put the cloned folder in this path: $HOME/.nrfconnect-apps/local/? Also, you will need to install nRF Connect like shown. Then, if you have done everything correctly, which I suspect you have, you should see a local Bluetooth Low Energy application like shown below when you open nRF Connect v2.5.0

    When you launch it, the app should work successfully.

    Kind Regards,

    Bjørn

Reply
  • Sorry for the delayed response. I have tested this on my mac & I receive the exact same problem that you have. Did you remember to put the cloned folder in this path: $HOME/.nrfconnect-apps/local/? Also, you will need to install nRF Connect like shown. Then, if you have done everything correctly, which I suspect you have, you should see a local Bluetooth Low Energy application like shown below when you open nRF Connect v2.5.0

    When you launch it, the app should work successfully.

    Kind Regards,

    Bjørn

Children
No Data
Related