MetaWear affect my other noble process in my metahub(rasbpi)
in JavaScript
I am already using the noble library to communicate with some device.
However, when I run the MetaWear sample code, the connection with the first device is disconnected.
I executed in each process through the node command.
And is it possible to set hci interface in node program by setting NOBLE_HCI_DEVICE_ID environment variable?
The program does not proceed even if it is executed with the command below...
sudo NOBLE_HCI_DEVICE_ID=0 node stream_acc.js e2:35:1f:xx:xx:xx
thanks!
Comments
You will have to check the noble documentation about this.