Pete Schwamb
Pete Schwamb
Yes, the device I built mimics the MySentry, and receives updates from the pump every 5 minutes (which is the timing of the enlite sensor). It then forwards the data...
hmm. The gitter.im site wants access to my organizations for me to chat there. Looks like the organizations have to explicitly deny this.
Yes, you can receive enlite data; you might need to tweak the frequency, as it is a bit different from the pump, but the rf encoding is the same. Packet...
Hmm, looks like an alternate crc encoding, maybe? When I bypass the CRC check (by manually changing it), I see this: ruby -Ilib bin/decode_minimed AB 0F 23 8E F2 0A...
Thanks. I know someone else had reported this error, too, on facebook.
Note to self: maybe try reading the mobileprovision file: https://www.process-one.net/blog/reading-ios-provisioning-profile-in-swift/
From a feature perspective I think this is fine. From a code perspective; the code here has already changed on the Tidepool side to work with the new LoopAlgorithm package....
This is a new feature, not a bug fix; would prefer to land this after tidepool-merge.
I'm not seeing this in iOS 18.4 on the Simulator. Can anyone else confirm and have steps to reproduce on 18.4?
I noticed in health, if a user types '.' as the first character, it becomes "0.", and they can type a '1', after that and it becomes 0.1. Something like...