Giter Site home page Giter Site logo

lepuble's Introduction

LepuBle

Thi project is a Android demo for Lepu devices use productFlavors to build for different device

Here is a list of supported devices

device modle productFlavors
ER1, ER2, DuoEk er1
s1 body fat scale s1
O2 serial: CheckO2, O2Ring, SleepO2 ... oxy
KCA BP monitor kca
BP2 bp2
Checkme Pro Monitor monitor

To debug, use BuildVariants -> Active Build Variant, then choose the Variant like installEr1Debug

Flavors

lepuble's People

Contributors

chenyongfeng-424 avatar jiang1991 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lepuble's Issues

Noises in DuoEK results

Hi, we have a DuoEK device. We run this application and connected the DuoEK device without any problems. But the results have too many noises. When we try your play store app, there are not too many noises. How do you reduce the noise?

Unable to proceed after build and installation on android device

Hi. I have tried building and installing multiple applications ER1/ER2 BP2 android debug/test. When I launch the app it shows me a white screen and doesn't proceed further or notify anything.

**The build was done with kotlin depreciation warnings.

Also, how can we pull a live data stream on PC/Linux/mac?

Hello Jiang - we need your help to connect viatom Bluetooth BP monitor to my Java Application

Hi Jiang,

We need your help for connecting Blue tooth Blood pressure monitor from Java Application

OS: Windows 10
Language : Java 11

We were able to complete below things

  1. We have paired Blood pressure monitor with windows Tablet

  2. The BP Monitor's Address : c15a8bb412d0 and Service Name : 14839ac4...

we have tried below code , but we were not able to connect to device. please suggest how to connect ?

LocalDevice local = LocalDevice.getLocalDevice();
String serviceUUID="14839ac47d7e415c9a42167340cf2339";
//String address="c15a8bb412d0";
String deviceURL = "btspp://"+serviceUUID+";name=BP2 3513;authenticate=false;encrypt=false;master=false";
javax.microedition.io.Connection notifier = Connector.open(deviceURL);
StreamConnectionNotifier streamNotifier = (StreamConnectionNotifier) notifier;
StreamConnection connection = streamNotifier.acceptAndOpen();
System.out.println(" Connection accepted.");

OutputStream output = connection.openOutputStream();
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader reader = new BufferedReader(isr);


The control is stuck before "Connection accepted" line.

Failed to connect with DuoEK

I have DuoEK Personal EKG Tracker. I am integrating the device for a project. The device gets connected app on playstore fine. When I tried connecting with app built from the repo it fails. I tried with ER1, ER3 build apks both were not able to connect with the device.

Does this work with CheckMe Pro?

Hello, I have a CheckMe Pro device and am looking to get the data out of it when the device is connected. It seems that I need to write some value to the Characteristic service to get all the data from CheckMe Pro. Want to know if this app works with CheckMe Pro or if not any idea on the hex code to be sent to the device to get all the recent vitals measured?

How to get motion O2Ring

How to read motion in the O2Ring device? Currently, I have only the following values:
spo2 = bytes[0].toUByte().toInt()
pr = toUInt(bytes.copyOfRange(1, 3))
battery = bytes[3].toUByte().toInt()
batteryState = bytes[4].toUInt().toString()
pi = bytes[5].toUByte().toInt()
state = bytes[6].toUInt().toString()
len = toUInt(bytes.copyOfRange(10, 12))
waveByte = bytes.copyOfRange(12, 12 + len)
wFs = IntArray(len)
wByte = ByteArray(len)

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.