https://github.com/joshbrew/ble_web_tester
HTML file for quickly working with BLE notifications, animated plot for convenience.
https://github.com/joshbrew/ble_web_tester
Last synced: 3 months ago
JSON representation
HTML file for quickly working with BLE notifications, animated plot for convenience.
- Host: GitHub
- URL: https://github.com/joshbrew/ble_web_tester
- Owner: joshbrew
- License: mit
- Created: 2021-10-26T23:28:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T16:22:34.000Z (over 4 years ago)
- Last Synced: 2025-10-09T15:43:32.263Z (8 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLE_web_tester
HTML file for quickly working with BLE notifications, animated plot for convenience.
Just customize the UUIds to access the service, writes, and notifications, and then the way the data is parsed into the plotY1 and plotY2 variables.
You can add more plots if you need it's just plotly.
It's just set up to get one notification stream at a time, it also has some code for updating devices via BLE OTA that I borrowed from an ESP32 tutorial.