A Web Bluetooth Dashboard for easily viewing sensors readings etc. on https://github.com/jakkra/ZSWatch.
-
Comment out below code in
index.html
if (window.location.protocol === 'http:') { window.location.href = 'https:' + window.location.href.substring(5); }
-
Run
python3 -m http.server
-
Open http://localhost:8000/ in Chrome.
Based on https://github.com/adafruit/Adafruit_WebBluetooth_Dashboard