KO
|
EN
gitlite — search
Search
#php
#java
#javascript
#ruby
#python
#hacktoberfest
#shell
#wordpress
#library
#nodejs
#filter
#open-source
electron-web-bluetooth
★ 55
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Waitfor-Persistence
:
Use Waitfor.exe to maintain persistence
CNN_UCMerced-LandUse_Caffe
:
Based on the deep learning framework (Caffe), the classification of the optical remote sensing image UCMerced LandUse dataset was completed.
St2-052
:
St2-052
ScanUnusedResouce
:
Android工程 无用资源扫描
Python-Scripts-Repo-on-Data-Science
:
Data Science, Visualisations, and Machine Learning Cookbook
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
electron-web-bluetooth
?
Download (.md)
# Electron with Chrome WebBluetooth API This is a basic integration of Electron and Chrome Web-Bluetooth API, Specifically, implementing 1) [device info sample provided by the api](https://googlechrome.github.io/samples/web-bluetooth/device-info.html), 2) getting values from a bluetooth device, and 3) setting a value to a bluetooth device. ## installation ```bash # Go into the repository cd electron-web-bluetooth # Install dependencies npm install # Run the app npm start ``` To get heart rate data, I've used a Bluetooth Prephiral Simulator app called LightBlue downloaded from the App Store. There, create a virtual prephiral service for heart rate. Go to the 'Heart Rate Control Point' characterisitc, add read and write capabilities. You can also set a default Hex value. You need this to be able to get a result from 'Get Heart Rate' button. ## resources * https://github.com/electron/electron/issues/7367 * https://dev.opera.com/articles/web-bluetooth-intro/ * https://googlechrome.github.io/samples/web-bluetooth/index.html * https://github.com/GoogleChrome/samples/tree/gh-pages/web-bluetooth