0.4.0 • Published 6 years ago

@powered-up/ble v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@powered-up/ble

Package Version

A reactive library for managing BLE connections to LEGO® Powered Up hubs.

This package is part of PoweredUpJS.

Disclaimer: LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this software.

Getting started

Install @powered-up/ble as a dependency:

# Install using Yarn
yarn add @powered-up/ble
# Install using npm
npm install @powered-up/ble

Installation problems under Node 10 on macOS 10.13.4

noble is used to establish the BLE connection, it requires xpc-connection on macOS, which currently cannot be installed without errors. Until the problem is officially fixed, the following must be added to your package.json file:

"resolutions": {
  "xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
}

Copyright (c) 2018-present, Clemens Akens. Released under the terms of the MIT License.