Starting with development/debug flag question #3701
dominikfhnw
started this conversation in
General
Replies: 1 comment 2 replies
-
This explains how you can activate extra logs for only two Java methods. https://navid200.github.io/xDrip/docs/Dexcom/OB1Debug.html You can do the same for any other Java method to make the logs verbose. This explains how you can use xDrip as a collector from a G7. You can ask any questions about how to use xDrip here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to get started with xdrip or more generally with accessing my G7 sensor over BLE.
I have a thousand questions... but one very concrete one at first. There is the "d" flag in Ob1G5CollectionService. Can that be somehow turned on in the app, or is that compile-time only? (https://github.com/NightscoutFoundation/xDrip/blob/master/wear/src/main/java/com/eveningoutpost/dexdrip/services/Ob1G5CollectionService.java#L215)
I've also been sniffing BLE traffic with an nrf52840 dongle... does anyone know what the Dexcom vendor specific data in the advertisment packages mean? It seems to be stable over at least some days.
It seems there is no master documentation on the protocol, so I've been mostly reading Ob1G5StateMachine and Ob1G5CollectionService. And I guess I also have to read some wixel xdrip source code, would be nice to get that code running on nrf hardware, looks like the original wixel hardware is not available anymore
What would be the best way to ask questions?
Beta Was this translation helpful? Give feedback.
All reactions