You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faqs/cgm-faqs.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,29 @@ sequenceDiagram
99
99
100
100
## Libre CGM
101
101
102
+
### Troubleshoot Connections
103
+
104
+
The "normal" Libre 2 sensors have a firmware configuration that makes them slow to reconnect when they loose the connection to iOS (both iOS and the sensors are to blame for this). What usually helps is to make sure your app is open and in the foreground and that your phone is unlocked. iOS seems to be better at reconnecting Bluetooth devices under such conditions (i.e. it gives more Bluetooth priority to the foreground app). If you need to modify how quickly your phone locks, this is found under iOS settings, Display & Brightness, Auto-Lock.
105
+
106
+
If you try to pair a sensor in the app multiple times in a short period (let's say within a couple of minutes), you may need to just stop and wait.
107
+
108
+
* A "pairing" sends a lot more (16 times the normal amount) of data between the app and sensor than a normal NFC scan to retrieve glucose data
109
+
* Multiple pairing attempts may make the sensor temporarily unable to function
110
+
* If this matches your use case, shut off your phone and let it stay shut down for up to five minutes
111
+
112
+
Optionally: you can use miaomiao or bubble third party transmitters attached on top of your normal libre 2 sensors . Although the setup is a bit more bulky, it works and does not have connection problems. LibreTransmitter supports bubble and miaomiao on top of libre 1 sensors, but it also works with libre 2 sensors.
113
+
102
114
### Can I use Libre sensors with a reader like Miao Miao?
103
115
104
-
Loop 3.4.0 and later allows any Libre sensor supported by [LibreTransmitter](https://github.com/dabear/LibreTransmitter#libretransmitter-for-loop){: target="_blank" }.
116
+
Loop 3.4.x and later enables the use of those Libre sensors supported by [LibreTransmitter](https://github.com/dabear/LibreTransmitter#libretransmitter-for-loop){: target="_blank" }.
117
+
118
+
### What about other Libre sensors?
119
+
120
+
There are a number of libre sensors in which the only option for digital access to the CGM readings is to use the app provided by the vendor: [LibreLinkUp](https://librelinkup.com/){: target="_blank" }. This enables you to upload your data to the LibreLinkUp servers and then access the data from there.
121
+
122
+
**The use of LibreLinkUp requires internet access via WiFi or Cell service.**
105
123
106
-
See [Which CGMs are supported by the *Loop* app?](#which-cgms-are-supported-by-the-loop-app).
124
+
If this is your only option for CGM, evaluate whether you want to add xDrip4iOS as a CGM option. Instructions for this customization are found at [Loop and Learn: Add CGM to Loop](https://www.loopandlearn.org/custom-code/#add-cgm){: target="_blank" }. The reason to recommend this option is that xDrip4iOS can sense when the Libre transmits glucose readings to your phone, although it cannot read the glucose value. Shortly thereafter, it will request the CGM reading from LibreLinkUp. If you prefer not to customize Loop, then you can configure [Nightscout](https://nightscout.github.io/uploader/uploaders/#abbott-freestyle-libre){: target="_blank" } to access data from LibreLinkUp and then use Nightscout as a CGM.
Copy file name to clipboardExpand all lines: docs/faqs/glossary.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,8 @@ When Google Translate is selected:
158
158
159
159
**<spantranslate="no">Monterey</span>** (Monterey): operating system for Mac, macOS 12.x
160
160
161
+
**<spantranslate="no">NFC</span>** (NFC): Near-Field Communication is used for scanning devices such as Libre sensors
162
+
161
163
**<spantranslate="no">Nightscout</span>** (Nightscout): a personal website used to view your glucose and diabetes management data, `Loop` can upload to `Nightscout`
162
164
163
165
**<spantranslate="no">Onboarding</span>** (Onboarding): familiarize new, and existing, Loop users with settings in Loop 3 and ensure the Therapy Settings are all entered and are within safety guardrails
Copy file name to clipboardExpand all lines: includes/tooltip-list.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@
72
72
*[modal]: message or alert appearing in front of app that must be acknowledged to return to app
73
73
*[Modules]: the Loop code uses a number of modules to handle different components of the entire app
74
74
*[Monterey]: operating system for Mac, macOS 12.x
75
+
*[NFC]: Near-Field Communication is used for scanning devices such as Libre sensors
75
76
*[Nightscout]: a personal website used to view your glucose and diabetes management data, `Loop` can upload to `Nightscout`
76
77
*[Onboarding]: familiarize new, and existing, Loop users with settings in Loop 3 and ensure the Therapy Settings are all entered and are within safety guardrails
77
78
*[Omnipod]: Insulet tubeless insulin pump; Loop supports Eros (with RileyLink) and DASH. Eros is also known as Classic, UST400, and System.
0 commit comments