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
Copy file name to clipboardExpand all lines: README.md
+6-25Lines changed: 6 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ Supported operations are as follows:
10
10
- Write without Response
11
11
- Notify
12
12
13
-
Read and Write operations are performed asynchronously and they're stored into the separate queues (read queue and write queue). Each queue has up to 10 operation requests. The parameter can be modified by providing an environmental variable `GENERIC_BLE_MAX_REQUESTS`.
14
-
15
13
# How to use
16
14
17
15
## How to configure a new BLE peripheral
@@ -153,20 +151,6 @@ See `info` tab for detail on the editor UI.
153
151
154
152
You can import [the example flow](examples/01.read-write.json) on Node-RED UI. You need to change Generic BLE config node named `nRF5x` or add a new config node for your device.
155
153
156
-
# Systemwide Configuration
157
-
158
-
These are environmental variables for systemwidely configuring this node:
159
-
160
-
| Variable | Description |
161
-
|----------|-------------|
162
-
|`GENERIC_BLE_CONNECTION_TIMEOUT_MS`| Connection Timeout in milliseconds. 5s by default |
163
-
|`GENERIC_BLE_CONCURRENT_CONNECTIONS`| Number of Concurrent BLE connections. 1 by default |
164
-
|`GENERIC_BLE_READ_WRITE_INTERVAL_MS`| Read/Write operation interval in milliseconds. 50ms by default |
165
-
|`GENERIC_BLE_OPERATION_WAIT_MS`| Default waiting time for Read/Write/Notify response per characteristic. 500 by default |
166
-
|`GENERIC_BLE_MAX_REQUESTS`| The length of Read/Write operation queues. 10 by default |
167
-
168
-
You can easily get started with importing the example flow from the menu icon > `Import` > `Examples` > `generic ble`.
169
-
170
154
# How to install
171
155
172
156
This will take approx. 3 minutes on Raspberry Pi 3.
0 commit comments