kahveci / cc2650-iot

An IoT application aiming at implementing cc2650 sensor tags to industrial use cases at low cost.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cc2650-iot

An IoT application aiming at implementing cc2650 sensor tags to industrial use cases at low cost and easier.

Prerequisites

How to Install Prerequisites for BLE

Browse the application folder and run the following commands respectively.

  1. Install node-gyp:
sudo npm install -g node-gyp
  1. Install noble prerequisites:
sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
  1. Install application dependencies:
npm install
  1. Because of this issue, install:
npm install @abandonware/bluetooth-hci-socket
  1. Finally, copy node_modules\@abandonware\bluetooth-hci-socket to node_modules.

Dependencies

How to Run

node app

Support

If you're having any problem, please raise an issue on GitHub and the I will be happy to help.

License

Please take a look at the terms specified in the license.

About

An IoT application aiming at implementing cc2650 sensor tags to industrial use cases at low cost.

License:MIT License


Languages

Language:JavaScript 100.0%