non metabase Bluetooth device to the hub in addition to the MetaMotionR+.
Can I connect non metabase Bluetooth device to the hub using the node js module. I would like to add another Bluetooth device in addition to the MetaMotionR+. I am unable to find the device. I used
let device = await BleConn.findDevice("B4:E6:2D:D5:D7:23");
error: Failed to connect to any devices, terminating app
Comments
Our APIs only work with our MetaSensor boards. If you want to add non MetaWear devices, you need to write the code yourself.
Thank you @Laura
Our APIs are open source so you are free to modify them as you wish.