https://github.com/a-sync/ambient-playbulb
Use the MIPOW Playbulb (BTL201-BK) as ambient backlight for your screen.
https://github.com/a-sync/ambient-playbulb
Last synced: about 1 year ago
JSON representation
Use the MIPOW Playbulb (BTL201-BK) as ambient backlight for your screen.
- Host: GitHub
- URL: https://github.com/a-sync/ambient-playbulb
- Owner: a-sync
- License: mit
- Created: 2018-08-29T02:06:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T10:46:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T10:12:30.298Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ambient-playbulb
Configured for the Mipow Playbulb (BTL201-BK) device.
# Usage
### Find out the device id
```sh
node discover
```
Example:
```
ID: 08324b0eace6 <08:32:4b:0e:ac:e6, public>
Name: null
Connectable: true
Manufacturer data: 4d49504f57
RSSI: -56
TX power level: -2
Services: ["ff06"]
Service data:
{ uuid: 'ff06' }
```
### Run and use the defined device
Example:
```sh
node index 08324b0eace6
```