ghubcoder

Results 9 comments of ghubcoder

@xmudrii This happens if I go to Power -> Power cycle in the Digital Ocean web interface for a droplet. At least for my current cluster, it's fairly vanilla though....

@xmudrii I'm only restarting the nodes of the cluster, not the master. Just tried it again with a new cluster, only things I installed was tiller, kubernetes-dashboard and a docker-registry....

@xmudrii thanks for taking a look. Honestly I find it hard to reproduce myself, it seems random, and doesn't consistently fail in the same way each time. (Earlier I managed...

@Ciantic that makes sense to me with regards to having to switch off the WiFi chip. I've not tried this myself. Was you able to get down to around 1.3mA...

Hi @Bicko , really good to hear you have found some use for this. Great way you have found there to save even more power. It's very likely that this...

@Bicko if you use the latest release of Micropython now there is a function called: `machine.lightsleep(5000)` For example, to sleep for 5 seconds. This provides a means to deep sleep...

Hi @oiuyulit , thanks for using this mod 🙂 Sorry to hear you're having problems. Do mean that say, if you ask it to sleep for 20 seconds, it will...

@oiuyulit The official version of Micropython now support deep sleeping with [this](https://github.com/micropython/micropython/pull/8832) commit. You can now use: ``` machine.lightsleep(5000) ``` For example to sleep for 5 seconds. Might be worth...

@dielanDaBes I have rebased my changes on top of the latest micropython version and pushed up the new uf2 files [here](https://github.com/ghubcoder/micropython-pico-deepsleep/releases/tag/v1.3-pico-deepsleep). Please let me know if this works for you.