StephenBlackWasAlreadyTaken / wixel-xDrip

Allow a wixel to function as Dexcom Reciever
Other
47 stars 117 forks source link

Where is the wixel in the data abstraction? #30

Closed ijustlovemath closed 9 years ago

ijustlovemath commented 9 years ago

Is it transmitter -> BLE receiver -> wixel -> usb -> computer?

Or is it transmitter -> wixel -> BLE transmitter -> android -> xDrip?

Is it possible to have the packets be read into a computer instead of an android phone?

StephenBlackWasAlreadyTaken commented 9 years ago

it goes transmitter to wixel to ble to xdrip/android

if you want it to go to a computer, just plug the wixel in to a computer running a serial terminal like coolterm or screen or something, the xdrip-wixel code is set up to send the data over usb if it see its plugged in through usb automatically

ijustlovemath commented 9 years ago

Great, thanks!