I have successfully setup a NodeMCU development board so that it sends a reading of a sensor every few minutes and in between goes into deep sleep. Now I want to make it battery powered. I tried two options. One being a cellphone battery pack and one being a battery pack with a solar panel. It works until it goes into deep sleep, it never wakes up.
I think it is because the nodeMCU draws so little power during sleep that the battery pack disables its output. If I press the power button on the pack the nodeMCU reboots and works.
Anyone have any experience with this or know a better and also cheap solution (no use having a 150$ power source for a 4$ chip). I would prefer it to be solar powered with battery backup so that I am pretty sure it will 'always' work. But I am open for just a battery powered solution. I would also prefer that it is usb, so that i can plug it straight into the dev board. I know that using the dev board makes it use more power, but I am not an electrical engineer, so i would prefer to keep it simple for now, I can always change it up later.
Thanks