Skip to content

This Flutter Plugin enables reading data from Dexcom CGM sensors

License

Notifications You must be signed in to change notification settings

cph-cachet/dexcom_reader

Repository files navigation

dexcom_g7_reader

This is the dexcom_reader plugin

Getting Started

To start using dexcom_reader, initialise the plugin class :

DexcomReader reader = DexcomReader();

Scanning for a device

Before data can be read from a Dexcom G7, please use the DexcomReader method scanForAllDexcomDevices() to search for any nearby active devices.

Once a device or devices have been found, you can extract the BluetoothDevice.remoteId and use to connect and read glucose messages.

Reading messages

Use DexcomReader.connectWithId() once you have a CGM remoteId. It will then listen for incoming messages

About

This Flutter Plugin enables reading data from Dexcom CGM sensors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published