Skip to content

WenQi7721/venue-ble-app

Repository files navigation

Venue BLE App

This project is a BLE (Bluetooth Low Energy) application using Bleno and Noble.

Prerequisites

  • Node.js (latest version)
  • Node Version Manager (NVM)

Setup Instructions

  1. Initialize the project

    npm init -y
  2. Install and use the latest Node.js version

    nvm install node
    nvm use node
  3. Install necessary packages

    • Bleno and Noble

      npm install @abandonware/bleno @abandonware/noble
    • Node-Gyp (globally)

      npm install -g node-gyp
    • Express

      npm install express
    • Socket.IO

      npm install socket.io
    • CSV access

      npm install csv-parser

Running the Application

  1. Start the server

    node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published