node-bluetooth icon indicating copy to clipboard operation
node-bluetooth copied to clipboard

BLE connection problem

Open thefakhreddin opened this issue 6 years ago • 1 comments

Hi @song940 . I'm using node-bluetooth package to transmit data via laptop Bluetooth and I've successfully transmitted data to an ordinary hc-05 Bluetooth device. When I list all available devices, it shows all of the paired Bluetooth devices even if they're not physically available at the time EXCEPT for an MLT-BT05 BLE device which is also already paired in windows Bluetooth settings. Is this package compatible with BLE? If it's not what package do you recommend to communicate with BLE devices?

Thank in advance.

thefakhreddin avatar Nov 15 '18 12:11 thefakhreddin

@thefakhreddin for BLE: https://github.com/abandonware/noble

gpinkham avatar Feb 28 '20 18:02 gpinkham