mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
Info/Doc style updates to core/pi nodes
This commit is contained in:
@@ -3,6 +3,21 @@ node-red-node-sensortag
|
||||
|
||||
This node adds support to Node-RED to read from the Texas Instruments SensorTag.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||
|
||||
npm i node-red-node-sensortag
|
||||
|
||||
You will also need a suitable BLE dongle and an enabled Bluetooth stack - for example Bluez 5.2.x or better.
|
||||
On a Raspberry Pi this can be installed (as of Feb 2016) by
|
||||
|
||||
sudo apt-get install pi-bluetooth
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
The SensorTag is a Bluetooth LE device hosting the following sensors:
|
||||
|
||||
* Humidity and Temperature
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "node-red-node-sensortag",
|
||||
"description": "A Node-RED node to read data from a TI SensorTag",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"sensortag",
|
||||
|
||||
Reference in New Issue
Block a user