This article leaves us hanging; the initial motivator for developing the system is to prevent instances of overnight hypoglycemia - but we reach a conclusion talking about how it can autonomously deliver insulin to correct for hyperglycemic events. Were they ever able to make the algorithm robust enough to predict low blood sugars in the future and "shut off" or reduce delivery of basal insulin to mitigate these even…
Hacked Raspberry Pi turned into artificial pancreas
21–30 of 46 posts
Re: Hacked Raspberry Pi turned into artificial pancreas
#22While I am a big fan of DIY bio, my experience with Raspberry Pis is that they are highly prone to failure. Becoming dependent on a device- that is, expecting it to work with close to 100% reliability- and then using a device that is easy to disable and prone to failure (I run a fleet of Pis and they mangle their SD cards a lot)- seems like wishful thinking. It may work 95% of the time, but that's not good enough. Th…
Re: Hacked Raspberry Pi turned into artificial pancreas
#23While I am a big fan of DIY bio, my experience with Raspberry Pis is that they are highly prone to failure. Becoming dependent on a device- that is, expecting it to work with close to 100% reliability- and then using a device that is easy to disable and prone to failure (I run a fleet of Pis and they mangle their SD cards a lot)- seems like wishful thinking. It may work 95% of the time, but that's not good enough. Th…
Re: Hacked Raspberry Pi turned into artificial pancreas
#24This article leaves us hanging; the initial motivator for developing the system is to prevent instances of overnight hypoglycemia - but we reach a conclusion talking about how it can autonomously deliver insulin to correct for hyperglycemic events. Were they ever able to make the algorithm robust enough to predict low blood sugars in the future and "shut off" or reduce delivery of basal insulin to mitigate these even…
Are there systems feeding sugar in such an event? That would be the only thing really preventing a - possibly lethal - hypoglemic event, no?
Even a reduction in the amount of hypo- (and, hyper-) glycemic events would be a big win for patients and educators. I think the quality of care would vastly increase with such systems in place.
Additionally - the human body has systems in place to bring blood sugars back into a safe range when it feels it is in an emergency situation. I do not claim to be an expert on this matter, but it is my understanding that the liver is able to release glycogen into the system to spike blood glucose levels back up if they have fallen low [1]. This is why some diabetic patients may experience high blood sugars in the mornings if they have experienced a hypoglycemic event overnight and slept through it. I don't believe this would be a good solution to depend on, however.
[1]http://www.diabetes.co.uk/body/liver-and-blood-glucose-level...
Re: Hacked Raspberry Pi turned into artificial pancreas
#25Re: Hacked Raspberry Pi turned into artificial pancreas
#26While I am a big fan of DIY bio, my experience with Raspberry Pis is that they are highly prone to failure. Becoming dependent on a device- that is, expecting it to work with close to 100% reliability- and then using a device that is easy to disable and prone to failure (I run a fleet of Pis and they mangle their SD cards a lot)- seems like wishful thinking. It may work 95% of the time, but that's not good enough. Th…
I agree, this is a job more suited to a simple 8 or 16-bit micro without any OS.
The extra dollar you spend on those 16bits easily pays for itself in the extra features you often get with modern 32bit micros.
Especially something like this where you might want to do relatively complex maths / algorithms.
e.g. see the stm32 family
Re: Hacked Raspberry Pi turned into artificial pancreas
#27Earlier quoted context omitted.
Are there systems feeding sugar in such an event? That would be the only thing really preventing a - possibly lethal - hypoglemic event, no?
Preventing these situations entirely by predicting these events and reducing the administered basal insulin would be ideal, but humans don't exist in a vacuum. I don't think a system autonomously feeding sugar would be the optimal solution however; patients who utilize CGM's today are still instructed to monitor blood glucose through traditional means for calibration and confidence in system accuracy, so I don't thin…
Re: Hacked Raspberry Pi turned into artificial pancreas
#28Re: Hacked Raspberry Pi turned into artificial pancreas
#29Re: Hacked Raspberry Pi turned into artificial pancreas
#30While I am a big fan of DIY bio, my experience with Raspberry Pis is that they are highly prone to failure. Becoming dependent on a device- that is, expecting it to work with close to 100% reliability- and then using a device that is easy to disable and prone to failure (I run a fleet of Pis and they mangle their SD cards a lot)- seems like wishful thinking. It may work 95% of the time, but that's not good enough. Th…
At the same time, this is a really cool hobby project that someone interested in a future developing medical devices could try to replicate as they are learning.