u/Kindly-Information52

Image 1 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
Image 2 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
Image 3 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
Image 4 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
Image 5 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
Image 6 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
Image 7 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
Image 8 — Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night
▲ 15 r/ContinuousGlucoseCGM+1 crossposts

Built a little bedside screen for a colleague that just shows the number, so the phone can stay on the charger at night

A colleague of mine has T1D, and the thing she described as quietly wearing her down wasn't the highs or the lows — it was the ritual. Wake up, find the phone, unlock it, wait for the app, squint at a bright screen at 3am. Every single night.

So I spent a few weekends building a small screen for her nightstand that does exactly one thing: show the current value, the trend arrow and the last few hours as a graph. Nothing to unlock, nothing to swipe. During the day it sits there like a clock; at night it either dims right down or switches to a dim amber display that doesn't wreck your night vision. It talks to Dexcom Share, the same way the follower apps do.

Two things surprised me while building it. First, how much difference it makes to just glance at a number instead of performing a whole sequence of actions to see it — she checks more often now, and worries less. Second, the official developer route from Dexcom is deliberately delayed by an hour in the US and three hours in the EU, which makes it useless for anything live. Share is the only realistic path, which explains why the whole DIY corner of this world is built on it.

To be very clear: it's a hobby build and absolutely not a medical device. Values come through Share so they can lag, drop out or be plain wrong. Every actual decision still happens on her official app or with a fingerstick. The very first screen the thing shows says exactly that, because I wanted the device itself to keep reminding us both.

What I'm really curious about is how the rest of you handle nights. Does your phone live on the nightstand, or somewhere you have to reach for it? Would you want a screen like this to alarm on its own, or does a second alarm source just add noise to something your app already handles? And for anyone who's been at this a lot longer than me — what would you put on a screen like that which I probably haven't thought of?

(Everything I wrote is public under an open licence for anyone who likes tinkering, but I'll keep links out of the post — happy to point people the right way if the mods are fine with it.)

▲ 76 r/esp32projects+1 crossposts

I built an open-source bedside display for a loved one's Dexcom — big numbers, night mode, alarms you stop with a tap (~€30 ESP32 touchscreen)

Someone very close to me has T1D, and the nightly routine of grabbing a phone, unlocking it and squinting at the app got old. So over the past weeks I built a dedicated bedside display, and I'm sharing it because it's turned out genuinely useful — maybe it is for some of you too.

Supporter languages ar English and Dutch.

What it is: a 3.5" ESP32 touchscreen (Guition JC3248W535C, ~€30 on AliExpress) running custom firmware that shows your current value big and clear, Dexcom-app style: trend arrow, delta, a graph with your target band, and daily stats (time in range, avg, lows). At night it either dims way down or switches to an amber night clock. Alarms (low / high / falling fast / no data) play through a small speaker and repeat until you tap the screen. There's even a good-morning greeting with your overnight range.

How it gets data: through Dexcom Share — the same route xDrip+, Nightscout and pydexcom have used for years. You need Share enabled with at least one follower. Setup happens entirely on the touchscreen itself: pick your WiFi, log in, done. Your credentials never leave the device; it talks to Dexcom over TLS and to nothing else.

What it costs: the board. The firmware is free and open source (MIT), and you can flash it straight from your browser — no toolchain, no soldering, just a USB-C cable and Chrome/Edge. Optionally add a €2 speaker for alarms and a small LiPo battery to make it cordless (it reads out the percentage and dims itself on battery).

The important disclaimer: this is a hobby project, NOT a medical device. Values come via Share and can lag, drop out or be wrong. Treatment decisions belong on your official Dexcom app or a fingerstick — this thing is a convenience, never your safety net. That warning is also the first screen the device shows.

GitHub (code): https://github.com/dimitrihilverda/glucose-display

Browser flasher: https://dimitrihilverda.github.io/glucose-display/

Nothing for sale here — I'd just love feedback from people who actually live with this 24/7. What would make a bedside display genuinely better for you?

u/Kindly-Information52 — 6 days ago