{"id":15538697,"url":"https://github.com/gtalusan/node-red-contrib-ignoble","last_synced_at":"2026-03-03T14:39:03.093Z","repository":{"id":143417874,"uuid":"105723619","full_name":"gtalusan/node-red-contrib-ignoble","owner":"gtalusan","description":"A Node-Red module for Bluetooth LE IoT devices","archived":false,"fork":false,"pushed_at":"2017-10-26T01:35:08.000Z","size":305,"stargazers_count":5,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-09T12:35:53.462Z","etag":null,"topics":["ble","ble-bridge","bleno","bluetooth-arduino","bluetooth-le","bluetooth-low-energy","internet-of-things","iot","mqtt-bridge","noble","node-js","node-red","nodered","raspberry-pi"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gtalusan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-04T02:11:20.000Z","updated_at":"2021-12-14T14:11:51.000Z","dependencies_parsed_at":"2023-05-22T19:30:36.834Z","dependency_job_id":null,"html_url":"https://github.com/gtalusan/node-red-contrib-ignoble","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"068f4b5fdb4fd46b07cb7c5968e86712ce0abfa5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtalusan%2Fnode-red-contrib-ignoble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtalusan%2Fnode-red-contrib-ignoble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtalusan%2Fnode-red-contrib-ignoble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtalusan%2Fnode-red-contrib-ignoble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtalusan","download_url":"https://codeload.github.com/gtalusan/node-red-contrib-ignoble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250458769,"owners_count":21433938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ble","ble-bridge","bleno","bluetooth-arduino","bluetooth-le","bluetooth-low-energy","internet-of-things","iot","mqtt-bridge","noble","node-js","node-red","nodered","raspberry-pi"],"created_at":"2024-10-02T12:05:29.914Z","updated_at":"2026-03-03T14:39:03.038Z","avatar_url":"https://github.com/gtalusan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ignoble\n\nA Node-Red BLE (Bluetooth Low Energy) central module.\n\n## Prerequisites\n\nWill work anywhere that [noble](https://github.com/sandeepmistry/noble) works.\n\nTested with Raspberry Pi Zero W (CYW43438), Nano Pi NEO AIR (AP6212A), and Red Bear BLE Nano V2 (nRF52x).\n\n## Installation\n\n```\nsudo npm install node-red-contrib-ignoble\n```\n\n## Usage\n\nCreate a scanner node.  This does not run by itself - hook up a trigger to it!\n\nConnect a peripheral node to the scanner node and configure it to your liking, or don't.\n\nConnect a service node to the peripheral node.  This node just transforms data.  You need it.\n\nConnect a characteristic node to the service node.  This node will let you fish out characteristic data.\n\nAfter the characteric node has run, msg.payload will contain its data - this can be shunted to other nodes like MQTT, Twitter or a debug node.\n\n## Example\nAn example flow of two temperature sensors being polled every 30 minutes and characteristics exposed over Homebridge/MQTT.  A third SHT21 sensor will push its temperature (2a6e) when the characteristic changes.\n\n![alt text](./example-poll.png \"example poll flow\")\n\nAn example flow of subscribing to a peripheral's ccc5 characteristic.  Set the peripheral's timeout to 0 and turn on the characteristic's subscribe flag to maintain notifications forever or until the device is disconnected.\n\n![alt text](./example-subscribe.png \"example subscribe flow\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtalusan%2Fnode-red-contrib-ignoble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtalusan%2Fnode-red-contrib-ignoble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtalusan%2Fnode-red-contrib-ignoble/lists"}