What Did I Learn

From gpu
Jump to navigation Jump to search


The TRMNL is an 800×600, BloodVitals SPO2 1-bit e-ink show connected to a battery and a microcontroller, all housed in a nice however unremarkable plastic case. Because the microcontroller spends the overwhelming majority of the time sleeping, and because e-ink displays do not require power except they're updating, the battery can last six or more months. It expenses over USB-C. When the microcontroller wakes up, it connects to a Wi-Fi community and communicates with a pre-configured server to fetch an 800×600 image to display, and the duration of the next sleep. You possibly can flash your own firmware on the device, or point the usual firmware at a customized server. The corporate gives an example server, though you'll be able to implement the (HTTP-based) protocol in whatever approach you want. I thought-about working my very own server, however thought I'd give the easy path a attempt first to see if it will suffice. The default service helps you to split the display into several tiles, and BloodVitals insights there are a variety of pre-built and neighborhood-built things that may display in each.



None of them worked effectively for me, but that is okay as a result of you possibly can create your individual non-public ones. They get knowledge either by polling a given URL, or by having data posted to a webhook. The structure is rendered utilizing the Liquid templating system, which I had not used before, however it is reasonably easy. I wrote a Go program hosted on Cloud Run which fetches the household shared calendar and BloodVitals test converts occasions from the following week into a JSON format designed to make it trivial to render within the templating system. With a 3D-printed holder, tremendous glue, and some magnets, it is now happily caught to the fridge the place it displays the current date and the household occasions for the following week. Probably the most awkward part of the default service is managing the refreshes. The system has a sleep schedule, and BloodVitals test so do the tiles, which are solely updated periodically. So the mixture can simply depart the unsuitable day exhibiting.



It would be helpful if the service instructed you when the device would next update, and when a given tile would subsequent replace. But it's not an enormous deal and, BloodVitals test after somewhat bit of head scratching, I managed to configure things such that the gadget updates within the early hours of the morning and the tiles are ready for it. The price has gone up a bit since I ordered one, BloodVitals test and you have to pay an extra $20 for BloodVitals test the Developer Edition to do fascinating things with it. So it ends up just a little expensive for one thing that is neat, BloodVitals wearable however hardly life-altering. But maybe you may determine one thing fascinating for it! Continuous glucose monitoring has been a thing for BloodVitals test a while. It is a probe that sits just inside your physique and measures blood glucose levels frequently. Obviously that is most helpful for kind 1 diabetics, who need to regulate their blood glucose manually. At this point, I can be amiss not to give a nod to the e-book Systems Medicine, which I think most readers would discover fascinating.



But CGMs have been both expensive and prescription-only. And BloodVitals SPO2 I am not a diabetic, sort 1 or otherwise. But technology and, more importantly, regulation have apparently marched on, and even in America I can now buy a CGM for $50 that lasts for two weeks, over the counter. So CGM know-how is now available to the mildly curious, like me. The device itself appears like a thick guitar pick, BloodVitals device and it comes encased inside a a lot larger lump of plastic that has a reasonably severe-looking spring inside. It takes readings every 5 minutes however solely transmits each 15 minutes. You want a cellphone to obtain the data and, if the phone isn't nearby, it is going to buffer some variety of samples and catch up when it can. The instructions say to maintain the cellphone nearby at all times, so I didn't take a look at how a lot it should buffer beyond an hour or so.