Skip to content

Commit 050f9dd

Browse files
authoredDec 10, 2018
Update README.md
Removed suggestion to install new nodered, as Node 10 breaks BLE for the moment
1 parent b6dc9b3 commit 050f9dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Ideally use a Raspberry Pi 3 or Zero W, as these have Bluetooth LE on them alrea
2323
These instructions install up to date Node.js and Node-RED - however it can take a while! If you just want EspruinoHub and the IDE, see the next item.
2424

2525
```
26-
# Install a modern version of nodejs and nodered
2726
sudo apt-get install build-essential python-rpi.gpio
28-
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
27+
# OPTIONAL: Install a modern version of nodejs and nodered
28+
# Not recommended - This installs Node 10 which currently has issues with Bluetooth LE support
29+
# bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
2930
# Get dependencies
3031
sudo apt-get install mosquitto mosquitto-clients bluetooth bluez libbluetooth-dev libudev-dev
3132
# Auto start Node-RED

0 commit comments

Comments
 (0)