Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Web App for Xiaomi Mi Scale using Web Bluetooth Scanning API
- Host: GitHub
- URL: https://github.com/limhenry/web-bluetooth-mi-scale
- Owner: limhenry
- Created: 2020-05-09T14:54:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:01:51.000Z (about 2 years ago)
- Last Synced: 2024-08-02T17:37:21.459Z (6 months ago)
- Topics: iot, javascript, web-bluetooth, web-bluetooth-api, xiaomi
- Language: JavaScript
- Homepage: https://scale.limhenry.xyz
- Size: 774 KB
- Stars: 43
- Watchers: 2
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)