From 511f503912c0c91b547c05bc5df8a5e2acd11e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Bonnargent?= Date: Mon, 22 Jun 2020 13:53:54 +0200 Subject: [PATCH 1/2] Change doc link to abandonware/noble - also add root permisions note to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f642368..51aaa96 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Node.js v8.0+ required. npm install node-poweredup --save ``` -node-poweredup uses the Noble BLE library by Sandeep Mistry. On macOS everything should function out of the box. On Linux and Windows there are [certain dependencies which may need installed first](https://github.com/noble/noble#prerequisites). +node-poweredup uses the Noble BLE library by Sandeep Mistry. On macOS everything should function out of the box. On Linux and Windows there are [certain dependencies which may need installed first](https://github.com/abandonware/noble#prerequisites). Note: node-poweredup has been tested on macOS 10.15 and Debian/Raspbian on the Raspberry Pi 3 Model B. @@ -66,6 +66,8 @@ In addition, the Hubs themselves have certain built-in features which this libra * The SPIKE Prime Hub does not use Bluetooth Low Energy, so is not supported via this library. It is recommended you use MicroPython and Bluetooth Classic to develop for this Hub. +* On most unix systems, you need root permissions to access bluetooth. You may want to [grant nodejs the access to bluetooth adapter](https://github.com/abandonware/noble#running-without-rootsudo-linux-specific) + ### Documentation [Full documentation is available here.](https://nathankellenicki.github.io/node-poweredup/) From 89a47944a55af65621792a314479c8fda5c9bcfe Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Tue, 23 Jun 2020 20:17:23 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51aaa96..be98970 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ In addition, the Hubs themselves have certain built-in features which this libra * The SPIKE Prime Hub does not use Bluetooth Low Energy, so is not supported via this library. It is recommended you use MicroPython and Bluetooth Classic to develop for this Hub. -* On most unix systems, you need root permissions to access bluetooth. You may want to [grant nodejs the access to bluetooth adapter](https://github.com/abandonware/noble#running-without-rootsudo-linux-specific) +* On most Unix systems, you need root permissions to access Bluetooth devices. You may want to [grant the node executable access to the Bluetooth adapter](https://github.com/abandonware/noble#running-without-rootsudo-linux-specific) ### Documentation