Jon B Mårtensson 2f8a6d08ef Translations (#67) 3 năm trước cách đây
..
CGMBLEKit 93da32d29b Release 1.6.5 (#64) 3 năm trước cách đây
CGMBLEKit Example 74d051c0fd Release 1.6.0 (#37) 3 năm trước cách đây
CGMBLEKit.xcodeproj 74d051c0fd Release 1.6.0 (#37) 3 năm trước cách đây
CGMBLEKitG5Plugin d4d81e568f Loop 3 framework update and best integration of CGME and G7 3 năm trước cách đây
CGMBLEKitG6Plugin d4d81e568f Loop 3 framework update and best integration of CGME and G7 3 năm trước cách đây
CGMBLEKitTests d4d81e568f Loop 3 framework update and best integration of CGME and G7 3 năm trước cách đây
CGMBLEKitUI 2f8a6d08ef Translations (#67) 3 năm trước cách đây
Common d4d81e568f Loop 3 framework update and best integration of CGME and G7 3 năm trước cách đây
Pod d4d81e568f Loop 3 framework update and best integration of CGME and G7 3 năm trước cách đây
ResetTransmitter 74d051c0fd Release 1.6.0 (#37) 3 năm trước cách đây
.gitignore 76644339b9 missing files in the previous commit 3 năm trước cách đây
.travis.yml 76644339b9 missing files in the previous commit 3 năm trước cách đây
CODE_OF_CONDUCT.md d4d81e568f Loop 3 framework update and best integration of CGME and G7 3 năm trước cách đây
LICENSE 61ce27b507 Fix typo in Dependencies dir 4 năm trước cách đây
README.md 61ce27b507 Fix typo in Dependencies dir 4 năm trước cách đây

README.md

CGMBLEKit

CI Status Carthage compatible

A iOS framework providing an interface for communicating with the G5 and G6 glucose transmitters over Bluetooth.

Please note this project is neither created nor backed by Dexcom, Inc. This software is not intended for use in therapy.

Requirements

This framework connects to a G5 or G6 Mobile Transmitter via Bluetooth LE. It does not connect to the G4 Share Receiver or any earlier CGM products.

Frameworks Installation

Carthage

CGMBLEKit is available through Carthage. To install it, add the following line to your Cartfile:

github "LoopKit/CGMBLEKit"

Note that you'll need to confgure your target to link against CommonCrypto.framework in addition to CGMBLEKit.framework

Usage

If you plan to run your app alongside the G5 Mobile application, make sure to set passiveModeEnabled to true.

Examples

glucose-badge – Display the latest glucose values as an app icon badge

ResetTransmitter App Installation

Download the CGMBLEKit code by clicking on the green Clone or Download button (scroll up on this page and you'll find it), then select Download Zip

ResetTransmitter help

Then navigate to the CGMBLEKit folder that just downloaded to your computer. Double-click on the CGMBLEKit.xcodeproj file to open the project in Xcode.

ResetTransmitter help

To install the ResetTransmitter App on your iPhone, simply make sure to sign the ResetTransmitter target and then select just the ResetTransmitter scheme in the build area. Make sure your iPhone is plugged into the computer, select your iPhone from the top of the Devices in the 4th circled area, screenshot below. Note: You do not have to change bundle IDs or anything beyond the steps listed.

ResetTransmitter help

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

CGMBLEKit is available under the MIT license. See the LICENSE file for more info.