gagebenne / pydexcom

A simple Python API to interact with Dexcom Share service
https://gagebenne.github.io/pydexcom/
MIT License
149 stars 36 forks source link

Possible on a Pico W? #26

Closed RenegadeTroll closed 2 years ago

RenegadeTroll commented 2 years ago

I'm a total programing noob. :-D

But would it be at all possible to get this working on a pico w? Would be perfect to pair a pico w and a eInc display for a low powerd glucose monitor display

gagebenne commented 2 years ago

Hey, sorry I'm just getting back to you, I was out of the country traveling.

I think so. The re and datetime libraries have pretty robust uPython versions, and the urequests package should probably be a fine drop-in replacement.

Looks like the documentation indicates urequests is preinstalled.