OpenGarage Forums OpenGarage Firmware Opengarage sleep

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1062

    Opengarageio
    Participant

    I would like to put the opengarage to sleep to save power.

    I have an opengarage and am very happy with it. I want to take the work further and make one up to monitor water levels in a water tank.

    So far I have a nodeMCU programmed and a waterproof ultrasonic sensor. Thats all working great. I want this to be solar powered though, just using a solar garden light. So ideally run this thing only from a single AA battery that is recharged by the solar panel.

    Im good with the electronics, I will work all that out, but I need help with the firmware and putting opengarage to sleep in order to save power.

    My idea is to wake up every half hour or hour, take a reading and transmit it to blynk, then go back to sleep.

    To go to sleep for half an hour, I use the code ESP.deepSleep(18e8);

    My problem is, I dont know where to put that code, so it will sleep without breaking the operation.

    I tried putting it in the main loop wrapper in the loop after the tcpCleanup, but that didnt work. Any ideas? Is it even possible just to slip this code in or would I need some major changes?

    #1087

    Ray
    Keymaster

    First, hardware wise, I believe to use deepsleep you need to connect GPIO16 to the RESET pin, otherwise ESP won’t be able to wake up from deep sleep.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

OpenGarage Forums OpenGarage Firmware Opengarage sleep