Search found 2 matches
- Fri Dec 10, 2021 9:56 am
- Forum: General Discussion
- Topic: ANY_LOW mode required in ESP Sleep
- Replies: 0
- Views: 2045
ANY_LOW mode required in ESP Sleep
Hi, I need any_low mode for EXT1 wakeup. By default ANY_HIGH and ALL_LOW are available. I am using 3 pins to detect a signal. Pins are in Active Low mode. I want esp to when any of the three pin go low. There are suggestions like, use ANY_HIGH and NOT GATE to invert the pins but I cannot bear the ha...
- Fri Dec 10, 2021 9:50 am
- Forum: Hardware
- Topic: Question about Wake from Deep Sleep using EXT1
- Replies: 3
- Views: 8084
Re: Question about Wake from Deep Sleep using EXT1
Did you find any solution other than changing hardware? I am facing same problem I need any_low mode (I am using three pins).