Skip to content

Bluetooth Low Energy(BLE) examples in HTML, React and Node JS

Notifications You must be signed in to change notification settings

parviz-mv/bluetooth-low-energy-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bluetooth-low-energy-examples

Web-Bluetooth Low Energy(BLE) examples in HTML, React and Node JS


NodeJs example:

Go to folder "node-js", install dependencies and run index.js file:

cd node-js
npm install
node index.js

Then you can see list of Devices on console.

React example:

Go to folder "react", install dependencies and start project:

cd react
npm install
npm start

Then you can see view in the browser by open url: http://localhost:3000/

HTML example:

Go to folder "html" :

cd html

Open file index.html and click button Connect with Bluetooth Device. Then you can see list of Devices, choose one of the device and click button Pair and on console you get the name of Device.

About

Bluetooth Low Energy(BLE) examples in HTML, React and Node JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published