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