Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cph-cachet/dexcom_reader
This Flutter Plugin enables reading data from Dexcom CGM sensors
https://github.com/cph-cachet/dexcom_reader
Last synced: 4 days ago
JSON representation
This Flutter Plugin enables reading data from Dexcom CGM sensors
- Host: GitHub
- URL: https://github.com/cph-cachet/dexcom_reader
- Owner: cph-cachet
- License: other
- Created: 2024-04-08T11:14:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T11:51:31.000Z (5 months ago)
- Last Synced: 2024-06-28T13:08:18.090Z (5 months ago)
- Language: Dart
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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