Coder Social home page Coder Social logo

owon-b41t's Introduction

OWON-B41T (All models)

OWON B41T Mutltimeter data capture and display for Linux

Captures, converts, displays and stores output from Bluetooth (BLE) output of the OWON B41(T+) series multimeters for Linux.

This project is a merge of "https://github.com/inflex/owon-b35" and part of the parser lib of the project "https://github.com/jtcash/OwonB41T".

Basically change some fixed size values on inflex project ​​to make it work in another version of gatttool(Bluez 5.53). And add parser of jtcash project, to make a more precise log.

Requirements

gatttool needs to be installed and operational in linux for owon-cli to work.

Setup

  1. Build owoncli

mkdir build cd build cmake .. make

  1. Find the multimeter mac address(usually appears as BDM);

sudo hcitool lescan

  1. Run owoncli with the multimeter address as the parameter ( and -t if you want the text file output as well )

sudo ./owoncli -a 98:84:E3:CD:C0:E5 -t

(by default, you'll likely have to run this under sudo because the gatttool won't seem to talk to BLE devices initially without being superuser/root)

The program will display in text the current meter display and also generate a text file called "owon.txt" which can be read in to programs like OpenBroadcaster so you can have a live on-screen-display of the multimeter.

Usage

./owoncli -a <address> [-t] [-o ] [-d] [-q]

    -h: This help
    
    -a <address>: Set the address of the B35 meter, eg, -a 98:84:E3:CD:C0:E5
    
    -t: Generate a text file containing current meter data (default to owon.txt)
    
    -o <filename>: Set the filename for the meter data ( overrides 'owon.txt' )

	-l <log filename>: Log data to file <filename>		( seconds value units )
    
    -d: debug enabled
    
    -q: quiet output


    example: owoncli -a 98:84:E3:CD:C0:E5 -t -o obsdata.txt

owon-b41t's People

Contributors

filipecarvalhedo avatar

Watchers

 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.