Hi,
Last night I reinstalled my Pi from scretch and I manually alter the node for Bluetooth from node-red-contrib-ignoble to point to noble from abandonware . This allways worked and I have done this several times, at least a year ago. And normally I got the nodes in the palette of Node Red. But yesterday there are no new nodes visible.
What I do.
- Clone the repository.
- Alter package.json to look for the other source.
- npm pack
- go to ~/.nodered
- npm i
Installation is a success. - Restart node-red service
-> No nodes visible.
Do I miss something? I know that node-red-ignoble is basically EOL due lack of maintenance, and should use a stable maintained one. But it is the only BLE node that can send plain text to a UUID.
Thanks in advance!