Gustavo
Gustavo
Hello, today I stumbled with this issue also but with: `pdf = CombinePDF.parse Net::HTTP.get_response(URI.parse(url)).body` I solved it adding the "allow_optional_content: true" argument to the parse command like this: `pdf =...
Ruby ruby ruby ruby ruby :smile:
@ps2 the sensor ID is actually correct: 2330354
Here are a couple of extra streams I manually decoded as you did. I am obtaining the streams through @jberian mmsimulator sniffing mode. I get two consecutive data streams. I...
> > First Processing could not find the jna.jar and jna-platform.jar files. I solved this by copying them into the library folder. > > Just tried to re-use Kinect on...
Thanks @bewest, The code right now checks for records containing GlucoseSensorData on the last page ( the one returned with the ReadCurGlucosePageNumber param ) It then iterates through all of...
Page 150 returns: [ { "raw": "87-e5-0a-0e-01-00-00", "date_type": "minSpecific", "op": "0x10", "name": "10-Something", "packet_size": 7 } ] Page 149 returns ( I just posted the last part ): ``` {...
I just started getting info again from the new page, it seems the time difference is about 5 hours ( from last record on page 149 to the newest one...
@bewest, today my pump flipped page again, but the delay has been extensive between the old data and the new data. Last GlucoseSensorData is from 12:51pm today and it is...
Hey @bewest is there a way I can push data to the pump ( write ) so that the newest data can be pushed onto the next page and I...