https://github.com/9d4/bledash
Web Dashboard for serial communication with Bluetooth Low Energy (BLE)
https://github.com/9d4/bledash
arduino ble bluetooth bluetooth-low-energy dashboard
Last synced: 22 days ago
JSON representation
Web Dashboard for serial communication with Bluetooth Low Energy (BLE)
- Host: GitHub
- URL: https://github.com/9d4/bledash
- Owner: 9d4
- Created: 2024-01-03T04:13:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T06:51:28.000Z (over 1 year ago)
- Last Synced: 2025-01-17T22:16:26.544Z (over 1 year ago)
- Topics: arduino, ble, bluetooth, bluetooth-low-energy, dashboard
- Language: Vue
- Homepage: https://9d4.github.io/bledash/
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web BLE Dashboard
Dashboard for Bluetooth Low Energy device through serial communication.
### What it does?
- Adding switch with Off and On command
- Switches saved in your local storage
- Per device name switches
- Console to test command
Next could be,
- Add state command
- Add another control like slider thing
- Add installable/PWA
Thanks to this great [**bluetooth terminal api**](https://github.com/loginov-rocks/bluetooth-terminal).