The Cellular Monitor app in nRF Connect for Desktop lets you capture and analyze modem traces.
The Cellular Monitor app is installed from nRF Connect from Desktop. For detailed steps, see Installing nRF Connect for Desktop apps in the nRF Connect from Desktop documentation.
Read the Cellular Monitor app official documentation.
See the app development pages for details on how to develop apps for the nRF Connect for Desktop framework.
For license reasons, @nordicsemi/nrfml-js is a private package available only
at https://npm.pkg.github.com.
To install it, you need a GitHub token.
Before running npm ci or
npm install --registry https://npm.pkg.github.com/ @nordicsemi/nrfml-js@latest
set up authentication:
-
Verify that your GitHub user has the required privileges: You must be able to visit https://github.com/nordicsemi/nrfml/pkgs/npm/nrfml-js.
-
Go to https://github.com/settings/tokens/new and create a personal access token (classic). Fine-grained tokens currently cannot read packages, so you must use a classic token. Grant only the
read:packagesscope. -
Select
Configure SSOand authorize the organizationnordicsemi, then copy the token for the next step. -
Create or edit
.npmrc(and of course never share its contents) and add the line//npm.pkg.github.com/:_authToken=ghp_XXXXX, replacingghp_XXXXXwith the token from step 2.It is recommended to not add
@nordicsemi:registry=https://npm.pkg.github.com/to.npmrc, because that would request all@nordicsemiscoped packages from https://npm.pkg.github.com. Some packages with that scope may not be available there, only in the default registry at https://npmjs.com.When installing or updating this package, specify the registry explicitly, for example:
npm install --registry https://npm.pkg.github.com/ @nordicsemi/nrfml-js@latestThe information from which registry a package stems is stored in
package-lock.json. After installing the package as described, you can simply runnpm cito install the same version again.
Please report issues on the DevZone portal.
See the information on contributing for details.
See the LICENSE file for details.