Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/limhenry/web-bluetooth-mi-scale

Web App for Xiaomi Mi Scale using Web Bluetooth Scanning API
https://github.com/limhenry/web-bluetooth-mi-scale

iot javascript web-bluetooth web-bluetooth-api xiaomi

Last synced: about 2 months ago
JSON representation

Web App for Xiaomi Mi Scale using Web Bluetooth Scanning API

Awesome Lists containing this project

README

        

# Xiaomi Mi Scale (MIBCS) Web Bluetooth Scanning API Demo
Web App for Mi Scale using [Web Bluetooth Scanning API](https://googlechrome.github.io/samples/web-bluetooth/scan.html).

![](https://i.imgur.com/xnbdyzO.jpg)

### Setup, Build and Serve

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:1234
npm run dev

# build for production
npm run build
```

For detailed explanation on how things work, checkout the [this article](https://dev.to/henrylim96/reading-xiaomi-mi-scale-data-with-web-bluetooth-scanning-api-1mb9).

### Special Thanks

@wiecosystem: [https://github.com/wiecosystem/Bluetooth](https://github.com/wiecosystem/Bluetooth)