Skip to content

Commit 9569bd8

Browse files
authored
Update README.md
1 parent 15a5d8e commit 9569bd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
node-red-contrib-generic-ble
22
===
33

4-
A Node-RED node for providing access to generic BLE **peripheral** devices via GATT.
4+
A Node-RED node set for providing access to generic BLE **peripheral** GATT characteristics.
55

66
As of v4.0.0, this node is optmized for Linux with BlueZ 5 D-Bus API (HCI socket is no longer used on Linux).
7-
macOS and Windows should still work as nothing is modified for these platforms.
7+
The node should still work on macOS and Windows as nothing is modified for these platforms.
88

99
Supported operations are as follows:
1010

@@ -17,14 +17,14 @@ The node status modes are as follows:
1717

1818
- `missing` the configured BLE peripheral device is missing. When the device is discovered, the state transitions to `disconnected`. The `disconnected` device may transiton to `missing` again when RSSI is invalidated (Linux only)
1919
- `disconnected` when the configured BLE peripheral device is found but not conncted
20-
- `connecting` when the configured BLE peripheral device is being connecting
20+
- `connecting` when the configured BLE peripheral device is being connected
2121
- `connected` when the configured BLE peripheral device is connected
22-
- `disconnecting` when the configured BLE peripheral device is being disconnecting
22+
- `disconnecting` when the configured BLE peripheral device is being disconnected
2323
- `error` when unexpected error occurs
2424

2525
Known issues for Linux BlueZ D-Bus API:
2626

27-
- Unlike the oler version, **you must set the process owner's permission properly and manually**. Non-root user's Node-RED process will fail to get this node working. Read `Installation Note (Linux)` below.
27+
- Unlike the older version, **you must set the process owner's permission properly and manually**. Non-root user's Node-RED process will fail to get this node working. Read [`Installation Note (Linux)` below](#installation-note-linux).
2828
- It seems the local name in advertisement packet isn't transferred to `LocalName` property in org.bluez.Device1 BlueZ D-Bus API. With the HCI socket implementaion, the local name was resolved. So the local name can be resolved on macOS and Windows.
2929
- `Bluetooth: hci0: hardware error 0x03` error sometimes occurs (and logged in syslog). When it's observed, all devices are disconnected and cahches are gone. The node tries to power on the BLE adapter again.
3030

0 commit comments

Comments
 (0)