classycodeoss / web-ble-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About


Languages

Language:Svelte 61.2%Language:TypeScript 29.5%Language:JavaScript 5.6%Language:HTML 2.1%Language:CSS 1.6%