A list of Bluetooth API/Library for Electron Desktop Application
RFCOMM (Bluetooth ver. <4.0, Serial I/O).
Use Node.js Package:
- https://github.com/eelcocramer/node-bluetooth-serial-port
- https://github.com/johnny-five-io/electron-serialport
- https://github.com/song940/node-bluetooth
BLE (Bluetooth Low Energy, 4.0)
Use Node.js Package
- https://github.com/noble/noble
- https://github.com/torque/Arduino-101-BLE-Demo (使用noble)
- https://github.com/adafruit/adafruit-bluefruit-le-desktop (使用noble)
Use web bluetooth API
- https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web
- https://github.com/aalhaimi/electron-web-bluetooth
Leave a Comment