We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Using nod-red-contrib-noble results in no BLE device detected in RPI3. Everything appears to be OK. Any tip/help? Thanks, Alessandro
[{"id":"2ee21413.cf585c","type":"debug","z":"6d554efa.23a76","name":"","active":true,"console":"false","complete":"true","x":557.4285888671875,"y":229.57142639160156,"wires":[]},{"id":"b2ce742a.7139b8","type":"function","z":"6d554efa.23a76","name":"Stop scan","func":"msg = {payload: {scan: false}};\nreturn msg;","outputs":1,"noerr":0,"x":231.5,"y":269.50000381469727,"wires":[["afd78fd7.24a1e"]]},{"id":"972d6285.3bac2","type":"function","z":"6d554efa.23a76","name":"Start scan","func":"msg = {payload: {scan: true}};\nreturn msg;","outputs":1,"noerr":0,"x":232,"y":230.25000381469727,"wires":[["afd78fd7.24a1e"]]},{"id":"9a1634b4.d0c768","type":"inject","z":"6d554efa.23a76","name":"Start","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":84.25,"y":230.25000286102295,"wires":[["972d6285.3bac2"]]},{"id":"64da4dbf.9f5bd4","type":"inject","z":"6d554efa.23a76","name":"Stop","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":86.25,"y":270.00000381469727,"wires":[["b2ce742a.7139b8"]]},{"id":"afd78fd7.24a1e","type":"scan ble","z":"6d554efa.23a76","uuids":"","duplicates":true,"name":"","x":402.5,"y":230,"wires":[["2ee21413.cf585c"]]}]
{ "statusUpdate": true, "error": false, "stateChange": false, "state": "poweredOn", "_msgid": "9e1ba5dd.61e458" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Using nod-red-contrib-noble results in no BLE device detected in RPI3.
Everything appears to be OK. Any tip/help?
Thanks,
Alessandro
[{"id":"2ee21413.cf585c","type":"debug","z":"6d554efa.23a76","name":"","active":true,"console":"false","complete":"true","x":557.4285888671875,"y":229.57142639160156,"wires":[]},{"id":"b2ce742a.7139b8","type":"function","z":"6d554efa.23a76","name":"Stop scan","func":"msg = {payload: {scan: false}};\nreturn msg;","outputs":1,"noerr":0,"x":231.5,"y":269.50000381469727,"wires":[["afd78fd7.24a1e"]]},{"id":"972d6285.3bac2","type":"function","z":"6d554efa.23a76","name":"Start scan","func":"msg = {payload: {scan: true}};\nreturn msg;","outputs":1,"noerr":0,"x":232,"y":230.25000381469727,"wires":[["afd78fd7.24a1e"]]},{"id":"9a1634b4.d0c768","type":"inject","z":"6d554efa.23a76","name":"Start","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":84.25,"y":230.25000286102295,"wires":[["972d6285.3bac2"]]},{"id":"64da4dbf.9f5bd4","type":"inject","z":"6d554efa.23a76","name":"Stop","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":86.25,"y":270.00000381469727,"wires":[["b2ce742a.7139b8"]]},{"id":"afd78fd7.24a1e","type":"scan ble","z":"6d554efa.23a76","uuids":"","duplicates":true,"name":"","x":402.5,"y":230,"wires":[["2ee21413.cf585c"]]}]
{ "statusUpdate": true, "error": false, "stateChange": false, "state": "poweredOn", "_msgid": "9e1ba5dd.61e458" }
The text was updated successfully, but these errors were encountered: