Skip to content

Commit 1e221be

Browse files
authored
Update README.md
1 parent 94a555a commit 1e221be

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# Owon B41t
1+
# Owon B41t web interface
2+
23
Javascript 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+
919
B41T+ follows B35 protocol, which is described here : https://github.com/DeanCording/owonb35
1020

1121
Basically 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+

0 commit comments

Comments
 (0)