minimed_rf icon indicating copy to clipboard operation
minimed_rf copied to clipboard

Decoding the radio protocol used by medtronic pumps, enlite cgm, and mysentry monitor.

Results 3 minimed_rf issues
Sort by recently updated
recently updated
newest added

I am getting the following errors with the following data streams: a) AB 0F 23 8E F2 0A 12 1A 20 09 BA 09 FF 00 5D 5D 9E 0A...

MessageTypeMap[message_type].new(data[5..-2]), in packet.rb means that messages cannot access the full packet info. Should pass full packet data, and update all the offsets listed in bit_blocks.

Howdy, just wanted to say hello, and this looks awesome. Looks like you did most of this on your own? It would be great to work on shared unit tests,...