Skip to content

Simple heart rate monitor web app using a webpacked noble

Notifications You must be signed in to change notification settings

monteslu/nobleweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NobleWeb

Simple demo web app to connect to Bluetooth peripherals and read/write characterisic values.

Built using noble's Web Bluetooth support with webpack. You can use the BLE Peripheral Simulator to transmit heart rate data.

This app is up and running at: https://nobleweb.surge.sh

Or you can run it locally:

Build it

npm install
npm run build

Run it

npm run start

View it

Make sure you're using a compatible browser with the appropriate flags turned on: status page

Then view the app: http://localhost:3000

There's not much to the UI except for a button and some simple output messages of the raw data or errors.

About

Simple heart rate monitor web app using a webpacked noble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published