Skip to content
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
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
ps2 authored Mar 21, 2017
commit 66ca9e6cb833c0840751915dbe7ff5c80fe75aef
68 changes: 2 additions & 66 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,73 +26,9 @@ Please understand that this project:
<a href="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png"><img src="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png?raw=true" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>
<a href="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png"><img src="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png?raw=true" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>

# Requirements
# Documentation

<table>
<thead>
<tr>
<td colspan="2" rowspan="4"></td>
<th colspan="4">Insulin Pump</th>
</tr>
<tr>
<th>MM 515/715<sup><a href="#hw2">2</a></sup></th>
<th>MM 522/722<sup><a href="#hw2">2</a></sup></th>
<th>MM 523/723<sup><a href="#hw3">3</a></sup></th>
<th>MM 554/754<sup><a href="#hw3">3</a></sup></th>
</tr>
</thead>
<tbody>
<tr>
<th rowspan="4">CGM</th>
<th>Dexcom G4<sup><a href="#hw1">1</a> </sup></th>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<th>Dexcom G5</th>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<th>MM CGM</th>
<td>❌<sup></td>
<td>❌<sup><a href="#hw4">4</a></sup></td>
<td>✅</td>
<td>✅</td>
</tr>
</tbody>
</table>

<br/><a name="hw1">1</a>. Offline access to glucose requires a Receiver with Share and the [Share2 app](https://itunes.apple.com/us/app/dexcom-share2/id834775275?mt=8) to be running on the same device. Internet-dependent access via Share servers is also supported.
<br/><a name="hw2">2</a>. Pump must have a remote ID added in the [Remote Options](https://www.medtronicdiabetes.com/sites/default/files/library/download-library/workbooks/x22_menu_map.pdf) menu.
<br/><a name="hw3">3</a>. Early firmware (US <= 2.4A, AU/EUR <= 2.6A) is required for using Closed Loop and Bolus features.
<br/><a name="hw4">4</a>. It's not impossible, but comms-heavy and there's [some work to be done](https://github.com/LoopKit/Loop/issues/100).

### Mac and Xcode

To build Loop you will need a Mac, and have Xcode 8 installed on it. You can build Loop without an Apple Developer Account, but any apps built this way will expire after a week, so signing up for the $99 developer account is recommended.

### iOS Phone

Loop will run on on any iPhone that is compatible with iOS 10.

### RileyLink

Bluetooth LE communication with Minimed pumps is enabled by the [RileyLink](https://github.com/ps2/rileylink), a compact BLE-to-916MHz bridge device designed by [@ps2](https://github.com/ps2). Please visit the [repository](https://github.com/ps2/rileylink) and the [gitter room](https://gitter.im/ps2/rileylink) for more information.

### Carthage

[Carthage](https://github.com/carthage/carthage) is used to manage framework dependencies. It will need to be [installed on your Mac](https://github.com/carthage/carthage#installing-carthage) to build and run the app, but most users won't have a need to explicitly rebuild any dependencies.

# Getting Started

[Sign up for the Loop Users announcement list](https://groups.google.com/forum/#!forum/loop-ios-users) to stay informed of critical issues that may arise.

Please use the [Guide to Loop](https://github.com/LoopKit/Loop/wiki/Guide) for building, installation, and configuration instructions.
Please visit the [Loop Docs](https://loopkit.github.io/loopdocs/) for installation, algorithm, and other details.

For FAQs and other tips, refer to the [Wiki](https://github.com/LoopKit/Loop/wiki)

Expand Down