-
Notifications
You must be signed in to change notification settings - Fork 2
Dexcom and App report different numbers #3
Comments
Did you just calibrate? I've only ever seen this mismatch in the first 15m after a calibration. After that, it seems that the Dexcom only displays and reports every 5m, and always displays and reports the same data. Scott
|
I'd calibrated perhaps 30 minutes before. Within a few minutes of posting this, Dexcom showed the same 130, and app moved onto 138 or something. Might not be that they're actually different numbers, but instead that they each update on a different 5 minute interval? |
In my experience, the Dexcom updates the screen immediately, and then the On Fri, Mar 28, 2014 at 9:05 AM, altintx [email protected] wrote:
|
The dexcom has a few other flags that the code doesn't currently grab - something along the lines of "is special" and "display only" My reason for not handling these is simply because I evaluate each bg value on the backend: if it's special (<39) or I get different values at an identical time stamp - or a value that is offset from the normal 5 minute interval, all of that business logic is after upload, and didn't require their specific flags (to identify).
|
If app is getting it first, seems like that'd be a flag not that you're ignoring but that Dexcom proper is filtering out, right? |
When a new number comes in, you have to wait for the Dexcom screen to time out, or hit the center button twice to refresh the graph. Is that what's going on? I'm struggling to understand the behavior you're describing, because I've never seen it before.
|
Right now, I've got double arrows up. Plugged in phone and it reports 130(up)(up) but Dexcom reports 116(up)(up). I don't doubt the 130 is right. What I wonder is, officially, Dex checks once ever 5 minutes. Can that frequency be upped, or otherwise controlled?
The text was updated successfully, but these errors were encountered: