jinnsky / bluetron

Desktop application to interact with BLE devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetron

Desktop application to interact with Bluetooth low energy devices.

This project is based on Adafruit Bluefruit LE Application, built with the latest version of Electron, React and noble.

Build and Run From Source

Mac OSX

Install node.

brew install node

Install gulp.

npm install -g gulp

Install the dependencies.

npm install

Build the project.

gulp build

Run the app.

./node_modules/.bin/electron app

Screenshots

Bluetron screenshots 01

Bluetron screenshots 02

Bluetron screenshots 03

About

Desktop application to interact with BLE devices.


Languages

Language:JavaScript 98.3%Language:HTML 1.7%