• Ok - so you call into the espruino CLI to send data to Espruino?

    I imagine that would cause some problems as you have two separate processes trying to use the BLE device? Could you not use the same espruino package from Node.js itself? See https://github.com/espruino/EspruinoTool­s#npm-module

    You may also have to explicitly call noble.startScanning() again after you complete the connection as well...

About

Avatar for Gordon @Gordon started