Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 507 Bytes

Electron

go to the directory demos\simple_electron

install electron pre build including noble for the blue tooth

npm install

run the demo

npm start

Optional: You can rebuild the javascipt from the type script by typing in the main folder.

npm run build:usb_electron_debug

This sample also includes an example how to connect to an heart rate device directly using the HeartRateMonitorBle class. This is usefull for connecting to a PM3 device which does not have heart rate support.