You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Also, check out the JavaScript [examples](https://github.com/mbientlab/MetaWear-
12
12
13
13
Under the hood it uses [Noble](https://github.com/mbientlab/noble) for Bluetooth Low Energy communications.
14
14
15
+
Under the hood it uses [Noble](https://github.com/mbientlab/noble) for Bluetooth Low Energy communications.
16
+
15
17
### Overview
16
18
17
19
[MetaWear](https://mbientlab.com) is a complete development and production platform for wearable and connected device applications.
@@ -33,10 +35,9 @@ Reach out to the [community](https://mbientlab.com/community/) if you encounter
33
35
## Getting Started
34
36
35
37
### Installation
38
+
The Mbient JavaScript SDK relies on [Noble](https://github.com/mbientlab/noble) for Bluetooth Low Energy communications. You need to setup the relevant [prerequisites for Noble](https://github.com/mbientlab/noble#prerequisites) and then [install Noble](https://github.com/mbientlab/noble#install). You should familiarize yourself with the rest of the README since there a few limitiations and other gotchas spelled out, such as the maximum number of simultaneous Bluetooth connections.
36
39
37
-
Before getting started, you need to setup the [prerequisites for Noble](https://github.com/mbientlab/noble#prerequisites). While you are there, familiarize yourself with the reset of the README since there a few limitiations and other gotchas spelled out.
38
-
39
-
Then you can simply install the NPM module:
40
+
Then you can simply install the MetaWear NPM module with command line:
0 commit comments