New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

owonb41t

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

owonb41t

A web-bluetooth interface for the OWON B41T+ multimeter

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
12
Maintainers
1
Weekly downloads
 
Created
Source

Owon B41t web interface

Javascript interface for digital multimeter OWON B41T+

Test it here in your browser: Github webpage

image

Requirements

  • It requires a modern browser with Javascript Bluetooth enabled (tested with Chrome and Edge)
  • Bluetooth BLE 4.0+ hardware interface
  • Check bluetooth first with Chrome browser: chrome://bluetooth-internals

I tested with TP-Link UB400 adapted module on Desktop Windows 10.

Owon meters protocol

B41T+ follows B35 protocol, which is described here : https://github.com/DeanCording/owonb35

Basically every BT notification contains 3 int16:

  • one identifying the active measure, the number of decimals, and the units
  • one identifying the measure type (hold/auto/max/min...) * this one is not parsed at the moment *
  • one containing the displays digits with most significant bit used as sign bit

Bluetooth with Javascript

Reference document : Web Bluetooth

Keywords

web

FAQs

Package last updated on 20 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts