Releases: nightscout/android-uploader
Releases · nightscout/android-uploader
Jitpack publishing so xdrip can make use of the core
Merge pull request #191 from mgranberry/mg.jitpack-publishing Add support for publishing core artifact via jitpack.io
Enchilada (Alpha 10)
Alpha 10 Release
- Dexcom Share BLE works best with Android Lollipop
- MQTT is working, but we need a setup guide (any volunteers?)
- Make sure the uploader phone has the correct time, it will be used as the reference, enable Auto date/time and Auto time zone
- If you have BLE issues forget/un-pair on the Share and Uploader Phone, then stop app, and re-pair
- Gap sync currently only works with mqtt
- for easy setup use http://nightscout.github.io/pages/configure/
- MQTT should be configured using the SSL port
- Expect bugs, do lots of your own testing before attempting to use this for real
Dreamsicle (Release 0.1.13)
This update resolves the future data being sent to the CGM remote monitor that is related to the daylight savings time change. To upgrade, please perform the following steps:
- Disconnect the uploader from the Dexcom receiver
- Correct time on all devices
- Wait for a new value on Dexcom receiver
- Wait 1 hour (or delete readings with future dates from your mongo database)
- Update uploader app
- Reconnect the Dexcom receiver to the uploader
Known issues
- Camping mode always reports the uploader battery as 0
0.1.12
Merge branch 'dev'
0.1.11: Merge branch 'dev'
Conflicts: README.md
Pebble camping mode
This is an alpha release of the camping mode. It enables you to receive readings on your pebble using only a bluetooth connection. It currently requires a dedicated pebble watch face (attached below).
- The pebble must be paired to the uploader.
- The pebble app must be installed on the uploader
- The offline watch face must be active
Install the attached files by downloading and opening them from the uploader.
Caveats
- You have 2 ranges to be mindful of
- Transmitter <=> Receiver - which is documented to be 6 meters without obstruction. see page 9
- Uploader <=> Pebble - range is expected to be up to 20 meters without obstruction.
- You must manually re-enable bluetooth if you go into airplane mode.
Pebble source can be found here
Cookie Monster (0.1.10)
Merge pull request #60 from nightscout/hotfix/v3calcrecs Hotfix to parse v3 Cal records
Cookie Monster (0.1.9)
Cookie Monster (0.1.8)
Cookie Monster (0.1.7)
Release Notes:
This is a complete refactor which includes a new architecture and the following features:
- Automatic connecting to supported USB-OTG external device
- Download CGM data from device to phone
- Display of current glucose value and trend arrow (mg/dL and mmol)
- 4 hour graph of glucose data (mg/dL and mmol)
- Automatic syncing on 5 minute intervals of latest data to MongoDB and/or REST API
- Status icons to indicate successful USB-OTG paring, uploading status, external device battery
level, and time synchronization between external device and phone.