Chat freely about anything...

User avatar
By garnold
#89336 I'm working on a very simple project that needs to put my Wemos D1 Mini into deepsleep. I'm using deepsleep(0) so that it stays asleep until a switch to reset wakes it up. My issue is that when the board is in deepsleep I'm still getting some power sent to my GPIO pins and I don't know why? When the board wakes up an LED lights and when the board goes to sleep that same LED should turn off. It will not stay off even after pulling it low. When I pull it low it does turn off but once deepsleep is called it goes dim. I'm not sure what to do?
User avatar
By garnold
#89352 I'm really sorry, I thought I did? I'm using a Wemos D1 Mini. I'm getting power from all the GPIO pins I tried. Right now my LED is plugged into D4. If I'm still missing information I apologise.
User avatar
By schufti
#89374 that leads to the assumption that the module does not enter deepsleep -> show relevant part of sketch.
OTOH "getting power" from all the gpio pins is a little "untechnical", could you elaborate on your methods?
Generally speaking: gpios are configured to be inputs by default - so they should behave like "no connection" in relation to gnd and/or Vcc.