April 2017
Intermediate to advanced
242 pages
6h 10m
English
The next step is to install the essential Bluetooth and Node.js packages. For Bluetooth communication, you will require three packages:
These packages are essential as the Bluetooth gateway will use them to communicate with Bluetooth devices. These steps are also necessary if you are working with an external Bluetooth USB dongle.
The next step is to install Node.js on your Raspberry Pi. Since the gateway application is written in JavaScript, you will need Node.js to run the application. The easiest way to install it on a Debian-based Linux device is with this set of commands:
curl -sL https://deb.nodesource.com/setup_6.x ...
Read now
Unlock full access