Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 882 Bytes

README.md

File metadata and controls

63 lines (41 loc) · 882 Bytes

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