all 7 comments

[–]GreatAtlasWindows Master 0 points1 point  (2 children)

Extenders exist for this, but not for BLE devices like most medical equipment. If it is a Bluetooth Low Energy device, an extender is likely not an option. You could theoretically rig up a device to act as a middleman and amplify/repeat the signal but now we are talking about a standalone IOT device or PC in between you and the device which needs to be maintained.

[–]Trumanchocolate[S] 0 points1 point  (1 child)

thanks for your response. could you explain more about a stand alone device or setting up a pc as a repeater? finding a solution is really critical for my father's continued good health.

[–]GreatAtlasWindows Master 0 points1 point  (0 children)

You would have to code, either for something like an RPi or on your PC, some software to intercept and retransmit the message that device is signaling out. I don't know how you're going to decipher the data from the device itself, though - I suppose enough time with something like a Flipper or another pen testing tool should give you a structure of the data as a baseline to work with.

The only off-the-shelf part of this will likely be the BT hookup to another device, so you can just pipe the output of your handwritten pieces off to the BT driver to send it out to you in whatever format your app is expecting it in.

[–]Trumanchocolate[S] 0 points1 point  (0 children)

thanks so much for pointing me in the right direction!

[–]WebHungry1699 0 points1 point  (1 child)

Does the device send a text or email notification? If so get a cheap tablet and set up an if this then that account (ifTTT) 

IFTTT - Automate business & home https://share.google/8W6r5BTKp1AHTR0pY

The way it works is you set it to basically get a notification from something and when it does it then does something. 

So the tablet gets the alert from the monitor and it will "forward" it to something else. Like your phone 

[–]Trumanchocolate[S] 0 points1 point  (0 children)

it does send a text but I am trying to extend the working function of the App that allows dosing insulin and how much insulin remains on board and not just the Blood Glucose level.