Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. alexylem
    A
    • Continue chat with alexylem
    • Start new chat with alexylem
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    alexylem

    @alexylem

    0
    Reputation
    1
    Posts
    328
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    alexylem Follow

    Posts made by alexylem

    • Core Ink Wake Up button from Deep Sleep

      Can't get my M5 Core Ink to wake up from deep sleep using a button :

      esp_sleep_enable_ext0_wakeup(GPIO_NUM_5, LOW); // EXT buton
      esp_deep_sleep_start();
      

      It goes to deep sleep but does not wake up from button. It does wake up from an RTC timer though.
      I also tried holding power pin without success:

      gpio_hold_en((gpio_num_t) POWER_HOLD_PIN);
      gpio_deep_sleep_hold_en();
      

      Thanks for your help!
      Alex.

      posted in Cores
      A
      alexylem