Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Prerequisites

David Wright edited this page May 24, 2016 · 19 revisions

Nightscout website

To view BG, SG and other data from your pump you will need to set up a working Nightscout website. If you are not familiar with Nightscout start here.

Setting Up Nightscout

Below is an overview of the steps needed to set up a Nightscout website. For further details please consult the detailed step-by-step directions
Note - don't continue to the page about "Installing the Android App" as that will be dealt with later

  • Create mLab account and database
  • Create a Github account and fork a copy of the [Nightscout CGM-Remote-Monitor] (https://github.com/nightscout/cgm-remote-monitor) website - choosing 'dev' or 'master' branch (see notes below)
  • Create an Azure web app
    • Double check that you have selected the free pricing tier
    • Under Application Settings...
      • ... in App settings section, configure an ENABLE variable with the following: careportal basal rawbg cob iob cage bwp upbat sage pump
      • ... in Connection strings section configure the following
        • mLab information - both items
        • API_SECRET - remember this item must be at least 12 characters long
        • Make sure the type for all the above is 'Custom'
    • Deploy your site using the Github repository

Nightscout Setup Notes

  • Please complete all of the steps listed above
  • Once you have successfully created a Nightscout website you'll see a black web page showing time and dashes when viewing your website in a browser
  • If you wish to see the pump IOB in your Nightscout website, you will need to deploy the dev branch
  • You do not need to enter the Dexcom settings
  • You do not need to enable the Medtronic Connect plugin

Required Hardware

Android device

This must have the following minimum features

  • Android 4.0.3 or above
  • USB OTG (On-The-Go) capability
    • Note - this is essential and is sometimes difficult information to track down
    • If you want to check whether a device you already own supports USB OTG you can try this app
See this list of user tested [Compatible Android devices and firmware](Compatible Android devices and firmware)

USB OTG cable

This needs to be Micro-USB Male to USB A Female, and is used to connect the CNL meter to the Android device.

Contour Next Link 2.4 BG meter

It is strongly recommended to use a spare CNL meter for uploading data from your 640G pump - do not use your main BG meter

Medtronic 640G insulin pump

Your usual pump

Next steps

640G and CNL preparation

  1. Ensure that the batteries are in a good state of charge on all the devices
  2. On your pump check that the time is set correctly
  • Glucose readings with timestamps from the future will cause problems for your Nightscout website!
  1. The pump must have been registered with the European CareLink website
  2. The CNL meter and the pump must have been paired / 'connected' with each other
  3. The CNL meter must also have been registered with the European CareLink website, i.e. it must have been used for at least one successful upload of pump data (Upload > Select Device = MiniMed pump)
  4. Although the 640gAndroidUploader only reads status information via the CNL, to help ensure safety it is strongly recommended that you disable the remote bolus feature:
  5. Go to the Remote Bolus screen on the 640G: Menu > Utilities > Remote Bolus
  6. Select Remote Bolus to turn the feature off
  7. Select Save

Android Uploader app installation

See Android Uploader Installation