Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
pc-nrfconnect-ble
Advanced tools
nRF Connect Bluetooth® Low Energy is a cross-platform tool that enables testing and development with Bluetooth Low Energy (previously called Bluetooth Smart). It allows easy setup of connections with other devices and use these connections for reading and writing to the external nodes.
nRF Connect Bluetooth Low Energy is implemented as an app for nRF Connect.
The app supports the following devices:
To install the application you can download binaries from the nRF Connect product page on Nordic Semiconductor web pages.
nRF Connect currently supports the following operating systems:
After nRF Connect is installed, you can find Bluetooth Low Energy in the app list by selecting Add/remove apps.
A User guide is available on the nRF Connect Bluetooth Low Energy product pages.
Feel free to file code related issues on GitHub Issues and/or submit a pull request. In order to accept your pull request, we need you to sign our Contributor License Agreement (CLA). You will see instructions for doing this after having submitted your first pull request. You only need to sign the CLA once, so if you have already done it for another project in the NordicSemiconductor organization, you are good to go.
Since nRF Connect expects local apps in $HOME/.nrfconnect-apps/local
(Linux/macOS) or %USERPROFILE%/.nrfconnect-apps/local
(Windows) directory, make sure your repository is cloned or linked there.
To build this project you will need to install the following tools:
When nRF Connect have been installed, you are ready to start the compilation. Run the following command from the command line, standing in the root folder of the repository:
npm install
When the procedure has completed successfully you can run the application by running:
npm run dev
The built app can be loaded by nRF Connect launcher.
Unit testing can be performed by running:
npm test
See the license file for details.
FAQs
A natural first choice for Bluetooth Low Energy development
We found that pc-nrfconnect-ble demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.