Skip to content

Commit a45ed1e

Browse files
authored
Merge pull request #863 from marionbarker/working-docs
update libre faqs
2 parents cebc388 + e38a8eb commit a45ed1e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

docs/faqs/cgm-faqs.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,29 @@ sequenceDiagram
9999

100100
## Libre CGM
101101

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+
102114
### Can I use Libre sensors with a reader like Miao Miao?
103115

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.**
105123

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.
107125

108126
## Can I use Eversense?
109127

docs/faqs/glossary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ When Google Translate is selected:
158158

159159
**<span translate="no">Monterey</span>**&nbsp; (Monterey): operating system for Mac, macOS 12.x
160160

161+
**<span translate="no">NFC</span>**&nbsp; (NFC): Near-Field Communication is used for scanning devices such as Libre sensors
162+
161163
**<span translate="no">Nightscout</span>**&nbsp; (Nightscout): a personal website used to view your glucose and diabetes management data, `Loop` can upload to `Nightscout`
162164

163165
**<span translate="no">Onboarding</span>**&nbsp; (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

includes/tooltip-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
*[modal]: message or alert appearing in front of app that must be acknowledged to return to app
7373
*[Modules]: the Loop code uses a number of modules to handle different components of the entire app
7474
*[Monterey]: operating system for Mac, macOS 12.x
75+
*[NFC]: Near-Field Communication is used for scanning devices such as Libre sensors
7576
*[Nightscout]: a personal website used to view your glucose and diabetes management data, `Loop` can upload to `Nightscout`
7677
*[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
7778
*[Omnipod]: Insulet tubeless insulin pump; Loop supports Eros (with RileyLink) and DASH. Eros is also known as Classic, UST400, and System.

0 commit comments

Comments
 (0)