Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.53 KB

Web BLE Demo

This project is capable to pair a Texas Instruments CC2541 (EOL) using BLE and the Web Bluetooth API. Development Resources for the CC2541:

User manual (unofficial)

Data Sheet (Raw Sensor)

Data Sheet (Sensor Tag)

Web Bluetooth API

Associated Blog Post

Running the Project

  1. Clone the project locally using git clone [email protected]:classycodeoss/web-ble-api.git
  2. Install dependencies using npm install (or pnpm install or yarn)
  3. Run the project using npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.