pervasive-systems / eSense-Data-Visualiser

A node.js app to visualise and configure eSense sensory streams at real-time
http://www.esense.io/
Apache License 2.0
8 stars 7 forks source link

IMU visualization not working on macOS 10.15.7 #4

Closed mehrab-morshed closed 3 years ago

mehrab-morshed commented 3 years ago

I worked with the visualizer on macOS Mojave (10.14.4), and it seemed to be working fine. However, after updating to 10.15.7, the left earbud does not seem to connect to the Visualizer anymore. Is this an expected issue? Is there a way to resolve this?

mehrab-morshed commented 3 years ago

I was able to resolve the issue by changing noble = require('noble-mac') from noble = require('noble') to connect the earbuds in Catalina under the index.js file.