-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
1,345 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
node-red-contrib-generic-ble | ||
=== | ||
|
||
A Node-RED node for providing access to generic BLE devices via GATT. | ||
|
||
**ALPHA RELEASE** : not yet available in [flows.nodered.org](https://flows.nodered.org) | ||
|
||
# How to install | ||
|
||
``` | ||
cd ~/.node-red | ||
npm install node-red-contrib-generic-ble | ||
``` | ||
|
||
# HCI Dump Debugging | ||
|
||
``` | ||
sudo apt-get update | ||
sudo apt-get install bluez-hcidump | ||
``` | ||
|
||
then | ||
|
||
``` | ||
sudo hcidump -t -x | ||
``` | ||
|
||
# Enabling trace log | ||
|
||
Set `GENERIC_BLE_TRACE=true` on starting Node-RED. | ||
|
||
# Known Issues | ||
|
||
Connecting to peripherals keeps failing in some cases after selecting a BLE peripheral from the scan result select box in the Generic BLE node configuration dialog. If you get stuck in that case, stop Node-RED and run `sudo hciconfig hci0 reset` (replace `hci0` with a proper interface if necessary) then start Node-RED again. | ||
|
||
# Revision History | ||
|
||
* 0.1.0 | ||
- Initial Release (alpha) | ||
- `node-red` keyword is not yet added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.