File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1- # Owon B41t
1+ # Owon B41t web interface
2+
23Javascript interface for digital multimeter OWON B41T+
3- Test it here: https://pbrunot.github.io/owonb41t/multimeter.html (requires a modern browser with Javascript Bluetooth enabled)
4+
5+ Test it here: ![ Demo] ( https://pbrunot.github.io/owonb41t/multimeter.html )
46
57![ image] ( https://github.com/PBrunot/owonb41t/assets/6236243/b0cb0a81-5eff-47bf-b08c-5f332fa6a527 )
68
9+ # Requirements
10+
11+ - It requires a modern browser with Javascript Bluetooth enabled (tested with Chrome and Edge)
12+ - Bluetooth BLE 4.0+ hardware interface
13+ - Check bluetooth first with Chrome browser: ![ BT internals] ( chrome://bluetooth-internals )
14+
15+ I tested with TP-Link UB400 adapted module on Desktop Windows 10.
716
817# Owon meters protocol
18+
919B41T+ follows B35 protocol, which is described here : https://github.com/DeanCording/owonb35
1020
1121Basically every BT notification contains 3 int16:
@@ -14,9 +24,6 @@ Basically every BT notification contains 3 int16:
1424- one containing the displays digits with most significant bit used as sign bit
1525
1626# Bluetooth with Javascript
17- https://googlechrome.github.io/samples/web-bluetooth/index.html
1827
19- # Adapter required for PC
20- Bluetooth BLE 4.0+
21- Tested with TP-Link UB400
22- Check bluetooth first with Chrome browser: chrome://bluetooth-internals
28+ Reference document : https://googlechrome.github.io/samples/web-bluetooth/index.html
29+
You can’t perform that action at this time.
0 commit comments