Giter Site home page Giter Site logo

bendtherules / multimeter-connect-web Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 673 KB

Web app - Speaker for bluetooth multimeter (Aneng-9002/BSIDE ZT-300AB/ZOYI ZT-300AB/BABATools AD-900 DMM)

Home Page: https://multimeter-speaker.netlify.app/

License: MIT License

JavaScript 2.60% CSS 1.67% TypeScript 95.73%
aneng bluetooth dmm multimeter web-bluetooth babatools

multimeter-connect-web's Introduction

Netlify Status

Screenshot

Details

  • Connects with Aneng BLE Multimeters using Bluetooth and announces values using Web Speech api.
  • Reciprocates buzz with a tone of 2800 Hz.
  • Only works with Aneng Big multimeters at the moment (Aneng-9002, BSIDE ZT-300AB, ZOYI ZT-300AB, BABATools AD-900).
  • Thanks to @ludwich66 for decoding the protocol at https://github.com/ludwich66/Bluetooth-DMM/wiki/Protocol-all-Variants
  • "Live value" shows instant value received from DMM.
  • Live value is then debounced and repeat values are removed to get "Announced value".
  • "Announced value" is shown in UI and also spoken using Web Speech api. The voice model used can be changed in UI (choice depends on OS).
  • When multimeter's Buzz symbol is ON and DIODE symbol is OFF, that indicates multimeter is buzzing. The app also generates a tone of 2800 Hz with 70% volume to make the buzz more audible. (Actual multimeter uses 2150 Hz, but I like this one better.)
  • Doesn't work on IOS, because Web Bluetooth Api is not supported. Works on Android, Mac, Windows.
  • Supports PWA app installation and offline mode.
  • Added automatic BLE reconnect feature (if connection is lost from DMM side). If user clicks "Disconnect" button manually, reconnect is temporarily disabled till next reconnect.

Todo

  • Support other size multimeters from Aneng
  • Stop old speech before uttering new speech (based on overlap??)
  • Ignore less significant digits??
  • Allow configuring volume, pitch, buzz volume, buzz frequency, auto re-connect
  • Allow custom template

Contribution

It uses Next.js framework with @ducanh2912/next-pwa for offline support. It is deployed on Netlify.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Help

Please raise an issue if your Aneng DMM is not supported properly. Feel free to contribute changes.

multimeter-connect-web's People

Contributors

bendtherules avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.