From 718bd8e29596c6c38a5a24e8847a466647b8166f Mon Sep 17 00:00:00 2001 From: marionbarker Date: Mon, 2 Sep 2024 11:28:57 -0700 Subject: [PATCH 1/2] update libre faqs --- docs/faqs/cgm-faqs.md | 22 ++++++++++++++++++++-- docs/faqs/glossary.md | 2 ++ includes/tooltip-list.txt | 1 + 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/faqs/cgm-faqs.md b/docs/faqs/cgm-faqs.md index c121a06749b..4d634ab7664 100644 --- a/docs/faqs/cgm-faqs.md +++ b/docs/faqs/cgm-faqs.md @@ -99,11 +99,29 @@ sequenceDiagram ## Libre CGM +### Troubleshoot Connections + +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. + +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. + +* 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 +* Multiple pairing attempts may make the sensor temporarily unable to function +* If this matches your use case, shut off your phone and let it stay shut down for up to five minutes + +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. + ### Can I use Libre sensors with a reader like Miao Miao? -Loop 3.4.0 and later allows any Libre sensor supported by [LibreTransmitter](https://github.com/dabear/LibreTransmitter#libretransmitter-for-loop){: target="_blank" }. +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" }. + +### What about other Libre sensors? + +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. + +**The use of LibreLinkUp requires internet access via WiFi or Cell service.** -See [Which CGMs are supported by the *Loop* app?](#which-cgms-are-supported-by-the-loop-app). +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. ## Can I use Eversense? diff --git a/docs/faqs/glossary.md b/docs/faqs/glossary.md index 3723b75a5a3..6b5616c0953 100644 --- a/docs/faqs/glossary.md +++ b/docs/faqs/glossary.md @@ -158,6 +158,8 @@ When Google Translate is selected: **Monterey**  (Monterey): operating system for Mac, macOS 12.x +**NFC**  (NFC): Near-Field Communication is used for scanning devices such as Libre sensors + **Nightscout**  (Nightscout): a personal website used to view your glucose and diabetes management data, `Loop` can upload to `Nightscout` **Onboarding**  (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 diff --git a/includes/tooltip-list.txt b/includes/tooltip-list.txt index 10925acf0f2..6f741ba66aa 100644 --- a/includes/tooltip-list.txt +++ b/includes/tooltip-list.txt @@ -72,6 +72,7 @@ *[modal]: message or alert appearing in front of app that must be acknowledged to return to app *[Modules]: the Loop code uses a number of modules to handle different components of the entire app *[Monterey]: operating system for Mac, macOS 12.x +*[NFC]: Near-Field Communication is used for scanning devices such as Libre sensors *[Nightscout]: a personal website used to view your glucose and diabetes management data, `Loop` can upload to `Nightscout` *[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 *[Omnipod]: Insulet tubeless insulin pump; Loop supports Eros (with RileyLink) and DASH. Eros is also known as Classic, UST400, and System. From e38a8eb009d6b621f8a1d5f194fcdd02a285d77f Mon Sep 17 00:00:00 2001 From: marionbarker Date: Mon, 2 Sep 2024 11:32:30 -0700 Subject: [PATCH 2/2] fix typo --- docs/faqs/cgm-faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faqs/cgm-faqs.md b/docs/faqs/cgm-faqs.md index 4d634ab7664..32193b23ed7 100644 --- a/docs/faqs/cgm-faqs.md +++ b/docs/faqs/cgm-faqs.md @@ -109,7 +109,7 @@ If you try to pair a sensor in the app multiple times in a short period (let's s * Multiple pairing attempts may make the sensor temporarily unable to function * If this matches your use case, shut off your phone and let it stay shut down for up to five minutes -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. +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. ### Can I use Libre sensors with a reader like Miao Miao?