Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CGM page #96

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions docs/settings/devices/cgm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
CGM selection includes the following:

* Nightscout
* xDrip
* xDrip4iOS
* Dexcom G5
* Dexcom G6/ONE
* Dexcom G7/ONE+
* Dexcom G6 / ONE
* Dexcom G7 / ONE+
* Glucose Simulator
* Libre Transmitter
* Medtronic Enlite

## Nightscout
While using Nightscout as a CGM is an option, it should be avoided if possible because it will not keep Trio running in the background like other CGM options. You will have to open Trio manually to make it run loop cycles.

## xDrip (xDrip4iOS)
## xDrip4iOS
To use xDrip4iOS as a CGM source, you must build it yourself with the same Apple Developer account you used to build your Trio app. You cannot use Shuggah or a version distributed by someone else's TestFlight. Please see the following for instructions on how to build xDrip4iOS yourself: [link](../../operate/build.md#xdrip4ios-as-cgm-source)

However, if you are using Dexcom G6 or ONE with xDrip4iOS, you can choose the Dexcom G6 option in Trio rather than xDrip4iOS, and Trio will intercept the glucose readings even if you're using Shuggah or someone else's TestFlight of xDrip4iOS.

## Dexcom G5/G6 (and ONE)
## Dexcom G5 / G6 ONE
MikePlante1 marked this conversation as resolved.
Show resolved Hide resolved
Trio can intercept glucose readings between the transmitter and the Dexcom app. If you are using a Dexcom G5, G6, or ONE sensor, tap Configuration CGM to enter your transmitter's 6-digit ID. Dexcom Share Credentials are not necessary. When switching transmitters, you must delete your current transmitter from Trio by tapping Configuration CGM, scrolling down, and Delete CGM. Once you do this, you can add the new transmitter with its Transmitter ID.

## Dexcom G7
Trio can intercept its glucose readings as long as the Dexcom G7 app is installed on the same phone. When a new G7 sensor is paired to the Dexcom G7 app, Trio will automatically start reading it.
## Dexcom G7 / ONE+
Trio can intercept its glucose readings as long as the Dexcom G7 or ONE app is installed on the same phone. When a new G7 sensor is paired to the Dexcom G7 app, or a new ONE+ sensor is paired to the Dexcom ONE+ app, Trio will automatically start reading it.

## Glucose Simulator
The Glucose Simulator adds artificial CGM readings to the screen so you can see how your readings might look in the app. When using this CGM option, you cannot manually influence the readings shown to reflect a desired glucose response. Actions taken by the Trio algorithm also do not affect the cgm readings in the Glucose Simulator. They are for visual purposes only. For this reason, using the Glucose Simulator will not help you understand how the algorithm influences blood sugars.
Expand All @@ -36,16 +36,16 @@ The Glucose Simulator adds artificial CGM readings to the screen so you can see
This option pairs a compatible Libre CGM directly with Trio without using a separate app like xDrip4iOS.

### Supported Sensors
* US Libre 1 10-day sensors *via Transmitters*
* US Libre 1 14-day sensors *via Transmitters*
* International Libre 1 sensors *via Transmitters*
* European Libre 2/2+ sensors *via Transmitters*
* European Libre 2/2+ sensors *directly via Bluetooth*

### Unsupported sensors
* Non-European Libre 2 sensors
* Libre Pro sensors
* Libre H sensors
* US Libre 1 10-day *via Transmitters*
* US Libre 1 14-day *via Transmitters*
* International Libre 1 *via Transmitters*
* European Libre 2 / 2 Plus *via Transmitters*
* European Libre 2 / 2 Plus *directly via Bluetooth*

### Unsupported Sensors
* Non-European Libre 2
* Libre Pro
* Libre H
* Libre 3

## Medtronic Enlite
Expand Down