12

React native library to work with abbot freestyle libre sensors

 2 years ago
source link: https://reactnativeexample.com/react-native-library-to-work-with-abbot-freestyle-libre-sensors/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
NFC

React native library to work with abbot freestyle libre sensors

Apr 16, 2022

1 min read

React Native Libre Manager

React native library to work with abbot freestyle libre sensors by NFC

Issues

not fully covered process with sensors form US/CA/AU regions

Installation

npm install react-native-libre-manager
yard add react-native-libre-manager

Usage

import { LibreManagerTool } from "react-native-libre-manager";

const getGlucoseData = () => {
    LibreManagerTool.getGlucoseHistory((resp) => {
        console.log(resp);
    });
}
/*
 * available methods
    - getGlucoseHistory
    - activateSensor
    - getSensorInfo
*/

State of completion

EU Libre 1

EU Libre 2

Activation ✅ Activation ✅

Scan glucose ✅ Scan glucose NFC ✅ Bluetooth ❌

Read FRAM ✅ Read Fram ✅

US Libre 1

US Libre 2

Activation ❌ Activation ❌

Scan glucose ✅ Scan glucose NFC ❌Bluetooth ❌

Read FRAM ✅ Read Fram ❌

License

GitHub

View Github

NFC

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK